aboutsummaryrefslogtreecommitdiff
path: root/sys/net/netisr.h
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-1/+0
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.Bjoern A. Zeeb2016-06-031-0/+4
* Update the IPv4 input path to handle reassembled frames and incoming framesAdrian Chadd2014-09-091-0/+2
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-9/+5
* Remove IPX support.Gleb Smirnoff2014-03-141-1/+1
* Rework netisr policy mechanism so that per-protocol dispatch policies canRobert Watson2011-05-241-3/+16
* Whitespace tweak.Robert Watson2010-03-011-1/+1
* Fix constant assignment for netisr protocol information sysctl.Robert Watson2010-02-221-1/+1
* Export netisr configuration and statistics to userspace via sysctl(9).Robert Watson2010-02-221-5/+83
* Update epair(4) to the new netisr implementation and polishBjoern A. Zeeb2009-07-261-0/+1
* Add an optional callback function that will be invoked when a per-CPUBjoern A. Zeeb2009-06-141-0/+2
* Garbage collect NETISR_POLL and NETISR_POLLMORE, which are no longerRobert Watson2009-06-011-13/+11
* Reimplement the netisr framework in order to support parallel netisrRobert Watson2009-06-011-36/+102
* Garbage collect unused NETISR_{ATM,NETGRAPH,PPP} netisr constants.Robert Watson2009-05-181-3/+0
* Garbage collect now-unused NETISR_FORCEQUEUE, which overrode the globalRobert Watson2009-05-131-1/+0
* Remove now-unused NETISR_USB.Robert Watson2009-05-131-1/+0
* Reserve a netisr slot for the IGMPv3 output queue.Bruce M Simpson2009-03-041-0/+1
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyRobert Watson2008-07-041-1/+1
* Update netisr comment for the SMPng world order: netisr is no longerRobert Watson2007-12-311-13/+8
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Introduce a netisr to deliver kernel-generated routing, avoidingRobert Watson2004-06-091-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+2
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-1/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-10/+22
* Slight whitespace cleanup. Whitespace sync to MAC tree.Robert Watson2002-07-271-2/+2
* Remove __P.Alfred Perlstein2002-03-191-5/+5
* Device Polling code for -current.Luigi Rizzo2001-12-141-0/+1
* Remove the last of the MD netisr code. It is now all MI. RemoveJake Burkholder2000-12-051-1/+5
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-1/+3
* Do some cleanups of the HARP atm codes interface into the system:Poul-Henning Kamp2000-10-121-0/+1
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-18/+3
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.Bill Paul2000-01-101-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-2/+3
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make NETISR_SET use a SYSINIT() rather than a linker set.Peter Wemm1999-04-261-5/+5
* Fixed pedantic syntax errors caused by a trailing semicolon in a macroBruce Evans1998-06-071-2/+2
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-2/+2
* merge ATM driverKenjiro Cho1997-05-091-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Obtained from: netatalk distribution netatalk@itd.umich.eduJulian Elischer1996-05-241-1/+2
* Add a simplistic netisr register routine - I need this now for ppp-2.2.Peter Wemm1995-10-311-1/+4
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+2
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-111-2/+14
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1995-01-051-1/+2
* Make idempotent.Paul Richards1994-08-211-1/+6