index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_pppoe.c
Age
Commit message (
Expand
)
Author
2022-08-15
Fix stall on PPPOE_STATE_PADR_SENT, suggested by martin@n.o, thanks.
knakahara
2022-08-12
Fix stall on PPPOE_STATE_PADR_SENT when received specific PADO, ok'ed by yama...
knakahara
2022-05-23
s/controll/control/ in comments.
andvar
2022-05-10
Zeroize the length explicitly when malloc failed. Pointed out by yamaguchi@n.o.
knakahara
2022-05-04
Do not allocate mbuf clusters when the caller (eroneously) asks
martin
2021-10-11
Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o,...
knakahara
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2021-05-19
Added a kernel option to change the number of processing packets
yamaguchi
2021-05-19
Added a limitation of the number of processing packets
yamaguchi
2021-05-18
Added missing PPPOE_UNLOCK() on dropping PADS and PADT
yamaguchi
2021-05-13
Drop PADS and PADT from unknown host for safety
yamaguchi
2021-05-13
Change reconnect delay after PADT received (15 sec -> 5 sec)
yamaguchi
2021-05-13
Accept a frame like a PADT just containing PPPoE header
yamaguchi
2021-04-22
Added missing free of sc_hunique to prevent memory leak
yamaguchi
2021-04-16
Stop and destroy timeout after sppp_detach and if_detach
yamaguchi
2021-04-16
Remove unnecessaly lock holdings to avoid dead lock
yamaguchi
2021-04-16
Stop ppp layer at first of destroying pppoe interface
yamaguchi
2021-04-16
Sort initialization sequence in pppoe_clone_create() out
yamaguchi
2021-04-16
Use kmem_zalloc to allocate pppoe_softc
yamaguchi
2021-04-16
Move initialization of sc_lock in pppoe_softc to first
yamaguchi
2021-04-16
commonize error handling in pppoe_clone_create()
yamaguchi
2021-04-13
Reschedule softint to process packets enqueued to ppoediscinq
yamaguchi
2021-04-13
Added missing counter clear when a pppoe state changes to PADI_SENT
yamaguchi
2021-04-13
Added a NULL check for parent interface of pppoe
yamaguchi
2021-04-13
Hold the lock for pppoe while referencing sc_id
yamaguchi
2020-11-25
Fix to reconnect after PADT received
yamaguchi
2020-11-25
add a logging function used at debugging pppoe(4)
yamaguchi
2020-11-25
fix to remove trailing garbage
yamaguchi
2020-11-25
stop callout even when the state is in PPPOE_STATE_INITIAL
yamaguchi
2020-11-25
Close lcp when the lower layer down if the interface is passive or on-demand
yamaguchi
2020-09-25
Add a function to copy AC-Name and Service-Name
yamaguchi
2020-09-25
Clear AC-Name and Service-Name if params are not specified
yamaguchi
2020-09-18
Do pppoe_timeout() in thread context
yamaguchi
2020-09-18
Use callout_setfunc and callout_schedule
yamaguchi
2020-02-10
safely extract character sequences from packet for printing.
mlelstv
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-03-18
s/pakcet/packet/ in comment.
msaitoh
2018-10-27
Remove printfs that are too easily reachable, switch to M_REGION_GET,
maxv
2018-10-27
style
maxv
2018-09-30
remove hardcoded bullshit, probably fixes PR/53644
maxv
2018-08-24
Use a random hunique, instead of sending the pointer of the interface.
maxv
2018-08-13
Clarify two functions.
maxv
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-18
Fix to aquire pppoe_softc_list_lock before read and write the list
yamaguchi
2018-06-18
Fix not to use PPPOE_UNLOCK before acccess to pppoe_softc
yamaguchi
2018-05-25
Ensure to call if_register after interface initializations finish
ozaki-r
2018-05-03
Drop early if there's no PPPoE interface. Otherwise it is easy for someone
maxv
2018-04-18
Fix sending PADT to unexpected hosts when net.pppoe.term_unknown is enabled.
knakahara
2018-04-18
net.pppoe.term_unknown can be written safely now.
knakahara
2018-02-12
Use m_freem instead of m_free. Otherwise we're leaking the next mbufs in
maxv
[next]