aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug that cheated hook names out of the last 2 bytes.Archie Cobbs2001-10-101-2/+2
* Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP.Archie Cobbs2001-10-101-1/+1
* Hopefully improve control message passing over Unix domain sockets.David Malone2001-10-041-2/+2
* Fixed pedantic syntax error (trailing semicolon in enum).Bruce Evans2001-10-041-1/+1
* Remove a couple unintentional mentions of Ethernet that crept in fromBrooks Davis2001-09-281-2/+2
* Add ng_ip_input. A new netgraph node for queuing IP packets into theBrooks Davis2001-09-272-0/+217
* The initial commit contained an error in the license, this is theBrooks Davis2001-09-274-9/+21
* /home/brooks/ng_gif.messageBrooks Davis2001-09-264-0/+1122
* KSE Milestone 2Julian Elischer2001-09-127-28/+50
* First pass at porting John's "accept" changes toJulian Elischer2001-09-072-49/+383
* MFS: change name of sysctl to something more diplomatic.Julian Elischer2001-09-041-9/+9
* Fix kernel crash when VLANs are combined with ng_ether(4), by attachingArchie Cobbs2001-08-301-1/+2
* Fix two typosBrian Somers2001-08-211-2/+2
* Pack struct uniqtag declarations to stop our data field from being pushedBrian Somers2001-08-021-2/+2
* If an attempt is made to LISTEN for a service tag that's already beingBrian Somers2001-07-251-14/+28
* General cleanup providing better style(9) conformance and generallyBrooks Davis2001-07-242-90/+46
* Add an external function to unlink a netgraph type from the types list.Julian Elischer2001-07-232-0/+21
* remember to set the return address in a message whenJulian Elischer2001-07-141-0/+1
* Fix warning: (int/long mixup in printf)Peter Wemm2001-06-151-1/+1
* Fix a range checking bug in ng_int32_parse which affected 64-bitJohn Polstra2001-05-191-4/+5
* Remove unneeded includes in the i386 case.John Baldwin2001-05-151-5/+0
* Don't reference a node after we dropped a reference to itArchie Cobbs2001-04-111-1/+2
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* netgraph.h:Julian Elischer2001-03-103-24/+65
* Fix potential crash caused by packets with bogus ACK's.Archie Cobbs2001-03-081-1/+2
* Cleanups to Macros for sending data between netgraph nodes.Julian Elischer2001-03-032-63/+32
* Add parenthesis to a macro.Julian Elischer2001-03-031-1/+1
* Shuffle netgraph mutexes a bit and hold a reference on a nodeJulian Elischer2001-02-281-2/+4
* Allow a changed MAC address to show up in ifconfig by changing itJulian Elischer2001-02-262-1/+14
* slight cleanups during testing.Julian Elischer2001-02-252-20/+46
* Add a node that looks to all the word like an ethernet but delivers itsJulian Elischer2001-02-252-0/+733
* Make the sample netgraph node compileable again.Julian Elischer2001-02-251-6/+3
* Add knowledge of the netgraph spinlocks into the Witness code.Julian Elischer2001-02-241-5/+12
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)Julian Elischer2001-02-235-7/+59
* Add a 'splitter' node to separate a bidirectionalJulian Elischer2001-02-222-0/+272
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* Fix an erroneous comment and two style(9) bugs.Archie Cobbs2001-02-161-3/+5
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-67/+67
* Add a dummy disconnect function so that the socket code doesn't leap intoJulian Elischer2001-02-051-2/+7
* Make netgraph modules refuse to link with modules of a different ABI version.Julian Elischer2001-02-053-39/+75
* Change the kernel internal ABI number as the HOOK structure has changed.Julian Elischer2001-02-011-1/+1
* Clean up reference counting with relation to queued packets and the worklist,Julian Elischer2001-02-012-138/+107
* Add the ability to declare ore-ride methods on a per-hook basisJulian Elischer2001-01-312-26/+70
* Implement direct support for semipersistant nodes.Julian Elischer2001-01-307-277/+298
* Fix cut and paste error in a comment.Julian Elischer2001-01-302-2/+2
* Add a new distribution algorythm to the 'one2many' node type.Julian Elischer2001-01-282-3/+54
* Swap egress hooks for packets entering from the monitor hooks.Julian Elischer2001-01-261-2/+2
* Only clear the 'free' bit if we were successful in getting a queue item off t...Julian Elischer2001-01-251-2/+6
* Don't crash the kernel if the user tries to load a netgraphJulian Elischer2001-01-241-4/+10
* Add MTX_SPIN to an mtx_init(Julian Elischer2001-01-221-1/+1