summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* o Introduce D-Link compat mode, that is default to off and can be setglebius2006-01-271-59/+80
* From the RFC2516 it is not clear, what is the correct behavior for aglebius2006-01-261-43/+117
* - Remove debugging printfs.glebius2006-01-211-240/+243
* Dej'a vu of revision 1.35glebius2005-09-191-1/+1
* Remove obsoleted sysctl interface for switching between standard and 3Comglebius2005-07-051-39/+1
* Remove ng_connect_t where it is unused. Probably it remained from ng_source.c.glebius2005-03-141-13/+0
* Drop mythical module dependency on ng_ether.ru2005-02-131-2/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
* - Use ng_callout() instead of timeout()glebius2004-12-081-30/+23
* Since last change moved ';' from macro to code, we need to embraceglebius2004-10-311-2/+2
* Rename debug macro to DBG and indent it properly.glebius2004-10-281-23/+21
* Another stupid error from my side. PPPOE_NONSTANDARD was first definedglebius2004-08-011-9/+9
* When node is server serve both standard RFC2516 and non-standard 3Comglebius2004-07-271-42/+111
* Add a note indicating that the eh_prototype field used to constructrwatson2004-07-141-0/+4
* Having moved metadata usage to mbuf tags, remove code that supportsjulian2004-06-261-2/+2
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-261-2/+2
* The default value of net.graph.nonstandard_pppoe is changed to -1,yar2003-12-191-2/+2
* Fixed compilation on 64-bit platforms.ru2003-12-191-2/+2
* There are two modes of ng_pppoe operation, standard andyar2003-12-181-11/+38
* Back out M_* changes, per decision of the TRB.imp2003-02-191-9/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-9/+9
* Use %z to print a size_t value.jhb2002-11-081-1/+1
* use __packed.alfred2002-09-231-2/+2
* Don't use "NULL" when "0" is really meant.archie2002-08-221-3/+3
* NUL terminate the ACNAME passed to userland.brian2002-06-221-3/+4
* Const'ify variables to make it clear we're not writing to the mbuf data.archie2002-06-051-31/+33
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-4/+4
* Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.brian2002-05-141-0/+19
* Send a NGM_PPPOE_ACNAME message to userland when a node is connected.brian2002-02-201-1/+23
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* 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
OpenPOWER on IntegriCloud