aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-012-2/+2
* Fix bugs where the ng_ppp node could transmit PPP frames whose lengthArchie Cobbs2002-03-151-4/+18
* Official timeout routines for netgraph nodes that know how toJulian Elischer2002-03-052-0/+66
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Send a NGM_PPPOE_ACNAME message to userland when a node is connected.Brian Somers2002-02-202-2/+25
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-1/+1
* Fix another bug in handling of multi-link sequence numbers.Archie Cobbs2002-02-131-3/+4
* Fix bug in previous commit.Archie Cobbs2002-02-121-2/+1
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-3/+3
* The hardware checksum code makes the assumption that a packet routed outArchie Cobbs2002-02-051-2/+9
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-052-9/+3
* Some netgraph parse types (such as for the 'value' field in ng_ksocket'sArchie Cobbs2002-02-011-8/+15
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-3/+2
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-4/+5
* Staticise the socket list.Mike Smith2002-01-081-1/+1
* Avoid reentrantly sending on the same socket, which causes a kernel panic.Archie Cobbs2002-01-061-0/+9
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* Typo.Archie Cobbs2001-12-151-1/+1
* Don't free a structure containing a 'struct callout' structure while thatArchie Cobbs2001-12-151-8/+17
* Add support for 56 bit MPPE encryption.Archie Cobbs2001-12-152-9/+12
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-1024-101/+101
* When a socket is not connected, allow the peer "struct sockaddr"Archie Cobbs2001-11-282-13/+77
* A node that allows ethernet type packets to be filtered to differentJulian Elischer2001-10-302-0/+588
* log routine called w/ %ld and int argument, cast argument to longMatthew Dillon2001-10-291-1/+1
* 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-91/+47
* 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