summaryrefslogtreecommitdiffstats
path: root/sys/netnatm/natm_proto.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-6/+9
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-1/+1
* Factor out my copyrights + licenses from Charles D. Cranor andrwatson2007-01-081-2/+2
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-19/+25
* Forward declaring static variables as extern is invalid ISO-C. Now thatobrien2005-09-071-2/+2
* Remove FreeBSD 2.2 protocol usrreq compatibility code.rwatson2005-07-191-26/+0
* Lock down netnatm and mark as MPSAFE:rwatson2005-07-181-3/+2
* Mark netatm and netnatm explicitly as requiring Giant, as they still do.rwatson2005-02-171-0/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+1
* Style(9): remove unneccesary space and blank lines, indentation,harti2003-08-061-13/+12
* Use __FBSDID().obrien2003-06-111-3/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-3/+3
* Be consistent about functions being static.phk2002-10-161-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Remove __P.alfred2002-03-201-1/+1
* Initialise the intrq_present fields at runtime, not link time. This allowsmsmith2002-01-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-0/+2
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-1/+4
* Staticize.eivind1998-02-091-3/+3
* Removed unused #includes.bde1997-08-021-4/+0
* import Chuck Cranor's ATM driverkjc1997-05-091-0/+131
OpenPOWER on IntegriCloud