summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Backout previous change, it breaks build and it is not neededpjd2004-02-204-107/+13
* Add new failure detection algorithm.pjd2004-02-192-1/+94
* Export private structure owned by ng_ether(4) module outside.pjd2004-02-192-12/+13
* Use the official ng_timeout function to trigger sending. This means,harti2004-01-301-22/+14
* Correct the description of the net.graph.recvspace sysctl.ru2004-01-271-1/+1
* Don't confuse NULL and 0, use 0 where an integer is expected.harti2004-01-271-2/+2
* Style: add __FBSDID, relocate some { that were on the wrong line,harti2004-01-271-36/+24
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneharti2004-01-263-4/+9
* Get rid of the old *LEN constants in favour of the new *SIZ constantsharti2004-01-262-6/+6
* Define the new command NGM_SOURCE_START_NOW to allow generation ofharti2004-01-261-0/+1
* Make ng_source to work with non-ethernet interfaces. We do this byharti2004-01-261-2/+37
* Declare a function to silence a warning.harti2004-01-261-0/+2
* Should use the non-locking versions of the ifqueue macros toharti2004-01-261-7/+7
* Replace a call to bzero() with an M_ZERO flag. Replace the MALLOC() withharti2004-01-261-2/+1
* The version in the type description must be the ABI version, notharti2004-01-261-3/+3
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-2612-65/+64
* Get rid of the deprecated *LEN constants and use the new *SIZharti2004-01-261-2/+2
* Allow the socket buffer sizes to be controlled via sysctl(8).ru2004-01-231-0/+4
* Simplify timing gymnastics a bit.phk2004-01-211-2/+2
* Add an "ethernet" hook to the rfc1490 netgraph module. It will sendgreen2004-01-142-7/+35
* Also, don't crash in the netgraph disconnect node if the interface isgreen2004-01-091-1/+2
* Don't try to ifpromisc() on an interface that's deleted already.green2004-01-091-4/+4
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-8/+2
* NULL -> 0 where appropriate.alfred2003-12-245-23/+23
* The default value of net.graph.nonstandard_pppoe is changed to -1,yar2003-12-191-2/+2
* Fixed panic on hook disconnection that previous revision has introduced.ru2003-12-191-5/+8
* Fixed compilation on 64-bit platforms.ru2003-12-191-2/+2
* There are two modes of ng_pppoe operation, standard andyar2003-12-181-11/+38
* Removed an outdated comment.ru2003-12-181-2/+0
* Use the (now standard) Ethernet address parse type.ru2003-12-172-39/+5
* Made the Ethernet address parse type standard.ru2003-12-175-67/+69
* Replaced two bzero() calls with the M_ZERO flag to malloc().ru2003-12-171-3/+2
* MFS: Make struct arpcom the first entry in softc. (There are at leastru2003-12-151-1/+1
* Pass MTX_DEF instead of 0 as the last argument to mtx_init().truckman2003-12-151-1/+2
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not atruckman2003-12-082-5/+10
* Lower the maximum ACK timeout for GRE packets from 10 to 1 second.archie2003-11-181-1/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-182-6/+12
* Fixed two memory leaks.ru2003-11-171-1/+3
* Check the correct set of interface flags and fix a memory leak.ru2003-11-171-1/+2
* Change double include protection style in headers to matchemax2003-11-1417-17/+17
* Make the defines that prevent multiple includes look like theharti2003-11-133-6/+6
* Bump the netgraph header version to 6 for the change of the nameharti2003-11-121-1/+1
* Double length of node names, hook names, command strings and types. Addharti2003-11-122-6/+16
* MFS: Change interface name from "nge" to "ngeth" to avoid conflictru2003-11-111-1/+1
* Use a single style of multiple inclusion protection for Netgraph headers.ru2003-11-1132-88/+88
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+2
* The layer 3 (signalling) of NgATM netgraph node: ng_uni. This nodeharti2003-11-073-0/+1203
* Replace the lock-less algorithm for the free item list with a moreharti2003-11-051-64/+36
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-317-62/+43
* Netgraph part of the NgATM signalling AA layer. These nodes canharti2003-10-248-0/+2715
OpenPOWER on IntegriCloud