| Commit message (Expand) | Author | Age | Files | Lines |
| * | V_irtualize the if_clone framework, thus allowing for clonable ifnets | Marko Zec | 2009-05-23 | 1 | -0/+13 |
| * | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 1 | -1/+0 |
| * | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -2/+5 |
| * | Introduce vnet module registration / initialization framework with | Marko Zec | 2009-04-11 | 1 | -0/+12 |
| * | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 1 | -2/+11 |
| * | Define and use two macros for loopback checksum offload: | Robert Watson | 2009-03-16 | 1 | -6/+9 |
| * | if_hwassist should be initialized with CSUM, rather than IFCAP, flags. | Robert Watson | 2009-03-16 | 1 | -2/+2 |
| * | Teach the loopback interface about checksum generation and validation | Robert Watson | 2009-03-15 | 1 | -1/+22 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+1 |
| * | Do invoke mac_ifnet_check_transmit() and mac_ifnet_create_mbuf() | Robert Watson | 2009-01-10 | 1 | -0/+18 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -0/+4 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -1/+4 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+2 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -6/+7 |
| * | Remove further trailing white space. | Robert Watson | 2008-08-01 | 1 | -1/+1 |
| * | Remove the unused softc from the lo(4) driver. | Ed Schouten | 2008-06-29 | 1 | -20/+2 |
| * | Trim trailing whitespace at ends of lines. | Robert Watson | 2008-05-09 | 1 | -16/+16 |
| * | Coerce if_loop.c in the general direction of style(9): | Robert Watson | 2008-04-07 | 1 | -33/+18 |
| * | Remove redundant inclusions of net/bpfdesc.h. | Jung-uk Kim | 2008-03-24 | 1 | -1/+0 |
| * | if_loop doesn't need to keep the list of lo(4) interfaces. Today | Yaroslav Tykhiy | 2007-10-27 | 1 | -12/+0 |
| * | Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64. | Olivier Houchard | 2007-02-09 | 1 | -1/+1 |
| * | fixed a bug that local IPv6 traffic (to an address configured on an | SUZUKI Shinsuke | 2006-09-22 | 1 | -9/+25 |
| * | Revise network interface cloning to take an optional opaque | Sam Leffler | 2006-07-09 | 1 | -2/+3 |
| * | Fix the following bpf(4) race condition which can result in a panic: | Christian S.J. Peron | 2006-06-02 | 1 | -1/+1 |
| * | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 1 | -3/+5 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -1/+2 |
| * | Fix some long standing bugs in writing to the BPF device attached to | David Malone | 2005-06-26 | 1 | -10/+10 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -12/+18 |
| * | the rt parameter to ifa_rtrequest callbacks should always be non-null; | Sam Leffler | 2005-02-24 | 1 | -2/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Apply error and success logic consistently to the function netisr_queue() and | Andre Oppermann | 2004-08-27 | 1 | -1/+1 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -1/+1 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+2 |
| * | Those are unneeded too. | Pawel Jakub Dawidek | 2004-06-27 | 1 | -1/+0 |
| * | Add two missing includes and remove two uneeded. | Pawel Jakub Dawidek | 2004-06-27 | 1 | -1/+0 |
| * | Major overhaul of pseudo-interface cloning. Highlights include: | Brooks Davis | 2004-06-22 | 1 | -2/+2 |
| * | Staticize <if>_clone_{create,destroy} functions. | Brooks Davis | 2004-04-14 | 1 | -4/+4 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Introduce lo_mtx to protect the global loopback softc list. I'm not | Robert Watson | 2004-03-09 | 1 | -1/+7 |
| * | o eliminate widespread on-stack mbuf use for bpf by introducing | Sam Leffler | 2003-12-28 | 1 | -13/+5 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -11/+2 |
| * | Remove the m_defrag call from if_loop; testing with m_fragment | Mike Silbersack | 2003-11-11 | 1 | -27/+0 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | Always queue looped back packets (rather than potentially using | Sam Leffler | 2003-10-29 | 1 | -1/+1 |
| * | Introduce the notion of "persistent mbuf tags"; these are tags that stay | Sam Leffler | 2003-10-29 | 1 | -0/+1 |
| * | Delay if_lo module intialization until domain list has been | Alexander Kabaev | 2003-10-27 | 1 | -1/+1 |
| * | Locking for updates to routing table entries. Each rtentry gets a mutex | Sam Leffler | 2003-10-04 | 1 | -0/+2 |
| * | Also ifdef the variable which becomes unused w/o INET6, fixing the build | Mike Silbersack | 2003-08-09 | 1 | -0/+2 |
| * | #ifdef INET6 the if_loop packet defrag; since only the ipv6 stack (might) | Mike Silbersack | 2003-08-09 | 1 | -0/+2 |