| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the NATM framework including the en(4), fatm(4), hatm(4), and | Brooks Davis | 2017-04-24 | 1 | -116/+0 |
* | kernel: use our nitems() macro when it is available through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
* | Provide includes that are needed in these files, and before were read | Gleb Smirnoff | 2013-10-26 | 1 | -0/+2 |
* | Reimplement the netisr framework in order to support parallel netisr | Robert Watson | 2009-06-01 | 1 | -6/+9 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | Robert Watson | 2008-07-04 | 1 | -1/+1 |
* | Factor out my copyrights + licenses from Charles D. Cranor and | Robert Watson | 2007-01-08 | 1 | -2/+2 |
* | Use sparse initializers for "struct domain" and "struct protosw", | Ruslan Ermilov | 2005-11-09 | 1 | -19/+25 |
* | Forward declaring static variables as extern is invalid ISO-C. Now that | David E. O'Brien | 2005-09-07 | 1 | -2/+2 |
* | Remove FreeBSD 2.2 protocol usrreq compatibility code. | Robert Watson | 2005-07-19 | 1 | -26/+0 |
* | Lock down netnatm and mark as MPSAFE: | Robert Watson | 2005-07-18 | 1 | -3/+2 |
* | Mark netatm and netnatm explicitly as requiring Giant, as they still do. | Robert Watson | 2005-02-17 | 1 | -0/+2 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 1 | -1/+1 |
* | Style(9): remove unneccesary space and blank lines, indentation, | Hartmut Brandt | 2003-08-06 | 1 | -13/+12 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -3/+3 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -3/+3 |
* | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 1 | -1/+1 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
* | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -1/+1 |
* | Initialise the intrq_present fields at runtime, not link time. This allows | Mike Smith | 2002-01-08 | 1 | -2/+1 |
* | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -0/+2 |
* | Move the *intrq variables into net/intrq.c and unconditionally | Brian Somers | 2000-01-24 | 1 | -1/+4 |
* | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -3/+3 |
* | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -4/+0 |
* | import Chuck Cranor's ATM driver | Kenjiro Cho | 1997-05-09 | 1 | -0/+131 |