summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* MFS: change name of sysctl to something more diplomatic.julian2001-09-041-9/+9
* Pack struct uniqtag declarations to stop our data field from being pushedbrian2001-08-021-2/+2
* If an attempt is made to LISTEN for a service tag that's already beingbrian2001-07-251-14/+28
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)julian2001-02-231-5/+46
* Implement direct support for semipersistant nodes.julian2001-01-301-0/+2
* Add an exported function ng_rmhook_self() that removes a hookjulian2001-01-111-2/+2
* Fix uninitialised pointer.julian2001-01-111-0/+1
* Only free items that are not already free or passed to other nodes.julian2001-01-101-1/+2
* Fix some memory leaksjulian2001-01-101-10/+16
* Part 2 of the netgraph rewrite.julian2001-01-081-63/+62
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-55/+57
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Impossible to see typo.. |= instead of !=julian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-9/+51
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-6/+5
* Go back to using data_len in struct ngpppoe_init_data after discussionsbrian2000-11-161-59/+34
* Swap the order of two tags in the pppoe PADI and PADS packetsjulian2000-10-311-3/+3
* Change the format of ngpppoe_init_data so that the provider is NULbrian2000-10-311-27/+120
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Allocate all memory (including within node constructors) with M_NOWAITarchie2000-09-211-3/+3
* Rename "struct session" to "struct sess_con" to avoid conflict witharchie2000-09-191-4/+4
* RFC 1661 requires that all LCP packets are sent with no address andarchie2000-08-101-0/+14
* Fix typo, teh -> the.asmodai2000-07-141-1/+1
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-7/+18
* Remove a bunch of un-needed includes.julian1999-12-071-1/+0
* change intial timeout for session negotiation from 1 to 2 seconds.julian1999-12-011-2/+3
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-1/+2
* Fixes from brian. With some changes from me.julian1999-11-211-20/+35
* Move misplaced #define.archie1999-11-191-1/+3
* Small fixes from Brian for the Server side of PPPoE.julian1999-11-151-9/+9
* Rework some tag handling, prompted by Brian Somers.julian1999-11-141-35/+25
* Try handle missing packet tags better.julian1999-11-141-12/+19
* Remove a null pointer referencejulian1999-11-091-0/+2
* Add typedefs for node methodsjulian1999-11-011-9/+8
* When the session is running, don't include the ethernet header in the length ...julian1999-10-291-1/+2
* fix typojulian1999-10-271-2/+2
* The node goes away when last session disconnects or when disconnected fromjulian1999-10-271-0/+9
* change PPPoE occurences to pppoe. Not JUST a cosmeting change.julian1999-10-271-31/+31
* cleanups regarding misused m_pullup() and similar.julian1999-10-261-1/+2
* Send the negotiated session ID on our packets (DUH!).julian1999-10-261-1/+2
* Send a PADT message to the peer when a session is closed down.julian1999-10-261-1/+35
* This one actually gets session data to the waiting ppp daemonjulian1999-10-261-38/+5
* This one actually negotiated it's way into a session.julian1999-10-261-12/+58
* more fixes, braino's, typo's, etc.julian1999-10-231-8/+19
* A version of the pppoe code ellicits a response from the ISP endjulian1999-10-231-19/+65
* Now that Netgraph is in the system there are some cleanups we can do.julian1999-10-231-2/+25
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+1343
OpenPOWER on IntegriCloud