summaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvscvs2svn2000-03-2046-46/+46
* 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-43/+162
* 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-42/+73
* 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-33/+16
* 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
* New netgraph node type "ksocket".Archie Cobbs1999-11-162-0/+543
* More bug fixes for the VJ Compression node. Seems to work now (really).Archie Cobbs1999-11-152-55/+69
* Small fixes from Brian for the Server side of PPPoE.Julian Elischer1999-11-151-9/+9
* Rework some tag handling, prompted by Brian Somers.Julian Elischer1999-11-141-35/+25
* Try handle missing packet tags better.Julian Elischer1999-11-141-12/+19
* Provide an empty name to getsockname() if one hasn't been set up.Brian Somers1999-11-111-15/+28
* More bug fixes.Archie Cobbs1999-11-101-17/+21
* Minor change to the configuration of number of slots.Archie Cobbs1999-11-101-2/+2
* Fix some bugs; seems to work now. Minor change to the configuration fieldArchie Cobbs1999-11-101-35/+29
* Move handling of the address and control fields into the PPP node;Archie Cobbs1999-11-102-65/+85
* Remove a null pointer referenceJulian Elischer1999-11-093-2/+4
* Fix crash when trying to duplicate a NULL meta.Archie Cobbs1999-11-081-9/+12
* Get rid of the 'sync2' hook, which was a hack. Instead, justArchie Cobbs1999-11-082-53/+52
* Add support for the IFF_MULTICAST flag. There's notArchie Cobbs1999-11-081-1/+3
* Be more accepting about the format of node IDs.Julian Elischer1999-11-071-2/+2
* Move a structure Netstat needs back out to ng_socketvar.h (yech)Julian Elischer1999-11-062-18/+3
* Fix several bugs found in the first bit of testing.Archie Cobbs1999-11-062-35/+53
* Re-add this till I can fix netstat to not need it.Julian Elischer1999-11-051-0/+63