summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
Commit message (Expand)AuthorAgeFilesLines
* Fix drbr and altq interaction:mlaier2010-02-131-13/+23
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-271-1/+2
* While flushing the multicast filter of an interface, do not zero the relevantsyrinx2010-01-241-1/+1
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-181-0/+3
* Remove a deleted comment line that was brought back byqingli2009-12-311-1/+0
* The proxy arp entries could not be added into the system over theqingli2009-12-301-0/+2
* Remove commented out prototype for ifinit(). This prototype has beenjhb2009-12-211-1/+0
* Remove if_timer/if_watchdog now that they are no longer used. The spacejhb2009-11-301-3/+1
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-121-2/+1
* Add interface description capability as inspired by OpenBSD.delphij2009-11-111-1/+2
* Self pointing routes are installed for configured interface addressesqingli2009-09-151-0/+3
* Make if_grow static -- it's not used outside of if.c, and with therwatson2009-08-241-1/+0
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-8/+34
* Remove unused if_rawoutput() macro; it has been unused since at leastrwatson2009-08-151-1/+0
* 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
OpenPOWER on IntegriCloud