aboutsummaryrefslogtreecommitdiff
path: root/sys/netnatm/natm_proto.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+2
* Reimplement the netisr framework in order to support parallel netisrRobert Watson2009-06-011-6/+9
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyRobert Watson2008-07-041-1/+1
* Factor out my copyrights + licenses from Charles D. Cranor andRobert Watson2007-01-081-2/+2
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-091-19/+25
* Forward declaring static variables as extern is invalid ISO-C. Now thatDavid E. O'Brien2005-09-071-2/+2
* Remove FreeBSD 2.2 protocol usrreq compatibility code.Robert Watson2005-07-191-26/+0
* Lock down netnatm and mark as MPSAFE:Robert Watson2005-07-181-3/+2
* Mark netatm and netnatm explicitly as requiring Giant, as they still do.Robert Watson2005-02-171-0/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+1
* Style(9): remove unneccesary space and blank lines, indentation,Hartmut Brandt2003-08-061-13/+12
* Use __FBSDID().David E. O'Brien2003-06-111-3/+3
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-3/+3
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Initialise the intrq_present fields at runtime, not link time. This allowsMike Smith2002-01-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-0/+2
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-1/+4
* Staticize.Eivind Eklund1998-02-091-3/+3
* Removed unused #includes.Bruce Evans1997-08-021-4/+0
* import Chuck Cranor's ATM driverKenjiro Cho1997-05-091-0/+131