| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 1 | -1/+1 |
* | Merge if_loop.c:1.115,1.116 from HEAD to RELENG_7: | Robert Watson | 2008-05-09 | 1 | -50/+34 |
* | 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 |
* | Replace a handrolled defrag function with m_defrag. The handrolled | Mike Silbersack | 2003-05-28 | 1 | -22/+15 |
* | Move MAC label storage for mbufs into m_tags from the m_pkthdr structure, | Robert Watson | 2003-04-14 | 1 | -8/+0 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -3/+3 |
* | Finish driving a stake through the heart of netns and the associated | Peter Wemm | 2003-03-05 | 1 | -11/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -9/+2 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
* | don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; instead | Sam Leffler | 2003-01-06 | 1 | -2/+2 |
* | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 1 | -10/+10 |
* | Under some circumstances, the loopback interface will allocate a new | Robert Watson | 2002-12-18 | 1 | -0/+10 |
* | network interface and link layer changes: | Sam Leffler | 2002-11-15 | 1 | -1/+1 |
* | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -2/+1 |
* | Move all unit number management cloned interfaces into the cloning | Brooks Davis | 2002-05-25 | 1 | -16/+6 |
* | Replace (deprecated ?) FREE() macro with direct calls to free() | Luigi Rizzo | 2002-04-04 | 1 | -1/+1 |
* | Simplify the interface cloning framework by handling unit | Maxime Henrion | 2002-03-11 | 1 | -55/+9 |
* | Add cloning support to the loopback interface. | Brooks Davis | 2002-03-04 | 1 | -56/+99 |
* | sparc64 needs the same alingment fixes that alpha and ia64 do. | Jake Burkholder | 2001-12-29 | 1 | -1/+1 |
* | whitespace fixes. | Jonathan Lemon | 2001-12-14 | 1 | -1/+1 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | Ruslan Ermilov | 2001-10-17 | 1 | -3/+3 |