| Commit message (Expand) | Author | Age | Files | Lines |
* | - Use IFP2AC(). | mdodd | 2003-03-16 | 1 | -3/+39 |
* | Use if_printf(). | mdodd | 2003-03-15 | 1 | -2/+1 |
* | Update interface statistics after MAC and IFF_UP|IFF_RUNNING checks. | mdodd | 2003-03-15 | 1 | -6/+6 |
* | Reduce code differences. | mdodd | 2003-03-15 | 1 | -9/+9 |
* | - Remove definition of senderr() from iso88025.h. | mdodd | 2003-03-15 | 1 | -1/+1 |
* | Re-order and prune includes. | mdodd | 2003-03-15 | 1 | -1/+2 |
* | Formatting and whitespace changes. | mdodd | 2003-03-15 | 1 | -9/+9 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -17/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -31/+21 |
* | sizeof(struct llc) -> LLC_SNAPFRAMELEN | mdodd | 2003-03-03 | 1 | -2/+2 |
* | Reduce code duplication. This adds the function rt_check() to route.c. | mdodd | 2003-03-02 | 1 | -22/+5 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | network interface and link layer changes: | sam | 2002-11-15 | 1 | -9/+16 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -2/+1 |
* | When a packet is sent via a FDDI interface, perform appropriate MAC | rwatson | 2002-10-20 | 1 | -0/+12 |
* | Fix some harmless mis-indents. | phk | 2002-10-01 | 1 | -1/+1 |
* | - Merge the pdq driver (if_fpa and if_fea) from NetBSD. | mdodd | 2002-03-29 | 1 | -3/+10 |
* | - Define fddibroadcastaddr in if_fddisubr.c. | mdodd | 2002-03-29 | 1 | -0/+99 |
* | - Use ifp->if_broadcastaddr when possible. | mdodd | 2002-03-29 | 1 | -4/+2 |
* | - Add a comment. | mdodd | 2002-03-29 | 1 | -2/+4 |
* | - Update interface statistics on error conditions. | mdodd | 2002-03-29 | 1 | -13/+50 |
* | - Whitespace changes. | mdodd | 2002-03-29 | 1 | -8/+17 |
* | Back a small part of the last patch. | mdodd | 2002-03-29 | 1 | -3/+3 |
* | - Simplify first arg of nd6_storelladdr(). | mdodd | 2002-03-29 | 1 | -15/+29 |
* | - Use net/fddi.h rather than netinet/if_fddi.h. | mdodd | 2002-03-29 | 1 | -21/+21 |
* | Remove unnecessary LLC defines and use the standard ones. | mdodd | 2002-03-29 | 1 | -16/+6 |
* | - style(9) fixes for 'return'. | mdodd | 2002-03-29 | 1 | -22/+21 |
* | Un-ifdef. | mdodd | 2002-03-29 | 1 | -37/+0 |
* | De-register. | mdodd | 2002-03-29 | 1 | -10/+10 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-24 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -2/+2 |
* | bring in ARP support for variable length link level addresses | fjoe | 2001-10-14 | 1 | -1/+2 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -1/+1 |
* | Do not perform arp send/resolve on an interface marked NOARP. | jlemon | 2001-06-15 | 1 | -5/+2 |
* | Plug several mbuf leaks in error cases (in nd6) | bmilekic | 2001-03-11 | 1 | -2/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | Use <sys/queue.h> macro api rather than fondle its implementation detals. | phk | 2001-02-03 | 1 | -1/+1 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -1/+1 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -25/+3 |
* | Make compilable. if_fddisubr.c depended on sys/malloc.h by my | ume | 2000-11-04 | 1 | -0/+1 |
* | IPv6 was not work on FDDI. | ume | 2000-11-01 | 1 | -0/+87 |
* | Do not perform any opeartion with mbuf after it placed into | bp | 2000-06-14 | 1 | -2/+2 |
* | Just need to pass the address family to if_simloop(), not the whole sockaddr. | archie | 2000-05-24 | 1 | -2/+2 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -159/+0 |
* | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | green | 1999-12-19 | 1 | -3/+2 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -2/+22 |
* | Implement pseudo_AF_HDRCMPLT, which controls the state of the 'header | msmith | 1999-10-15 | 1 | -5/+17 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 1 | -4/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |