aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-2649-49/+49
* MFC: allocate memory with M_NOWAIT instead of M_WAITOK to avoid kernel panic.Archie Cobbs2000-07-211-5/+5
* MFC: (rev. 1.4) set NG_INVALID flag when destroying node.Archie Cobbs2000-07-141-0/+1
* MFC: (rev. 1.3) use ng_queue_data() instead of NG_SEND_DATAQ()Archie Cobbs2000-07-121-3/+1
* MFC: make the ng_ether(4) node type dynamically loadableArchie Cobbs2000-07-112-19/+13
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-101-0/+639
* MFC: (revs. 1.6, 1.7): seq numbers, race condition, ack algorithmArchie Cobbs2000-06-291-96/+75
* MFC: receive statisticsArchie Cobbs2000-06-021-0/+4
* MFC: Add hook for IPv6.Archie Cobbs2000-05-242-4/+9
* MFC: bug fixes & statisticsArchie Cobbs2000-05-052-41/+253
* MFC: typename -> type_name; add ng_copy_meta()Archie Cobbs2000-05-053-2/+23
* MFC: fix broken multi-link fragment reassembly algorithm.Archie Cobbs2000-05-052-257/+711
* MFC: Updates to the ng_iface(8) netgraph node typeArchie Cobbs2000-04-192-178/+217
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-04-132-0/+880
* MFC: (rev. 1.13) fix uninitialized variableArchie Cobbs2000-04-121-1/+1
* MFC: minor prototype tweaksArchie Cobbs2000-04-112-6/+5
* MFC: fix typoArchie Cobbs2000-04-112-11/+11
* MFC rev 1.8; use snprintf instead of sprintfPeter Wemm2000-03-201-1/+1
* MFC rev 1.5; unicast/multicast correctionPeter Wemm2000-03-201-1/+1
* Add control message ASCII conversion for this node type.Archie Cobbs2000-01-272-4/+62
* Fix a few obscure memory leaks.Archie Cobbs2000-01-051-5/+11
* Fix race condition caused by missing splnet()'s.Archie Cobbs2000-01-041-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-3/+3
* Fix bugs in the MP fragment reassembly code that can cause a panic.Archie Cobbs1999-12-171-26/+32
* New netgraph node type 'pptpgre': this performs GRE encapsulationArchie Cobbs1999-12-082-0/+843
* Remove a bunch of un-needed includes.Julian Elischer1999-12-0716-42/+0
* Change definition of NG_BPF_HOOKPROG_SIZE() so as not to requireArchie Cobbs1999-12-062-9/+10
* New netgraph node type, ng_bpf(8). This node type allows you toArchie Cobbs1999-12-032-0/+607
* Add a new function ng_findhook() for finding a node's hook;Archie Cobbs1999-12-032-14/+26
* Fix bug parsing 32 bit integers on machines where sizeof(long) == 4.Archie Cobbs1999-12-031-1/+2
* Use m_dup() instead of m_copypacket() to duplicate the mbuf chain.Archie Cobbs1999-12-011-1/+1
* Add more comments describing how to use parse types and how they work.Archie Cobbs1999-12-011-46/+165
* Show how to supply a struct ng_cmdlist for (de)asciificationArchie Cobbs1999-12-012-7/+49
* change intial timeout for session negotiation from 1 to 2 seconds.Julian Elischer1999-12-012-2/+4
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-3029-149/+3320
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-11-245-7/+9
* oops cut-n-paste errorJulian Elischer1999-11-211-1/+1
* It's time to only allow root to manipulate netgraph nodes.Julian Elischer1999-11-211-0/+2
* Hopefully the last patch from Brian to get server side PPPoE working.Julian Elischer1999-11-211-4/+2
* Fixes from brian. With some changes from me.Julian Elischer1999-11-213-43/+74
* Revert previous commit now that 'acfcomp' has been removed fromArchie Cobbs1999-11-191-1/+0
* Add a field archie forgot to merge in from out sources.Julian Elischer1999-11-191-1/+2
* Use 'struct ng_xxx_private' instead of 'struct private' to help gdbArchie Cobbs1999-11-191-2/+2
* Fix bug where hook pointers were not getting updated on disconnection.Archie Cobbs1999-11-192-8/+38
* Move misplaced #define.Archie Cobbs1999-11-191-1/+3
* Add some safety using KASSERT() and splnet().Archie Cobbs1999-11-191-12/+18
* Use KASSERT() instead of old #ifdef DIAGNOSTICS.Archie Cobbs1999-11-191-14/+22
* Remove the address and control field compression functionality of thisArchie Cobbs1999-11-192-34/+17
* Rename 'struct private' to 'struct ng_xxx_private' to allow gdbArchie Cobbs1999-11-192-4/+4
* When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL.Archie Cobbs1999-11-173-2/+4