summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pptpgre.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-1/+1
* sys: extend use of the howmany() macro when available.pfg2016-04-261-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Remove duplicate check.mav2012-08-031-1/+1
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* Remove alignment constraints.mav2010-04-011-11/+11
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Some minor code and math optimizations.mav2008-03-261-40/+21
* Rewrite node to support multiple hooks, alike to ng_l2tp, to use one pairmav2008-03-241-241/+280
* Quoting Alexander:glebius2007-02-021-4/+5
* Rework locking, that I have introduced recently, since it was incorrect:glebius2005-09-081-35/+54
* Lock down PPTP node, since it has many data structures, that won't surviveglebius2005-08-301-7/+25
* Utilize callout_pending() macroglebius2005-01-111-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
* Use ng_callout() and ng_uncallout() instead of home-grownglebius2004-12-091-108/+17
* Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 prooved too much for high packetglebius2004-09-061-1/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Add 'enableWindowing' configuration knob to the ng_pptpgre(4) netgraph node.archie2004-04-261-35/+49
* Lower the maximum ACK timeout for GRE packets from 10 to 1 second.archie2003-11-181-1/+1
* Don't use ovbcopy().des2003-04-041-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payloadarchie2002-09-141-1/+1
* Const'ify variables to make it clear we're not writing to the mbuf data.archie2002-06-051-8/+9
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-6/+6
* Use 'struct callout' instead of 'struct callout_handle' to avoidarchie2002-04-141-25/+81
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-6/+6
* Don't reference a node after we dropped a reference to itarchie2001-04-111-1/+2
* netgraph.h:julian2001-03-101-1/+2
* Fix potential crash caused by packets with bogus ACK's.archie2001-03-081-1/+2
* Part 2 of the netgraph rewrite.julian2001-01-081-31/+30
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-46/+55
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-2/+2
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+1
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-2/+1
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Calling untimeout(9) leads to a race window where memory could be leaked.archie2000-10-111-21/+5
* Remove unnecessary #include's as reported by phk's script.archie2000-09-221-3/+0
* Allocate all memory (including within node constructors) with M_NOWAITarchie2000-09-211-1/+1
* Followup to previous commit..archie2000-07-251-20/+40
* Several fixes:archie2000-07-251-25/+54
* Fix incorrectly implemented receive ACK timeout algorithm:archie2000-06-281-14/+20
* - Start sequence numbers at zero instead of one; the rest of thearchie2000-06-261-84/+57
* Fix a couple of bugs:archie2000-05-051-41/+209
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-2/+3
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix race condition caused by missing splnet()'s.archie2000-01-041-0/+4
* New netgraph node type 'pptpgre': this performs GRE encapsulationarchie1999-12-081-0/+759
OpenPOWER on IntegriCloud