summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variable.archie2000-04-121-1/+1
* A netgraph node that implements Microsoft Point-to-Point compressionarchie2000-04-092-0/+880
* Call bpfdetach() before going away.archie2000-03-211-0/+1
* Newer ciscos have become more picky, and will not accept the MULTICAST bitphk2000-03-171-1/+1
* Updates to the ng_iface(8) netgraph node type:archie2000-03-132-178/+216
* Some minor prototype tweaks.archie2000-03-132-6/+5
* Use snprintf() instead of sprintf().archie2000-03-131-1/+1
* Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"archie2000-03-132-11/+11
* Add control message ASCII conversion for this node type.archie2000-01-272-4/+62
* Fix a few obscure memory leaks.archie2000-01-051-5/+11
* Fix race condition caused by missing splnet()'s.archie2000-01-041-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-3/+3
* Fix bugs in the MP fragment reassembly code that can cause a panic.archie1999-12-171-26/+32
* New netgraph node type 'pptpgre': this performs GRE encapsulationarchie1999-12-082-0/+843
* Remove a bunch of un-needed includes.julian1999-12-0716-42/+0
* Change definition of NG_BPF_HOOKPROG_SIZE() so as not to requirearchie1999-12-062-9/+10
* New netgraph node type, ng_bpf(8). This node type allows you toarchie1999-12-032-0/+607
* Add a new function ng_findhook() for finding a node's hook;archie1999-12-032-14/+26
* Fix bug parsing 32 bit integers on machines where sizeof(long) == 4.archie1999-12-031-1/+2
* Use m_dup() instead of m_copypacket() to duplicate the mbuf chain.archie1999-12-011-1/+1
* Add more comments describing how to use parse types and how they work.archie1999-12-011-46/+165
* Show how to supply a struct ng_cmdlist for (de)asciificationarchie1999-12-012-7/+49
* change intial timeout for session negotiation from 1 to 2 seconds.julian1999-12-012-2/+4
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-3029-149/+3320
* Change the prototype of the strto* routines to make the secondarchie1999-11-245-7/+9
* oops cut-n-paste errorjulian1999-11-211-1/+1
* It's time to only allow root to manipulate netgraph nodes.julian1999-11-211-0/+2
* Hopefully the last patch from Brian to get server side PPPoE working.julian1999-11-211-4/+2
* Fixes from brian. With some changes from me.julian1999-11-213-43/+74
* Revert previous commit now that 'acfcomp' has been removed fromarchie1999-11-191-1/+0
* Add a field archie forgot to merge in from out sources.julian1999-11-191-1/+2
* Use 'struct ng_xxx_private' instead of 'struct private' to help gdbarchie1999-11-191-2/+2
* Fix bug where hook pointers were not getting updated on disconnection.archie1999-11-192-8/+38
* Move misplaced #define.archie1999-11-191-1/+3
* Add some safety using KASSERT() and splnet().archie1999-11-191-12/+18
* Use KASSERT() instead of old #ifdef DIAGNOSTICS.archie1999-11-191-14/+22
* Remove the address and control field compression functionality of thisarchie1999-11-192-34/+17
* Rename 'struct private' to 'struct ng_xxx_private' to allow gdbarchie1999-11-192-4/+4
* When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL.archie1999-11-173-2/+4
* New netgraph node type "ksocket".archie1999-11-162-0/+543
* More bug fixes for the VJ Compression node. Seems to work now (really).archie1999-11-152-55/+69
* Small fixes from Brian for the Server side of PPPoE.julian1999-11-151-9/+9
* Rework some tag handling, prompted by Brian Somers.julian1999-11-141-35/+25
* Try handle missing packet tags better.julian1999-11-141-12/+19
* Provide an empty name to getsockname() if one hasn't been set up.brian1999-11-111-15/+28
* More bug fixes.archie1999-11-101-17/+21
* Minor change to the configuration of number of slots.archie1999-11-101-2/+2
* Fix some bugs; seems to work now. Minor change to the configuration fieldarchie1999-11-101-35/+29
* Move handling of the address and control fields into the PPP node;archie1999-11-102-65/+85
* Remove a null pointer referencejulian1999-11-093-2/+4
OpenPOWER on IntegriCloud