| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the ability to add new addresses for interfacesto just one FIB | julian | 2008-07-27 | 1 | -3/+23 |
* | Fill in BPF sysctl descriptions. | trhodes | 2008-07-25 | 1 | -2/+2 |
* | Add support for actually sending WCCP return packets via GRE. | julian | 2008-07-20 | 1 | -3/+9 |
* | Allow injecting big packets via bpf(4) up to min(MTU, 16K-byte). | jkim | 2008-07-14 | 1 | -3/+9 |
* | Add event notification at attach/detach so the NIC | jfv | 2008-07-14 | 1 | -0/+6 |
* | Rather than checking for a NULL so_pcb in raw_attach(), assert that | rwatson | 2008-07-09 | 1 | -5/+6 |
* | Add sysctl subtree net.raw for generic raw socket infrastructure; | rwatson | 2008-07-09 | 1 | -2/+11 |
* | Remove unused support for local and foreign addresses in generic raw | rwatson | 2008-07-09 | 4 | -116/+32 |
* | Add a new ioctl for changing the read filter (BIOCSETFNR). This is | dwmalone | 2008-07-07 | 2 | -4/+9 |
* | Make sure we are clearing the ZBUF_FLAG_IMMUTABLE any time a free buffer | csjp | 2008-07-05 | 3 | -0/+44 |
* | Clarify comments and prototypes in raw_cb.h: | rwatson | 2008-07-05 | 1 | -9/+13 |
* | Improve approximation of style(9) in raw socket code. | rwatson | 2008-07-05 | 3 | -61/+47 |
* | port % count will never be greater than LAGG_MAX_PORTS so nuke the test. | thompsa | 2008-07-04 | 1 | -6/+2 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 4 | -36/+21 |
* | Be smarter about disabling interface capabilities. TOE/TSO/TXCSUM will only be | thompsa | 2008-07-03 | 1 | -23/+51 |
* | 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 |