summaryrefslogtreecommitdiff
path: root/sys/net/if_pppoe.c
AgeCommit message (Expand)Author
2003-11-28s/netbsd.org/NetBSD.org/gkeihan
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-25Fix uninitialized variable warningschristos
2003-09-26Process has only one c. From miod@openbsd.wiz
2003-09-16Tell copyinstr about the real buffer size (not one byte to few). Add moremartin
2003-09-03If the peer cares to send us error messages, actually display them.martin
2003-08-23When trying to (re-)establish a session cope with intermediate outputmartin
2003-06-27Put correct dest ether address on PPPoE server mode.oki
2003-06-18Add support in-kernel PPPoE server.oki
2003-03-01Backout previous, I'm on crack obviously.martin
2003-03-01Initialize sc to NULL, it could be used uninitialized otherwise whenmartin
2003-03-01when looking up a Host-Uniq tag, do not consider NULL as a validaymeric
2003-02-04PADT is always send with ethertype PPPOE_DISCOVERY, no matter if wemartin
2003-02-03Test callout_pending(), not callout_active(), and eliminate now-unnecessarythorpej
2003-01-07Fix broken error handling in case M_PREPEND fails.martin
2002-12-25In do not call pppoe_abort_connect if we fail to send the initial PADImartin
2002-09-01Apply patch from Todd Vierling in PR kern/17665:martin
2002-09-01Add an option PPPOE_TERM_UNKNOWN_SESSIONS to forcefully disconnect sessionsmartin
2002-08-25Fix typo in a comment.tron
2002-06-22- free buf when unneeded.yamt
2002-06-22fix loop condition.yamt
2002-06-22avoid unneeded call to m_pullupitojun
2002-06-22do not require PPPoE control packet to be put into a single mbuf.itojun
2002-06-22more styleitojun
2002-06-22styleitojun
2002-06-22more KNF. warn about mbuf misuse (passing pointer outside of mbuf is dangerous)itojun
2002-06-22tabify. minor KNFitojun
2002-04-14Fix copyright notice.martin
2002-03-04Avoid noise from the kernel if we have pseudo-device pppoe configuredmartin
2002-02-24Clear M_BCAST and M_MCAST flags on mbufs before passing them down to themartin
2002-02-10Fix typo in comment.martin
2002-02-01Avoid any non-error output for normal operations, only print thosemartin
2002-02-01Tweak the slow-but-persistent connection reestablishment timeout, retryingmartin
2002-01-14As discussed with Aymeric, <machine/intr.h> is always required, so don'tkleink
2002-01-14Don't include machine/types.h (my fault in previous commit)aymeric
2002-01-13include machine/types.haymeric
2002-01-04Move net/if_sppp.h to net/if_spppvar.h, create a new net/if_sppp.hmartin
2001-12-16Cleanup softc more completely on "ifconfig down", but only if we aremartin
2001-12-16Fix packet accounting (now netstat -i and netstat -ib show reasonablemartin
2001-12-15Enable additional error messages for the discovery phase, clarify somemartin
2001-12-10Enable active LCP keepalive handling in the PPP layer, the PPPoE layermartin
2001-12-10Now that everything works without LINK1 set, do not set it by default.martin
2001-12-01Fail early when trying to identify a pppoe interface softc (from amartin
2001-11-13remove unnecessary #if NFOO > 0 .... #endif wrapperslukem
2001-11-12add RCSIDslukem
2001-10-28Don't call if_alloc_sadl when creating the pppoe interface, it's calledmartin
2001-09-04Make this interface cloning.martin
2001-06-24Take into account the two byte PPP protocol discrimator following the PPPoEmartin
2001-06-18Protect interface queue manipulations by splnet(). Splsoftnet() is notmartin
2001-06-14change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun