summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-2/+2
* Add support for PPP-Max-Payload PPPoE tag (RFC4638).mav2015-09-111-0/+45
* Add constant for PPP-Max-PayLoad tag.glebius2013-07-231-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-10/+10
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* Remove some dead and incorrect code.mav2010-06-051-1/+1
* Make Netgraph compile with Clang.ed2009-03-031-11/+12
* Use more compact LIST instead of TAILQ for session hash.mav2008-03-031-62/+32
* Make session ID generator to use session ID hash.mav2008-03-021-40/+37
* Do not use bcmp() to compare two bytes with constants.mav2008-02-061-3/+2
* Tune the message for better informativity.mav2008-02-011-1/+2
* Band-aid recent commit by mav by replacing a variable in a CTR statement withbenno2008-02-011-1/+1
* Implement Session-ID hashing to improve receive performance scalabilitymav2008-01-311-31/+70
* Add support for optional "AC-Name\Service-Name" syntax at NGM_PPPOE_CONNECTmav2007-12-291-6/+37
* Fix incorrectly placed bracket in pppoe_find_svc().mav2007-12-261-1/+1
* Split ng_pppoe_rcvdata() function into three hook-specific onesmav2007-10-141-464/+465
* Remove ng_pppoe_sendpacket() function to simplify code as it is calledmav2007-10-141-79/+39
* Dead code removal.mav2007-09-211-11/+0
* This is optimization of ether and debug hooks determination. Itmav2007-09-211-44/+27
* This patch fixes thread unsafe usage of global pkt_hdrmav2007-09-211-22/+20
* Some perfectionizm against last revision.glebius2006-08-101-2/+2
* Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).glebius2006-08-091-20/+72
* - Use log(9) instead of printf(9).glebius2006-08-071-26/+44
* 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
OpenPOWER on IntegriCloud