| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the previous commit and use M_PROMISC flag instead. | jkim | 2008-04-15 | 1 | -8/+17 |
* | Fix possible buffer overrun on 64-bit arch when generating MAC | emax | 2008-04-15 | 1 | -1/+3 |
* | Remove M_SKIP_FIREWALL abuse and add more appropriate check. | jkim | 2008-04-15 | 1 | -20/+11 |
* | Make this file compile on IPv6 kernels. | qingli | 2008-04-13 | 1 | -0/+2 |
* | Make this compile also on non-IPv6 kernels. | phk | 2008-04-13 | 1 | -0/+2 |
* | Fix the build in case RADIX_MPATH is not defined. | bz | 2008-04-13 | 1 | -1/+3 |
* | These files handle the radix tree for the ECMP routes. | qingli | 2008-04-13 | 2 | -0/+396 |
* | This patch provides the back end support for equal-cost multi-path | qingli | 2008-04-13 | 5 | -1/+167 |
* | Maintain and observe a ZBUF_FLAG_IMMUTABLE flag on zero-copy BPF | rwatson | 2008-04-07 | 3 | -14/+125 |
* | Coerce if_loop.c in the general direction of style(9): | rwatson | 2008-04-07 | 1 | -33/+18 |
* | Add IFF_NEEDSGIANT to IFF_CANTCHANGE, to prevent user-level code | iedowse | 2008-03-27 | 1 | -1/+2 |
* | Add a comment explaining that we initialize the 'a' buffer for | rwatson | 2008-03-26 | 1 | -0/+5 |
* | expose if_purgemaddrs, it will be used by the vap code unless someone | sam | 2008-03-25 | 2 | -2/+2 |
* | IFM_IEEE80211_IBSSMASTER hasn't been used in many years; replace it | sam | 2008-03-25 | 1 | -2/+2 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 6 | -38/+11 |
* | Check for a NULL free buffer pointer in BPF before invoking | rwatson | 2008-03-25 | 1 | -1/+1 |
* | Fix build with option BPF_JITTER. | jkim | 2008-03-24 | 2 | -1/+3 |
* | Remove redundant inclusions of net/bpfdesc.h. | jkim | 2008-03-24 | 2 | -2/+0 |
* | Introduce support for zero-copy BPF buffering, which reduces the | csjp | 2008-03-24 | 7 | -122/+1227 |
* | back out last change as Sam believes that it breaks multicast - need to revis... | kmacy | 2008-03-20 | 1 | -2/+1 |
* | Don't re-initialize the interface if it is already running. | kmacy | 2008-03-20 | 1 | -1/+2 |
* | Replace really convoluted code that simplifies to "a ^= 0x01;" | julian | 2008-03-19 | 1 | -9/+2 |
* | Remove extra semicolons. | thompsa | 2008-03-17 | 1 | -2/+2 |
* | Switch the LACP state machine over to its own mutex to protect the internals, | thompsa | 2008-03-16 | 3 | -130/+156 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 4 | -5/+5 |
* | Improve convergence of bpf_filter.c toward style(9). | rwatson | 2008-03-09 | 1 | -40/+29 |
* | Move IFF_NEEDSGIANT warning from if_ethersubr.c to if.c so it is displayed | rwatson | 2008-03-07 | 2 | -3/+5 |
* | Improve EtherIP interaction with the bridge | thompsa | 2008-03-06 | 1 | -2/+30 |
* | Use RTFREE_LOCKED() instead of rtfree() when releasing a reference on the | jhb | 2008-02-13 | 1 | -1/+1 |
* | Add comment that bpfread() has multi-threading issues. | rwatson | 2008-02-02 | 1 | -1/+4 |
* | Remove a chunk of duplicated code, test the destination address against the | thompsa | 2008-01-18 | 1 | -56/+27 |
* | IEEE 802.1D-2004 states, frames containing any of the group MAC Addresses | thompsa | 2008-01-18 | 1 | -1/+14 |
* | Sync from OpenBSD r1.118, nuke clause 3 & 4. | thompsa | 2008-01-17 | 1 | -5/+0 |
* | Update netisr comment for the SMPng world order: netisr is no longer | rwatson | 2007-12-31 | 1 | -13/+8 |
* | Pass any unmatched slowprotocols frames up the stack instead of dropping them, | thompsa | 2007-12-31 | 3 | -8/+9 |
* | Add a workaround for a deadlock between the rt_setgate() and rt_check() | mux | 2007-12-27 | 2 | -1/+11 |
* | Fix a panic where if the mbuf was consumed by the filter for requeueing | thompsa | 2007-12-26 | 1 | -0/+7 |
* | Use __FBSDID() in the kernel BPF implementation. | rwatson | 2007-12-25 | 2 | -4/+6 |
* | Remove trailing whitespace from lines in BPF. | rwatson | 2007-12-23 | 2 | -7/+7 |
* | Simplify the error handling and use the dereferenced sc->sc_ifp pointer. | thompsa | 2007-12-18 | 1 | -44/+26 |
* | When the bridge has an address and a packet comes in for it then drop it if the | thompsa | 2007-12-18 | 1 | -0/+7 |
* | - Use the macro to check the port status has it will also test if its | thompsa | 2007-12-18 | 1 | -2/+2 |
* | Add myself to the copyright. | thompsa | 2007-12-17 | 1 | -0/+1 |
* | widen the routing event interface (arp update, redirect, and eventually pmtu ... | kmacy | 2007-12-17 | 2 | -7/+6 |
* | fix bonehead cut and paste error in last commit | kmacy | 2007-12-15 | 1 | -1/+1 |
* | Create separate capability flags for TCP over IPv4 and TCP over IPv6 | kmacy | 2007-12-15 | 1 | -1/+3 |
* | add interface capability for TOE | kmacy | 2007-12-15 | 1 | -0/+1 |
* | add interface for allowing consumers to register for ARP updates, | kmacy | 2007-12-12 | 2 | -4/+20 |
* | Wake On Lan (WOL) infrastructure | sam | 2007-12-10 | 1 | -2/+6 |
* | Fix spelling. | thompsa | 2007-12-09 | 2 | -8/+8 |