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