summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_l2tp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix circular math macro.glebius2014-01-031-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-7/+7
* 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
* Make ng_l2tp irrelevant to data alignment.mav2010-03-311-15/+31
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-3/+0
* Fix typo. Clear session stats instead of config and part of stats.mav2008-11-221-1/+1
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-5/+4
* Don't use memcpy() to copy several bytes.mav2008-07-281-40/+22
* Add session ID hashing to speedup incoming packets dispatch in casemav2008-03-161-38/+47
* Addition to the previous commit. Release inproc in case of memory error.mav2008-03-091-0/+1
* To avoid control data losses do not acknowledge recieving of control packetmav2008-03-081-54/+44
* Increase control channel xmit queue to 128 packets.mav2007-12-121-1/+1
* Protect struct seq with mutex.mav2007-10-121-17/+72
* Remove one unneded assertion. It is also checked inmav2007-10-121-5/+0
* Replace single rcvdata with 3 distinct to simplify code andmav2007-10-121-74/+77
* Remove duplicate variables.mav2007-10-121-11/+3
* Avoid false assertion on transmit and delayed ack timeout with enabled invari...mav2007-04-241-23/+34
* Global xmit stats calculation fix.mav2007-04-231-0/+4
* Use the ISO standard function variable vs. a GCC'ism.obrien2005-08-101-4/+4
* - Use ng_callout() instead of callout_reset(9).glebius2005-01-111-93/+36
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+1
* Implement minimalistic L2TP sessions statistics and correct man pagebz2004-08-031-2/+83
* add a new control message to set sequence numbers on an uninitialized node.bz2004-08-031-1/+62
* Correct L2TP header offset handling:bz2004-08-031-2/+2
* Having moved metadata usage to mbuf tags, remove code that supportsjulian2004-06-261-2/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Rename internal structure to fix cut & paste error.archie2004-04-041-3/+3
* Don't use ovbcopy().des2003-04-041-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-5/+5
* Don't use "NULL" when "0" is really meant.archie2002-08-221-1/+1
* New L2TP netgraph node type.archie2002-08-201-0/+1479
OpenPOWER on IntegriCloud