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