aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* The default value of net.graph.nonstandard_pppoe is changed to -1,Yaroslav Tykhiy2003-12-191-2/+2
* Fixed panic on hook disconnection that previous revision has introduced.Ruslan Ermilov2003-12-191-5/+8
* Fixed compilation on 64-bit platforms.Ruslan Ermilov2003-12-191-2/+2
* There are two modes of ng_pppoe operation, standard andYaroslav Tykhiy2003-12-181-11/+38
* Removed an outdated comment.Ruslan Ermilov2003-12-181-2/+0
* Use the (now standard) Ethernet address parse type.Ruslan Ermilov2003-12-172-39/+5
* Made the Ethernet address parse type standard.Ruslan Ermilov2003-12-175-67/+69
* Replaced two bzero() calls with the M_ZERO flag to malloc().Ruslan Ermilov2003-12-171-3/+2
* MFS: Make struct arpcom the first entry in softc. (There are at leastRuslan Ermilov2003-12-151-1/+1
* Pass MTX_DEF instead of 0 as the last argument to mtx_init().Don Lewis2003-12-151-1/+2
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not aDon Lewis2003-12-082-5/+10
* Lower the maximum ACK timeout for GRE packets from 10 to 1 second.Archie Cobbs2003-11-181-1/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-182-6/+12
* Fixed two memory leaks.Ruslan Ermilov2003-11-171-1/+3
* Check the correct set of interface flags and fix a memory leak.Ruslan Ermilov2003-11-171-1/+2
* Change double include protection style in headers to matchMaksim Yevmenkin2003-11-1417-17/+17
* Make the defines that prevent multiple includes look like theHartmut Brandt2003-11-133-6/+6
* Bump the netgraph header version to 6 for the change of the nameHartmut Brandt2003-11-121-1/+1
* Double length of node names, hook names, command strings and types. AddHartmut Brandt2003-11-122-6/+16
* MFS: Change interface name from "nge" to "ngeth" to avoid conflictRuslan Ermilov2003-11-111-1/+1
* Use a single style of multiple inclusion protection for Netgraph headers.Ruslan Ermilov2003-11-1132-88/+88
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+2
* The layer 3 (signalling) of NgATM netgraph node: ng_uni. This nodeHartmut Brandt2003-11-073-0/+1203
* Replace the lock-less algorithm for the free item list with a moreHartmut Brandt2003-11-051-64/+36
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-317-62/+43
* Netgraph part of the NgATM signalling AA layer. These nodes canHartmut Brandt2003-10-248-0/+2715
* Remove a gcc-ism: declaring a variable array at the end of a structureHartmut Brandt2003-10-221-4/+4
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-2/+2
* Update Bluetooth code.Maksim Yevmenkin2003-10-1217-357/+459
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-282-29/+2
* Add Protocol Independent Multicast protocol.Jeffrey Hsu2003-08-201-0/+1
* Add ng_atmpif: a HARP physical interface emulation. This allows oneHartmut Brandt2003-08-114-0/+1963
* Process events from the ATM drivers. Carrier change and PVC changeHartmut Brandt2003-07-292-49/+126
* add missing machine/bus.h that is necessary to build now that usb is bus_dmaJohn-Mark Gurney2003-07-161-0/+1
* Test the OPEN flag to see whether a VCI is already open on the hook insteadHartmut Brandt2003-07-151-2/+2
* Remove three unneccessary comparisons that were always true.Hartmut Brandt2003-07-151-6/+0
* Allow the caller to get an erro direclty if we sent the packet immediatly.Julian Elischer2003-07-031-1/+1
* Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driverHartmut Brandt2003-07-021-9/+22
* Fix a commentJulian Elischer2003-06-251-1/+1
* This is a netgraph node to access ATM interfaces. It works with theHartmut Brandt2003-06-252-0/+1598
* Use the <sys/bitstring.h> rather than <bitstring.h>Poul-Henning Kamp2003-06-135-5/+5
* fix a cut-n-paste error.Julian Elischer2003-05-151-1/+1
* Last commit of the bluetooth upgrade. (this patch was forgotten in the firstJulian Elischer2003-05-101-2/+2
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-1053-1472/+7187
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-292-3/+2
* Add missing braces.Archie Cobbs2003-04-281-1/+2
* Remove extraneous reference to intrq.h, which broke the kernel build.Robert Watson2003-04-211-1/+0
* KASSERT that NG_MKMESSAGE() is not called with mbuf flags.Poul-Henning Kamp2003-04-181-0/+4
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-083-7/+4
* Don't use ovbcopy().Dag-Erling Smørgrav2003-04-042-2/+2