| Commit message (Expand) | Author | Age | Files | Lines |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+3 |
* | Add support for actually sending WCCP return packets via GRE. | julian | 2008-07-20 | 1 | -3/+9 |
* | change a variable name ot stop it from colliding with other names in | julian | 2008-06-26 | 1 | -7/+7 |
* | Add support for the optional key in the GRE header. | thompsa | 2008-06-20 | 1 | -3/+44 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+6 |
* | Replace really convoluted code that simplifies to "a ^= 0x01;" | julian | 2008-03-19 | 1 | -9/+2 |
* | Sync comments to code: we now use priv_check() rather than suser() to | rwatson | 2007-06-26 | 1 | -16/+16 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -9/+63 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -1/+0 |
* | Revise network interface cloning to take an optional opaque | sam | 2006-07-09 | 1 | -2/+3 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 1 | -1/+1 |
* | Correct test for fragmented packet. | hsu | 2006-05-11 | 1 | -1/+1 |
* | Remove two unnecessary type casts, of which both had a typo in | qingli | 2006-02-07 | 1 | -2/+2 |
* | Fix stack corruptions on amd64. | bz | 2006-01-21 | 1 | -2/+2 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -12/+20 |
* | Move the cloned interface list management in to if_clone. For some drivers the | thompsa | 2005-11-08 | 1 | -9/+0 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | andre | 2005-11-02 | 1 | -1/+1 |
* | Change the reference counting to count the number of cloned interfaces for each | thompsa | 2005-10-12 | 1 | -17/+10 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -3/+4 |
* | Add support for IPv6 over GRE [1]. PR kern/80340 includes the | bz | 2005-08-01 | 1 | -3/+19 |
* | Fix panic after ifnet changes in rev. 1.30. sc->sc_ifp is a | bz | 2005-06-28 | 1 | -2/+8 |
* | Fix some long standing bugs in writing to the BPF device attached to | dwmalone | 2005-06-26 | 1 | -1/+8 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -21/+22 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Set ip_v field properly. | sobomax | 2004-08-05 | 1 | -0/+1 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+2 |
* | Use M_ZERO instead of memset() (!). | bms | 2004-07-06 | 1 | -2/+1 |
* | Major overhaul of pseudo-interface cloning. Highlights include: | brooks | 2004-06-22 | 1 | -2/+2 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Add the comment of the previous commit to the source file directly. | andre | 2004-04-23 | 1 | -1/+5 |
* | Call ip_output() with IP_FORWARD flag to prevent it from overwriting the | andre | 2004-04-23 | 1 | -2/+2 |
* | Lock down global variables in if_gre: | rwatson | 2004-03-22 | 1 | -8/+33 |
* | Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again. | sobomax | 2004-01-30 | 1 | -3/+2 |
* | Add support for WCCPv2. It should be enablem manually using link2 | sobomax | 2004-01-26 | 1 | -0/+5 |
* | (whilespace-only) | sobomax | 2004-01-26 | 1 | -2/+2 |
* | Sync with NetBSD: | sobomax | 2003-12-30 | 1 | -12/+11 |
* | o eliminate widespread on-stack mbuf use for bpf by introducing | sam | 2003-12-28 | 1 | -8/+1 |
* | Declare gre(4) as being of IFT_TUNNEL, Like God Intended. | bms | 2003-12-09 | 1 | -2/+2 |
* | Fix a bug whereby the physical endpoints of a gre(4) tunnel would not | bms | 2003-11-14 | 1 | -0/+7 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -6/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | network interface and link layer changes: | sam | 2002-11-15 | 1 | -1/+1 |
* | de-__P() | alfred | 2002-10-16 | 1 | -3/+3 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+1 |
* | Since bpf is no longer an optional component, remove associated ifdef's. | sobomax | 2002-10-02 | 1 | -9/+0 |
* | Remove __RCSID(). | sobomax | 2002-09-17 | 1 | -3/+0 |
* | Include include "opt_atalk.h" so that the NETATALK support can work. | bde | 2002-09-16 | 1 | -17/+1 |