| Commit message (Expand) | Author | Age | Files | Lines |
* | o Make rt_check() function more strict: | Gleb Smirnoff | 2005-08-11 | 1 | -5/+7 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -1/+2 |
* | In preparation for fixing races in ARP (and probably in other | Gleb Smirnoff | 2005-08-09 | 1 | -0/+1 |
* | Lock down netnatm and mark as MPSAFE: | Robert Watson | 2005-07-18 | 1 | -6/+9 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -4/+40 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | This commit does two things: | Luigi Rizzo | 2004-04-25 | 1 | -8/+10 |
* | Fix a warning when NATM is not defined. In this case s is not used. | Hartmut Brandt | 2004-01-09 | 1 | -0/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+4 |
* | Implement a mechanism by which ATM drivers can inform interested | Hartmut Brandt | 2003-07-29 | 1 | -1/+15 |
* | Implement an utility function that can be used by device drivers to | Hartmut Brandt | 2003-07-15 | 1 | -0/+57 |
* | The mbuf put on the interface queue contains the 4-byte pseudoheader. | Hartmut Brandt | 2003-07-15 | 1 | -1/+2 |
* | Add the hooks for netgraph and HARP to the NATM code. This allows us | Hartmut Brandt | 2003-06-23 | 1 | -3/+64 |
* | Apply style(9) to this file. I'm going to touch large parts of this file | Hartmut Brandt | 2003-06-23 | 1 | -30/+32 |
* | Wrap macro in do {...} while(0); | Poul-Henning Kamp | 2003-05-31 | 1 | -1/+1 |
* | Define a link layer MIB for ATM. Most fields of this MIB are needed by | Hartmut Brandt | 2003-05-05 | 1 | -0/+3 |
* | Add module data and version to the atm_subr and reference this info from the | Hartmut Brandt | 2003-04-29 | 1 | -1/+25 |
* | This corrects a longstanding endian bug in processing LLC/SNAP encoded | Hartmut Brandt | 2003-03-13 | 1 | -3/+3 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -9/+5 |
* | De-register. | Matthew N. Dodd | 2003-03-03 | 1 | -6/+6 |
* | Reduce code duplication. This adds the function rt_check() to route.c. | Matthew N. Dodd | 2003-03-02 | 1 | -23/+3 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | network interface and link layer changes: | Sam Leffler | 2002-11-15 | 1 | -0/+3 |
* | When a packet is destined for delivery via an ATM medium, perform | Robert Watson | 2002-10-20 | 1 | -0/+11 |
* | Fix warning; remove unused variable | Peter Wemm | 2001-06-15 | 1 | -1/+1 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+1 |
* | Use <sys/queue.h> macro api rather than fondle its implementation detals. | Poul-Henning Kamp | 2001-02-03 | 1 | -4/+4 |
* | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -18/+3 |
* | remove "register" specifiers to supress compiler warning. | Kenjiro Cho | 2000-04-26 | 1 | -2/+2 |
* | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 1 | -1/+0 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | Yoshinobu Inoue | 1999-12-07 | 1 | -0/+3 |
* | clean up en atm driver | Kenjiro Cho | 1999-05-08 | 1 | -289/+7 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -2/+4 |
* | update ATM driver. (base version: midway.c 1.67 --> 1.68) | Kenjiro Cho | 1998-07-29 | 1 | -128/+355 |
* | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -2/+2 |
* | Make POWERFAIL_NMI, PPS_SYNC and NATM new style options. | Eivind Eklund | 1998-01-31 | 1 | -0/+1 |
* | Make INET a proper option. | Eivind Eklund | 1998-01-08 | 1 | -0/+2 |
* | Use gettime() instead of assignment from `time'. (`time' is too | Bruce Evans | 1997-11-18 | 1 | -3/+2 |
* | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -12/+0 |
* | import Chuck Cranor's ATM driver | Kenjiro Cho | 1997-05-09 | 1 | -0/+410 |