summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a gcc-ism: declaring a variable array at the end of a structureharti2003-10-221-4/+4
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-2/+2
* Update Bluetooth code.emax2003-10-1217-357/+459
* I don't know from where the notion that device driver should orphk2003-09-282-29/+2
* Add Protocol Independent Multicast protocol.hsu2003-08-201-0/+1
* Add ng_atmpif: a HARP physical interface emulation. This allows oneharti2003-08-114-0/+1963
* Process events from the ATM drivers. Carrier change and PVC changeharti2003-07-292-49/+126
* add missing machine/bus.h that is necessary to build now that usb is bus_dmajmg2003-07-161-0/+1
* Test the OPEN flag to see whether a VCI is already open on the hook insteadharti2003-07-151-2/+2
* Remove three unneccessary comparisons that were always true.harti2003-07-151-6/+0
* Allow the caller to get an erro direclty if we sent the packet immediatly.julian2003-07-031-1/+1
* Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driverharti2003-07-021-9/+22
* Fix a commentjulian2003-06-251-1/+1
* This is a netgraph node to access ATM interfaces. It works with theharti2003-06-252-0/+1598
* Use the <sys/bitstring.h> rather than <bitstring.h>phk2003-06-135-5/+5
* fix a cut-n-paste error.julian2003-05-151-1/+1
* Last commit of the bluetooth upgrade. (this patch was forgotten in the firstjulian2003-05-101-2/+2
* Part one of undating the bluetooth code to the newest versionjulian2003-05-1053-1472/+7187
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-292-3/+2
* Add missing braces.archie2003-04-281-1/+2
* Remove extraneous reference to intrq.h, which broke the kernel build.rwatson2003-04-211-1/+0
* KASSERT that NG_MKMESSAGE() is not called with mbuf flags.phk2003-04-181-0/+4
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-083-7/+4
* Don't use ovbcopy().des2003-04-042-2/+2
* Include correct opt_* headers for supported address families. Dike outjlemon2003-03-081-10/+5
* Fix a use-after-free bug that could cause multi-link fragment reassembly toarchie2003-03-051-2/+4
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-054-9/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-043-6/+50
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Add two loader tuneables that allow one to change the maximum number ofharti2003-03-021-1/+11
* Some more updates for the new world order:wpaul2003-02-261-24/+37
* Attempt to make the ng_fec module play nice with BPF again. Things havewpaul2003-02-261-16/+6
* Introduce a new taskqueue that runs completely free of Giant, and inscottl2003-02-263-7/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-1933-91/+91
* Take the rc4 code out of ng_mppc module so we don't fail to load whenambrisko2003-02-051-0/+5
* Catch more uses of MIN().alfred2003-02-021-3/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2133-91/+91
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-5/+5
* Make ng_fec.c compile again since Sam's changes.julian2002-12-231-5/+8
* SMP locking for ifnet list.hsu2002-12-223-0/+6
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-199-15/+15
* Fix two bugs:archie2002-12-141-12/+27
* fixes for this driver:julian2002-11-261-2/+38
* The second try a committing the bluetooth codejulian2002-11-2050-0/+26141
* o track changes to ethernet input packet handlingsam2002-11-143-96/+22
OpenPOWER on IntegriCloud