summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* NUL terminate the ACNAME passed to userland.brian2002-06-221-3/+4
* A node that creates a device entry in /dev (yay devfs)julian2002-06-182-0/+681
* if you have taken the mbuf out of the message object, then if you passjulian2002-06-091-1/+3
* Const'ify variables to make it clear we're not writing to the mbuf data.archie2002-06-055-49/+53
* Fix bug where an mbuf was being written to without checking M_WRITABLE().archie2002-06-051-57/+24
* Fix bugs where mbuf data was being accessed without m_pullup().archie2002-06-051-7/+43
* Declare a variable sized array within a structure using [] rather than [0]alfred2002-06-011-1/+1
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-3133-257/+159
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-312-65/+11
* Fix warnings: deprecated use of label at end of compound statementpeter2002-05-242-1/+2
* Lock down a socket, milestone 1.tanimura2002-05-202-11/+65
* Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.brian2002-05-142-1/+21
* Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING.archie2002-05-091-2/+10
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-3/+5
* Use 'struct callout' instead of 'struct callout_handle' to avoidarchie2002-04-141-25/+81
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-6/+6
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-2/+2
* Fix bugs where the ng_ppp node could transmit PPP frames whose lengtharchie2002-03-151-4/+18
* Official timeout routines for netgraph nodes that know how tojulian2002-03-052-0/+66
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Send a NGM_PPPOE_ACNAME message to userland when a node is connected.brian2002-02-202-2/+25
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-1/+1
* Fix another bug in handling of multi-link sequence numbers.archie2002-02-131-3/+4
* Fix bug in previous commit.archie2002-02-121-2/+1
* Pre-KSE/M3 commit.julian2002-02-071-3/+3
* The hardware checksum code makes the assumption that a packet routed outarchie2002-02-051-2/+9
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-052-9/+3
* Some netgraph parse types (such as for the 'value' field in ng_ksocket'sarchie2002-02-011-8/+15
* 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
OpenPOWER on IntegriCloud