summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-2310-193/+271
* sysctl_msec_to_ticks is used with both virtualized andbz2009-07-211-0/+6
* Garbage collect vnet module registrations that have neither constructorsrwatson2009-07-201-1/+0
* Add macros VNET_SETNAME and VNET_SYMPREFIX, and expose to userspace ifrwatson2009-07-201-3/+10
* Normalize field naming for struct vnet, fix two debugging printfs thatrwatson2009-07-191-2/+2
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-2/+2
* Remove the interim vimage containers, struct vimage and struct procg,jamie2009-07-171-15/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-1612-50/+45
* Add missing license line for vnet.h, correct white space nit.rwatson2009-07-151-1/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-1426-388/+609
* Re-factoring for adding weighted routes introduced akmacy2009-07-111-1/+11
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+2
* In case we cannot queue a packet reaching the queue limit, retain thebz2009-06-301-0/+1
* Remove support for the /dev/net/* per-interface devices. They servebrooks2009-06-293-180/+7
* Remove unnecessary include of kdb.h that snuck in during ifaddr refcountrwatson2009-06-271-1/+0
* In light of DPCPU use by netisr, revise various for loops from usingrwatson2009-06-261-17/+16
* Use if_addr_rlock/if_addr_runlock for if_spp when iterating if_addrhead,rwatson2009-06-261-8/+8
* Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() ratherrwatson2009-06-262-5/+5
* Define four wrapper functions for interface address locking,rwatson2009-06-262-0/+44
* Convert netisr to use dynamic per-CPU storage (DPCPU) instead of sizingrwatson2009-06-261-21/+40
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-252-2/+2
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-252-1/+7
* Merge from p4: CH154790,154793,154874bz2009-06-241-0/+728
* Add 10Gbase-T to known ethernet media types.np2009-06-241-0/+3
* About to add 10Gbase-T to known media types, this is just a whitespacenp2009-06-241-9/+9
* In if_setlladdr(), use IF_ADDR_LOCK() and ifaddr references to improverwatson2009-06-241-3/+15
* Break at_ifawithnet() into two variants:rwatson2009-06-242-1/+6
* Lock if_addrhead when iterating, and where necessary acquire and releaserwatson2009-06-241-21/+27
* Make stf_getsrcifa6() return a reference to an in6_ifaddr rather thanrwatson2009-06-241-1/+9
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-233-20/+72
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-236-6/+0
* Remove duplicate #include <net/route.h> from the middle of the file.bz2009-06-231-1/+0
* V_irtualize flowtable state.zec2009-06-222-100/+192
* Updates after r194640:bz2009-06-221-4/+0
* Move virtualization of routing related variables into their ownbz2009-06-223-16/+47
* Collect all VIMAGE_GLOBALS variables in one place.bz2009-06-222-9/+4
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-223-3/+18
* After the update to fxp(4) in r194573 we should no longer needbz2009-06-221-1/+0
* Clean up common ifaddr management:rwatson2009-06-214-35/+47
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-219-9/+9
* In non-debugging mode make this define (void)0 instead of nothing. Thisrdivacky2009-06-211-1/+1
* add helper function for flushing software queueskmacy2009-06-191-1/+15
* Implement the -z (zero counters) option for the various bpf counters.csjp2009-06-191-1/+45
* Add explicit includes for jail.h to the files that need them andbz2009-06-172-0/+2
* Add the explicit include of vimage.h to another five .c files stillbz2009-06-172-0/+2
* r193336 moved ifq_detach to if_free which broke if_alloc followedsam2009-06-152-7/+6
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-151-1/+1
* Manage vnets via the jail system. If a jail is given the booleanjamie2009-06-152-2/+18
* Add an optional callback function that will be invoked when a per-CPUbz2009-06-142-0/+6
* Garbage collect an extern for a non-existent variable.bz2009-06-121-4/+2
OpenPOWER on IntegriCloud