summaryrefslogtreecommitdiffstats
path: root/sys/net/if_pppoe.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Process pppoe(4) packets directly, do not queue through netiskn2021-01-041-5/+3
* replace the use of ifqueues for most input queues serviced by netisrdlg2015-04-101-3/+3
* Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe.brad2008-08-281-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* missing $OpenBSDmarkus2004-11-301-1/+2
* put text after #endif in comment (compile w/ gcc3)pvalchev2004-11-291-2/+2
* In kernel pppoe client, a simple IPv4 only implementation.canacar2004-11-281-0/+81