| Commit message (Expand) | Author | Age | Files | Lines |
* | Massive cleanup of the ip_mroute code. | luigi | 2002-11-15 | 1 | -1/+1 |
* | Back out rev 1.150; things are more complicated than this. | sam | 2002-11-15 | 1 | -1/+1 |
* | if_attach should not sleep; change malloc's M_WAITOK to M_NOWAIT | sam | 2002-11-15 | 1 | -1/+1 |
* | network interface and link layer changes: | sam | 2002-11-15 | 16 | -78/+58 |
* | track changes to ethernet input handling to no longer strip the Ethernet header | sam | 2002-11-14 | 1 | -48/+55 |
* | o eliminate separate callback interface for h/w tagged input packets; instead | sam | 2002-11-14 | 2 | -164/+302 |
* | o add if_nvlans member to track the number of vlans active on an interface | sam | 2002-11-14 | 1 | -9/+3 |
* | o change input packet handling to eliminate the pointer to the struct | sam | 2002-11-14 | 1 | -185/+263 |
* | general cleanups mostly aimed at improving portability of drivers | sam | 2002-11-14 | 1 | -43/+38 |
* | o add support for multiple link types per interface (e.g. 802.11 and Ethernet) | sam | 2002-11-14 | 3 | -27/+53 |
* | o add IF_*bps macros for netbsd compatibility | sam | 2002-11-14 | 1 | -0/+11 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 2 | -15/+15 |
* | Add a cast to quiet a warning. | jhb | 2002-11-07 | 1 | -1/+1 |
* | Don't check IFF_RUNNING in previous change. | simokawa | 2002-10-25 | 1 | -2/+2 |
* | Don't send/recieve packets when the interface is down. | simokawa | 2002-10-23 | 1 | -0/+9 |
* | Use if_printf(ifp, "blah") instead of printf("ppp%d: blah", ifp->if_unit). | brooks | 2002-10-21 | 1 | -15/+13 |
* | Use if_printf(ifp, "blah") instead of printf("vlan%d: blah", ifp->if_unit). | brooks | 2002-10-21 | 1 | -2/+2 |
* | Use if_printf(ifp, "blah") instead of printf("sl%d: blah", sc->sc_if.if_unit). | brooks | 2002-10-21 | 1 | -2/+1 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 5 | -10/+5 |
* | When packets pass in and out of six-to-four (STF) tunnels, perform | rwatson | 2002-10-20 | 1 | -0/+15 |
* | We have mem{cpy,cmp,set} functions in the kernel, don't #define them to | phk | 2002-10-20 | 1 | -3/+0 |
* | When a packet is sent via a FDDI interface, perform appropriate MAC | rwatson | 2002-10-20 | 1 | -0/+12 |
* | When a packet is destined for delivery via an ATM medium, perform | rwatson | 2002-10-20 | 1 | -0/+11 |
* | Don't us an array[1], it just hides where '&' isn't used right. | phk | 2002-10-20 | 1 | -11/+11 |
* | last arg of in6?_gif_output() is not used any more. | ume | 2002-10-17 | 1 | -2/+2 |
* | - drop too short IPv6 frame | ume | 2002-10-17 | 1 | -10/+15 |
* | s/gifp/ifp/ | ume | 2002-10-17 | 1 | -11/+11 |
* | de-__P() | alfred | 2002-10-16 | 1 | -3/+3 |
* | - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly. | ume | 2002-10-16 | 2 | -134/+162 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 7 | -12/+12 |
* | FIx misindentation. | phk | 2002-10-16 | 2 | -22/+25 |
* | add definitions for RIPEMD-160 HMAC and Skipjack encryption algorithms, | sam | 2002-10-16 | 1 | -0/+2 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 4 | -5/+4 |
* | Correct the definitions of SADB_* to be compatible with | ume | 2002-10-15 | 1 | -15/+15 |
* | Unconditionally restore the pointer to the saved Ethernet header after | cjc | 2002-10-14 | 1 | -4/+1 |
* | When reusing a pointer as a number, at least cast it | mux | 2002-10-06 | 1 | -1/+1 |
* | In an SMP environment post-Giant it is no longer safe to blindly | truckman | 2002-10-03 | 3 | -6/+6 |
* | Since bpf is no longer an optional component, remove associated ifdef's. | sobomax | 2002-10-02 | 1 | -9/+0 |
* | style(9): | mike | 2002-10-02 | 1 | -5/+5 |
* | Use standards visibility conditionals to conditionalize most of this | mike | 2002-10-02 | 1 | -5/+15 |
* | Fix some harmless mis-indents. | phk | 2002-10-01 | 3 | -3/+3 |
* | Fixed some of the namespace pollution in rev.1.33. <sys/systm.h> was | bde | 2002-09-29 | 1 | -1/+0 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 3 | -4/+4 |
* | Don't return(foo(bla)) when foo returns void. | phk | 2002-09-28 | 1 | -2/+4 |
* | Add the "Monitor" interface flag. | phk | 2002-09-27 | 2 | -0/+8 |
* | Be a bit more technical: | phk | 2002-09-26 | 1 | -1/+1 |
* | Revert 1.27, as it breaks IPv6 over IPv4 tunnels. | sobomax | 2002-09-26 | 1 | -2/+2 |
* | Convert most printf()s to if_printf()s. | brooks | 2002-09-24 | 1 | -15/+10 |
* | Add a new helper function if_printf() modeled on device_printf(). The | brooks | 2002-09-24 | 2 | -0/+15 |
* | use __packed/__aligned rather than GCC-specific __attribute__. | alfred | 2002-09-23 | 1 | -2/+2 |