| Commit message (Expand) | Author | Age | Files | Lines |
* | Set bridge MAC addresses to the MAC address of their first interface unless | philip | 2008-07-01 | 1 | -6/+33 |
* | Remove the unused softc from the lo(4) driver. | ed | 2008-06-29 | 1 | -20/+2 |
* | Introduce locking around use of ifindex_table, whose use was previously | rwatson | 2008-06-26 | 2 | -16/+73 |
* | 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 | 2 | -3/+51 |
* | Duh, wrong directory, needed to be in netinet | jfv | 2008-06-11 | 2 | -464/+0 |
* | Add generic TCP LRO code, moved from the ixgbe driver into net | jfv | 2008-06-11 | 2 | -0/+464 |
* | Don't enforce unique device minor number policy anymore. | ed | 2008-06-11 | 2 | -2/+2 |
* | When RADIX_MPATH is enabled, the route selection is not rotating | qingli | 2008-05-30 | 2 | -6/+6 |
* | The if_check() function performed three actions: | brooks | 2008-05-17 | 1 | -28/+10 |
* | Spelling and capitalization fixes. | scf | 2008-05-16 | 1 | -4/+4 |
* | Add missing braces in #if 0ed code. | antoine | 2008-05-10 | 1 | -1/+2 |
* | move a #define from a place it shouldn't have been to a place it should | julian | 2008-05-10 | 2 | -4/+3 |
* | undef MAXFIBS before redefining it | julian | 2008-05-10 | 1 | -0/+1 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 15 | -149/+465 |
* | Trim trailing whitespace at ends of lines. | rwatson | 2008-05-09 | 1 | -16/+16 |
* | Set D_TRACKCLOSE to avoid a race in devfs that could lead to orphaned bpf | jhb | 2008-05-09 | 1 | -0/+1 |
* | Add an option (compiled out by default) | julian | 2008-04-29 | 1 | -0/+2 |
* | Check packet directions more properly instead of just checking received | jkim | 2008-04-28 | 1 | -5/+5 |
* | In function rtalloc_mpath(), do not try to release the lock if the ro_rt | qingli | 2008-04-24 | 1 | -1/+3 |
* | Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to | antoine | 2008-04-20 | 1 | -1/+1 |
* | Delay the global registration of the struct ifnet in if_alloc() until after | brooks | 2008-04-19 | 1 | -1/+1 |
* | 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 |