summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Replace ffind_* with fget calls.alfred2002-01-141-3/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-4/+5
* Staticise the socket list.msmith2002-01-081-1/+1
* Avoid reentrantly sending on the same socket, which causes a kernel panic.archie2002-01-061-0/+9
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+2
* Typo.archie2001-12-151-1/+1
* Don't free a structure containing a 'struct callout' structure while thatarchie2001-12-151-8/+17
* Add support for 56 bit MPPE encryption.archie2001-12-152-9/+12
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-1024-101/+101
* When a socket is not connected, allow the peer "struct sockaddr"archie2001-11-282-13/+77
* A node that allows ethernet type packets to be filtered to differentjulian2001-10-302-0/+588
* log routine called w/ %ld and int argument, cast argument to longdillon2001-10-291-1/+1
* Fix bug that cheated hook names out of the last 2 bytes.archie2001-10-101-2/+2
* Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP.archie2001-10-101-1/+1
* Hopefully improve control message passing over Unix domain sockets.dwmalone2001-10-041-2/+2
* Fixed pedantic syntax error (trailing semicolon in enum).bde2001-10-041-1/+1
* Remove a couple unintentional mentions of Ethernet that crept in frombrooks2001-09-281-2/+2
* Add ng_ip_input. A new netgraph node for queuing IP packets into thebrooks2001-09-272-0/+217
* The initial commit contained an error in the license, this is thebrooks2001-09-274-9/+21
* /home/brooks/ng_gif.messagebrooks2001-09-264-0/+1122
* KSE Milestone 2julian2001-09-127-28/+50
* First pass at porting John's "accept" changes tojulian2001-09-072-49/+383
* MFS: change name of sysctl to something more diplomatic.julian2001-09-041-9/+9
* Fix kernel crash when VLANs are combined with ng_ether(4), by attachingarchie2001-08-301-1/+2
* Fix two typosbrian2001-08-211-2/+2
* Pack struct uniqtag declarations to stop our data field from being pushedbrian2001-08-021-2/+2
* If an attempt is made to LISTEN for a service tag that's already beingbrian2001-07-251-14/+28
* General cleanup providing better style(9) conformance and generallybrooks2001-07-242-91/+47
* Add an external function to unlink a netgraph type from the types list.julian2001-07-232-0/+21
* remember to set the return address in a message whenjulian2001-07-141-0/+1
* Fix warning: (int/long mixup in printf)peter2001-06-151-1/+1
* Fix a range checking bug in ng_int32_parse which affected 64-bitjdp2001-05-191-4/+5
* Remove unneeded includes in the i386 case.jhb2001-05-151-5/+0
* Don't reference a node after we dropped a reference to itarchie2001-04-111-1/+2
* Catch up to header include changes:jhb2001-03-281-0/+1
* netgraph.h:julian2001-03-103-24/+65
* Fix potential crash caused by packets with bogus ACK's.archie2001-03-081-1/+2
* Cleanups to Macros for sending data between netgraph nodes.julian2001-03-032-63/+32
* Add parenthesis to a macro.julian2001-03-031-1/+1
* Shuffle netgraph mutexes a bit and hold a reference on a nodejulian2001-02-281-2/+4
* Allow a changed MAC address to show up in ifconfig by changing itjulian2001-02-262-1/+14
* slight cleanups during testing.julian2001-02-252-20/+46
* Add a node that looks to all the word like an ethernet but delivers itsjulian2001-02-252-0/+733
* Make the sample netgraph node compileable again.julian2001-02-251-6/+3
* Add knowledge of the netgraph spinlocks into the Witness code.julian2001-02-241-5/+12
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)julian2001-02-235-7/+59
* Add a 'splitter' node to separate a bidirectionaljulian2001-02-222-0/+272
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
* Fix an erroneous comment and two style(9) bugs.archie2001-02-161-3/+5
* Change and clean the mutex lock interface.bmilekic2001-02-091-67/+67
OpenPOWER on IntegriCloud