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_spppsubr.c
Age
Commit message (
Expand
)
Author
2023-03-25
s/deteted/detected/ in log message.
andvar
2022-09-03
Garbage-collect the remaining vestiges of netisr.
thorpej
2022-09-03
Only use configured RPS hash functions for IPv4 and IPv6 packets.
thorpej
2022-08-27
Ensure that all queues passed to ifq_enqueue2() have a valid ifq_lock.
thorpej
2022-08-27
Use IFQ_SET_MAXLEN() rather than open-coding it.
thorpej
2022-03-07
Don't change ifp->if_link_state directly. Pointed out by yamaguchi@n.o.
knakahara
2021-10-25
kpreempt_disable() before sppp_get_{ip,ip6}_addrs() are unnecessary now.
knakahara
2021-10-25
Fix missing curlwp_bind() for ifa_release(), ok'ed by yamaguchi@n.o.
knakahara
2021-10-11
Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o,...
knakahara
2021-06-02
Added missing definition of sppp_ipv6cp_tld
yamaguchi
2021-06-01
Fix the wrong timeout event handler for PAP
yamaguchi
2021-06-01
Send Up event in tlu action of LCP
yamaguchi
2021-06-01
Added logs when IPCP and IPv6CP are up or down
yamaguchi
2021-06-01
Added SPPP_LOG() for refactoring around log
yamaguchi
2021-06-01
Send RTM_IFINFO when a network configuration protocol
yamaguchi
2021-06-01
Drop the Open event of LCP to stop the interface
yamaguchi
2021-06-01
remove PP_CISCO that was used in obsoleted drivers e.g. lmc(4)
yamaguchi
2021-06-01
Remove open event on tlf of PAP/CHAP when retry of them is over
yamaguchi
2021-06-01
Do not if_down() when a down event of the lower layer of LCP is happened
yamaguchi
2021-06-01
Fix not to do if_down() before reconnect
yamaguchi
2021-06-01
restart LCP when loopback packets are detected
yamaguchi
2021-05-19
Make functions that use for logging MP-safe
yamaguchi
2021-05-19
Added clear of dns addresses when IPCP is closed
yamaguchi
2021-05-19
Added logs on dropping IPCP and IPv6CP packets
yamaguchi
2021-05-19
remove a wrong ntohs().
yamaguchi
2021-05-19
Added a log about rejection of IPCP address option
yamaguchi
2021-05-14
Add a parameter to change keepalive interval in each PPPoE I/F
yamaguchi
2021-05-14
Added SPPP_NORECV_TIME option to change pp_max_noreceive
yamaguchi
2021-05-14
Send echo request even while user data is received
yamaguchi
2021-05-14
Introduce SPPP_KEEPALIVE_INTERVAL option
yamaguchi
2021-05-11
clear authentication protocol when SPPP_AUTHPROTO_NONE is specified
yamaguchi
2021-05-11
Drop packets that have no NCP not to start auto-dial
yamaguchi
2021-05-11
Added missing if_oerror incrementing
yamaguchi
2021-05-11
Move RCA event after RCR event
yamaguchi
2021-05-11
Added ioctl commands for configuring NCP of pppoe(4)
yamaguchi
2021-05-11
Revert previous commit because of mistake of commit log
yamaguchi
2021-05-11
Added keywords that are ipcp, noipcp, ipv6cp, noipv6cp
yamaguchi
2021-05-06
do not clear destination address if there is no saved address
yamaguchi
2021-05-06
Added m_freem for safety
yamaguchi
2021-04-28
Introduce a pointer to refer sp->scp[cp->protoidx]
yamaguchi
2021-04-28
Move paese of conf-req, conf-nak and conf-rej into workqueue
yamaguchi
2021-04-26
Fix the wrong CHAP option length in conf-nak
yamaguchi
2021-04-26
Avoid updating of the state if the state is not changed
yamaguchi
2021-04-26
Reset LCP fail counter when doing "ifconfig pppoe* up"
yamaguchi
2021-04-26
Added ipcp option name for logging
yamaguchi
2021-04-26
Ignore 0.0.0.0 offered from PPPoE server
yamaguchi
2021-04-26
Fix locking order since IFNET_LOCK must be held
yamaguchi
2021-04-23
Adjust mtu at LCP instead at IPCP
yamaguchi
2021-04-23
Fix to set mtu even if it is bigger than mru notified at LCP
yamaguchi
2021-04-23
Introduct a new flag to accept different authentication protocol
yamaguchi
[next]