| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch fixes the problem where proxy ARP entries cannot be added | qingli | 2010-05-25 | 1 | -1/+1 |
* | Fix a small bug in drbr_dequeue_cond spotted while preparing MFC of r203834. | mlaier | 2010-03-15 | 1 | -1/+1 |
* | Fix drbr and altq interaction: | mlaier | 2010-02-13 | 1 | -13/+23 |
* | Revised revision 199201 (add interface description capability as inspired | delphij | 2010-01-27 | 1 | -1/+2 |
* | While flushing the multicast filter of an interface, do not zero the relevant | syrinx | 2010-01-24 | 1 | -1/+1 |
* | Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 | thompsa | 2010-01-18 | 1 | -0/+3 |
* | Remove a deleted comment line that was brought back by | qingli | 2009-12-31 | 1 | -1/+0 |
* | The proxy arp entries could not be added into the system over the | qingli | 2009-12-30 | 1 | -0/+2 |
* | Remove commented out prototype for ifinit(). This prototype has been | jhb | 2009-12-21 | 1 | -1/+0 |
* | Remove if_timer/if_watchdog now that they are no longer used. The space | jhb | 2009-11-30 | 1 | -3/+1 |
* | Revert revision 199201 for now as it has introduced a kernel vulnerability | delphij | 2009-11-12 | 1 | -2/+1 |
* | Add interface description capability as inspired by OpenBSD. | delphij | 2009-11-11 | 1 | -1/+2 |
* | Self pointing routes are installed for configured interface addresses | qingli | 2009-09-15 | 1 | -0/+3 |
* | Make if_grow static -- it's not used outside of if.c, and with the | rwatson | 2009-08-24 | 1 | -1/+0 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -8/+34 |
* | Remove unused if_rawoutput() macro; it has been unused since at least | rwatson | 2009-08-15 | 1 | -1/+0 |
* | This patch does the following: | qingli | 2009-07-27 | 1 | -0/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -4/+4 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -5/+11 |
* | Remove support for the /dev/net/* per-interface devices. They serve | brooks | 2009-06-29 | 1 | -7/+0 |
* | Define four wrapper functions for interface address locking, | rwatson | 2009-06-26 | 1 | -0/+10 |
* | Add a new function, ifa_ifwithaddr_check(), which rather than returning | rwatson | 2009-06-22 | 1 | -0/+1 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 1 | -21/+6 |
* | add helper function for flushing software queues | kmacy | 2009-06-19 | 1 | -1/+15 |
* | r193336 moved ifq_detach to if_free which broke if_alloc followed | sam | 2009-06-15 | 1 | -2/+2 |
* | - add drbr routines for accessing #qentries and conditionally dequeueing | kmacy | 2009-06-09 | 1 | -3/+34 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -0/+4 |
* | When user_frac in the polling subsystem is low it is going to busy the | attilio | 2009-05-30 | 1 | -1/+1 |
* | 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 |