| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce the if_vmove() function, which will be used in the future | zec | 2009-05-22 | 1 | -1/+1 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+3 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -0/+1 |
* | Add ifunit_ref(), a version of ifunit(), that returns not just an | rwatson | 2009-04-23 | 1 | -0/+1 |
* | During if_detach(), invoke if_dead() to set the ifnet's function | rwatson | 2009-04-23 | 1 | -0/+1 |
* | Start to address a number of races relating to use of ifnet pointers | rwatson | 2009-04-21 | 1 | -0/+11 |
* | export if_qflush for use by driver if_qflush routines | kmacy | 2009-04-16 | 1 | -0/+1 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -1/+2 |
* | Adapt buf_ring abstraction interface to allow consumers to interoperate with ... | kmacy | 2009-04-14 | 1 | -0/+29 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | rwatson | 2009-03-15 | 1 | -11/+0 |
* | Do a bit of struct ifnet cleanup in preparation for 8.0: group function | rwatson | 2009-03-01 | 1 | -7/+12 |
* | Keep stats in drbr_enqueue | kmacy | 2008-12-17 | 1 | -3/+16 |
* | merge in 2 buf_ring helper routines for enqueueing and freeing buf_rings | kmacy | 2008-12-17 | 1 | -0/+27 |
* | convert ifnet and afdata locks from mutexes to rwlocks | kmacy | 2008-12-17 | 1 | -17/+23 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -2/+4 |
* | Second round of putting global variables, which were virtualized | bz | 2008-12-13 | 1 | -1/+3 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -2/+0 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 1 | -1/+8 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+2 |
* | ifnet_setbyindex() is only used locally, go back to being static. | thompsa | 2008-08-20 | 1 | -1/+0 |
* | Fix build | kmacy | 2008-08-20 | 1 | -0/+2 |
* | Introduce locking around use of ifindex_table, whose use was previously | rwatson | 2008-06-26 | 1 | -4/+4 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -0/+2 |
* | expose if_purgemaddrs, it will be used by the vap code unless someone | sam | 2008-03-25 | 1 | -0/+1 |
* | Add padding for anticipated functionality | kmacy | 2007-12-07 | 1 | -2/+3 |
* | The struct if_data members ifi_recvquota and ifi_xmitquota have been | brooks | 2007-05-16 | 1 | -2/+0 |
* | Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking. | thompsa | 2007-04-17 | 1 | -1/+1 |
* | Add the trunk(4) driver for providing link aggregation, failover and fault | thompsa | 2007-04-10 | 1 | -0/+1 |
* | Fix tinderbox; ng_ether needs to see if_findmulti(). | bms | 2007-03-20 | 1 | -0/+2 |
* | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | bms | 2007-03-20 | 1 | -2/+2 |
* | Improve description of if_capabilities, if_capenable and ifi_hwassist. | andre | 2006-09-06 | 1 | -2/+2 |
* | Fix the socket option IP_ONESBCAST by giving it its own case in ip_output() | andre | 2006-09-06 | 1 | -0/+1 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -0/+1 |
* | Import interface groups from OpenBSD. This allows to group interfaces in | mlaier | 2006-06-19 | 1 | -0/+37 |
* | Merge the //depot/user/yar/vlan branch into CVS. It contains some collective | glebius | 2006-01-30 | 1 | -1/+2 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -5/+4 |
* | Move the cloned interface list management in to if_clone. For some drivers the | thompsa | 2005-11-08 | 1 | -0/+1 |
* | Big polling(4) cleanup. | glebius | 2005-10-01 | 1 | -1/+1 |
* | Rename IFF_RUNNING to IFF_DRV_RUNNING, IFF_OACTIVE to IFF_DRV_OACTIVE, | rwatson | 2005-08-09 | 1 | -1/+5 |
* | Protect link layer network interface multicast address list manipulation | rwatson | 2005-08-02 | 1 | -1/+0 |
* | Add if_addr_mtx to struct ifnet, a mutex to protect ifnet-related address | rwatson | 2005-08-02 | 1 | -0/+11 |
* | Allocate one of the spare ifnet integer fields to hold if_drv_flags, | rwatson | 2005-07-21 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -19/+9 |
* | Add hooks into the networking layer to support if_bridge. This changes struct | thompsa | 2005-06-05 | 1 | -0/+2 |
* | Separate out address-detaching part of if_detach into if_purgeaddrs, | peadar | 2005-05-25 | 1 | -0/+1 |
* | Do not call all link state callbacks directly, but schedule | glebius | 2005-04-20 | 1 | -0/+1 |
* | Revert change to struct ifnet. Use ifnet pointer in softc. Embedding | glebius | 2005-03-01 | 1 | -6/+1 |
* | Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet. | glebius | 2005-02-26 | 1 | -1/+6 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 1 | -1/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |