aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include correct opt_* headers for supported address families. Dike outJonathan Lemon2003-03-081-10/+5
* Fix a use-after-free bug that could cause multi-link fragment reassembly toArchie Cobbs2003-03-051-2/+4
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-054-9/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-043-6/+50
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* Add two loader tuneables that allow one to change the maximum number ofHartmut Brandt2003-03-021-1/+11
* Some more updates for the new world order:Bill Paul2003-02-261-24/+37
* Attempt to make the ng_fec module play nice with BPF again. Things haveBill Paul2003-02-261-16/+6
* Introduce a new taskqueue that runs completely free of Giant, and inScott Long2003-02-263-7/+7
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-1933-91/+91
* Take the rc4 code out of ng_mppc module so we don't fail to load whenDoug Ambrisko2003-02-051-0/+5
* Catch more uses of MIN().Alfred Perlstein2003-02-021-3/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-2133-91/+91
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-013-5/+5
* Make ng_fec.c compile again since Sam's changes.Julian Elischer2002-12-231-5/+8
* SMP locking for ifnet list.Jeffrey Hsu2002-12-223-0/+6
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-199-15/+15
* Fix two bugs:Archie Cobbs2002-12-141-12/+27
* 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