summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
Commit message (Expand)AuthorAgeFilesLines
...
* This patch does the following:qingli2009-07-271-0/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-4/+4
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-5/+11
* Remove support for the /dev/net/* per-interface devices. They servebrooks2009-06-291-7/+0
* Define four wrapper functions for interface address locking,rwatson2009-06-261-0/+10
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-221-0/+1
* Clean up common ifaddr management:rwatson2009-06-211-21/+6
* add helper function for flushing software queueskmacy2009-06-191-1/+15
* r193336 moved ifq_detach to if_free which broke if_alloc followedsam2009-06-151-2/+2
* - add drbr routines for accessing #qentries and conditionally dequeueingkmacy2009-06-091-3/+34
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+4
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-1/+1
* Introduce the if_vmove() function, which will be used in the futurezec2009-05-221-1/+1
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+3
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+1
* Add ifunit_ref(), a version of ifunit(), that returns not just anrwatson2009-04-231-0/+1
* During if_detach(), invoke if_dead() to set the ifnet's functionrwatson2009-04-231-0/+1
* Start to address a number of races relating to use of ifnet pointersrwatson2009-04-211-0/+11
* export if_qflush for use by driver if_qflush routineskmacy2009-04-161-0/+1
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-1/+2
* Adapt buf_ring abstraction interface to allow consumers to interoperate with ...kmacy2009-04-141-0/+29
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-11/+0
* Do a bit of struct ifnet cleanup in preparation for 8.0: group functionrwatson2009-03-011-7/+12
* Keep stats in drbr_enqueuekmacy2008-12-171-3/+16
* merge in 2 buf_ring helper routines for enqueueing and freeing buf_ringskmacy2008-12-171-0/+27
* convert ifnet and afdata locks from mutexes to rwlockskmacy2008-12-171-17/+23
* This main goals of this project are:qingli2008-12-151-2/+4
* Second round of putting global variables, which were virtualizedbz2008-12-131-1/+3
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-2/+0
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-1/+8
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+2
* ifnet_setbyindex() is only used locally, go back to being static.thompsa2008-08-201-1/+0
* Fix buildkmacy2008-08-201-0/+2
* Introduce locking around use of ifindex_table, whose use was previouslyrwatson2008-06-261-4/+4
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+2
* expose if_purgemaddrs, it will be used by the vap code unless someonesam2008-03-251-0/+1
* Add padding for anticipated functionalitykmacy2007-12-071-2/+3
* The struct if_data members ifi_recvquota and ifi_xmitquota have beenbrooks2007-05-161-2/+0
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-171-1/+1
* Add the trunk(4) driver for providing link aggregation, failover and faultthompsa2007-04-101-0/+1
* Fix tinderbox; ng_ether needs to see if_findmulti().bms2007-03-201-0/+2
* Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-201-2/+2
* Improve description of if_capabilities, if_capenable and ifi_hwassist.andre2006-09-061-2/+2
* Fix the socket option IP_ONESBCAST by giving it its own case in ip_output()andre2006-09-061-0/+1
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-0/+1
* Import interface groups from OpenBSD. This allows to group interfaces inmlaier2006-06-191-0/+37
* Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveglebius2006-01-301-1/+2
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-5/+4
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-0/+1
* Big polling(4) cleanup.glebius2005-10-011-1/+1
OpenPOWER on IntegriCloud