summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pptpgre.c
Commit message (Expand)AuthorAgeFilesLines
* 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