summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix crash when trying to duplicate a NULL meta.archie1999-11-081-9/+12
* Get rid of the 'sync2' hook, which was a hack. Instead, justarchie1999-11-082-53/+52
* Add support for the IFF_MULTICAST flag. There's notarchie1999-11-081-1/+3
* Be more accepting about the format of node IDs.julian1999-11-071-2/+2
* Move a structure Netstat needs back out to ng_socketvar.h (yech)julian1999-11-062-18/+3
* Fix several bugs found in the first bit of testing.archie1999-11-062-35/+53
* Re-add this till I can fix netstat to not need it.julian1999-11-051-0/+63
* Add the option for a socket node to shut down when the last hookjulian1999-11-053-65/+63
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-033-0/+3
* Add statistics counters to "tee" netgraph node type.archie1999-11-022-53/+141
* Simplify checking/parsing of strings using strtoul(), isdigit(), etc.archie1999-11-024-66/+38
* Fix some bugs in MP allocation routine when links are non-equivalent.archie1999-11-011-12/+29
* Add typedefs for node methodsjulian1999-11-0117-147/+131
* braino in sample code.julian1999-11-011-2/+2
* Start making the contents of the generic framework opaque to the nodes.julian1999-11-015-30/+58
* Revamped and more useful PPP node type, supporting multi-link PPP directly.archie1999-10-292-188/+1218
* When the session is running, don't include the ethernet header in the length ...julian1999-10-291-1/+2
* fix typojulian1999-10-271-2/+2
* The node goes away when last session disconnects or when disconnected fromjulian1999-10-271-0/+9
* change PPPoE occurences to pppoe. Not JUST a cosmeting change.julian1999-10-272-40/+40
* cleanups regarding misused m_pullup() and similar.julian1999-10-267-32/+44
* Send the negotiated session ID on our packets (DUH!).julian1999-10-261-1/+2
* Send a PADT message to the peer when a session is closed down.julian1999-10-261-1/+35
* This one actually gets session data to the waiting ppp daemonjulian1999-10-261-38/+5
* This one actually negotiated it's way into a session.julian1999-10-261-12/+58
* Bring ng_iface up-to-date with what has happenned to the bpf code.julian1999-10-251-30/+17
* more fixes, braino's, typo's, etc.julian1999-10-231-8/+19
* A version of the pppoe code ellicits a response from the ISP endjulian1999-10-231-19/+65
* dang, deleted a linejulian1999-10-231-1/+2
OpenPOWER on IntegriCloud