aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* fixes for this driver:Julian Elischer2002-11-261-2/+38
* The second try a committing the bluetooth codeJulian Elischer2002-11-2050-0/+26141
* o track changes to ethernet input packet handlingSam Leffler2002-11-143-96/+22
* Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.John Baldwin2002-11-084-12/+12
* Use %z to print a size_t value.John Baldwin2002-11-081-1/+1
* Slight redesign for fitting in with -current.Julian Elischer2002-11-051-27/+50
* The easy part of converting the ng_source node to -current.Julian Elischer2002-11-021-54/+50
* Whitespace fixesJulian Elischer2002-11-021-47/+28
* ifnet_addrs doesn;t exist any more so useJulian Elischer2002-11-011-3/+3
* Add the netgraph 'source' module.Julian Elischer2002-10-312-0/+776
* Finally get around to committing Bill Paul's FEC netgraph nodes.Julian Elischer2002-10-292-0/+1311
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-211-1/+1
* use __packed.Alfred Perlstein2002-09-232-5/+5
* Reference the socket we're accepting.Benno Rice2002-09-141-0/+2
* Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payloadArchie Cobbs2002-09-141-1/+1
* Remember who asked for a connect or accept operation so we can actually tellBenno Rice2002-09-111-2/+2
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-228-18/+18
* New L2TP netgraph node type.Archie Cobbs2002-08-202-0/+1640
* When declaring local variables in macros, always use "_name" insteadArchie Cobbs2002-08-201-33/+34
* Make the consumers of the linker_load_file() function useMaxime Henrion2002-08-021-1/+1
* NUL terminate the ACNAME passed to userland.Brian Somers2002-06-221-3/+4
* A node that creates a device entry in /dev (yay devfs)Julian Elischer2002-06-182-0/+681
* if you have taken the mbuf out of the message object, then if you passJulian Elischer2002-06-091-1/+3
* Const'ify variables to make it clear we're not writing to the mbuf data.Archie Cobbs2002-06-055-49/+53
* Fix bug where an mbuf was being written to without checking M_WRITABLE().Archie Cobbs2002-06-051-57/+24
* Fix bugs where mbuf data was being accessed without m_pullup().Archie Cobbs2002-06-051-7/+43
* Declare a variable sized array within a structure using [] rather than [0]Alfred Perlstein2002-06-011-1/+1
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-3133-257/+159
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-312-65/+11
* Fix warnings: deprecated use of label at end of compound statementPeter Wemm2002-05-242-1/+2
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-202-11/+65
* Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.Brian Somers2002-05-142-1/+21
* Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING.Archie Cobbs2002-05-091-2/+10
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-3/+5
* Use 'struct callout' instead of 'struct callout_handle' to avoidArchie Cobbs2002-04-141-25/+81
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-6/+6
* 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