summaryrefslogtreecommitdiffstats
path: root/sys/net/netisr.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First step in Bluetooth protocol stack support.grange2005-01-141-1/+3
| | | | | | | | | | The code is adopted from the FreeBSD netgraph-based Bluetooth implementation by Maksim Yevmenkin <m_evmenkin@yahoo.com> but all netgraph glue was replaced with usual BSD network stack hooks. This is a work in progress. Only HCI layer works for now, L2CAP and RFCOMM are on the way. Help in testing from many, ok markus@.
* In kernel pppoe client, a simple IPv4 only implementation.canacar2004-11-281-1/+3
| | | | | | Initial porting from NetBSD by David Berghoff. Modified/simplified to match our sppp implementation. ok deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)jason2003-05-121-2/+2
|
* First round of __P removal in sysmillert2002-03-141-12/+12
|
* ipxintr was missingmickey2001-09-231-1/+2
|
* Opps.art2000-11-081-1/+5
| | | | | protect from multiple inclusion. Needed for the netisr_dispatch changes.
* s/ipv6intr/ip6intr/itojun1999-12-081-2/+2
|
* Only do basic work in the ethernet interrupt context, and queue packets tojason1999-05-241-1/+3
| | | | be bridged. Do the real work in a scheduled netisr.
* global decl for *intr() routines, plus add INET6deraadt1999-01-071-1/+11
|
* update for ipv6deraadt1999-01-071-5/+6
|
* AppleTalk support based on netatalk-1.4a2 and FreeBSD.denny1997-07-231-1/+2
|
* OpenBSD tags + some prototyping policeniklas1997-02-241-0/+1
|
* random device is permanent now.mickey1996-10-191-5/+0
|
* rnd -> randomderaadt1996-08-291-3/+3
|
* renumber to avoid conflict with freebsdchuck1996-07-031-2/+3
|
* add native mode atm netisr hookchuck1996-06-301-1/+2
|
* According to the latest config stuff changes (as for if_ppp.c).mickey1996-04-191-0/+1
| | | | the other stuff is just for IPX support.
* Initial commit of random source driver.mickey1996-03-291-2/+9
|
* Merging w/ NetBSD 021796.mickey1996-03-191-1/+1
| | | | | speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
* initial import of NetBSD treederaadt1995-10-181-0/+70