| Commit message (Expand) | Author | Age | Files | Lines |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 1 | -0/+2 |
* | In case we cannot queue a packet reaching the queue limit, retain the | bz | 2009-06-30 | 1 | -0/+1 |
* | Remove support for the /dev/net/* per-interface devices. They serve | brooks | 2009-06-29 | 3 | -180/+7 |
* | Remove unnecessary include of kdb.h that snuck in during ifaddr refcount | rwatson | 2009-06-27 | 1 | -1/+0 |
* | In light of DPCPU use by netisr, revise various for loops from using | rwatson | 2009-06-26 | 1 | -17/+16 |
* | Use if_addr_rlock/if_addr_runlock for if_spp when iterating if_addrhead, | rwatson | 2009-06-26 | 1 | -8/+8 |
* | Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() rather | rwatson | 2009-06-26 | 2 | -5/+5 |
* | Define four wrapper functions for interface address locking, | rwatson | 2009-06-26 | 2 | -0/+44 |
* | Convert netisr to use dynamic per-CPU storage (DPCPU) instead of sizing | rwatson | 2009-06-26 | 1 | -21/+40 |
* | Change the type of uio_resid member of struct uio from int to ssize_t. | kib | 2009-06-25 | 2 | -2/+2 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 2 | -1/+7 |
* | Merge from p4: CH154790,154793,154874 | bz | 2009-06-24 | 1 | -0/+728 |
* | Add 10Gbase-T to known ethernet media types. | np | 2009-06-24 | 1 | -0/+3 |
* | About to add 10Gbase-T to known media types, this is just a whitespace | np | 2009-06-24 | 1 | -9/+9 |
* | In if_setlladdr(), use IF_ADDR_LOCK() and ifaddr references to improve | rwatson | 2009-06-24 | 1 | -3/+15 |
* | Break at_ifawithnet() into two variants: | rwatson | 2009-06-24 | 2 | -1/+6 |
* | Lock if_addrhead when iterating, and where necessary acquire and release | rwatson | 2009-06-24 | 1 | -21/+27 |
* | Make stf_getsrcifa6() return a reference to an in6_ifaddr rather than | rwatson | 2009-06-24 | 1 | -1/+9 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 3 | -20/+72 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 6 | -6/+0 |
* | Remove duplicate #include <net/route.h> from the middle of the file. | bz | 2009-06-23 | 1 | -1/+0 |
* | V_irtualize flowtable state. | zec | 2009-06-22 | 2 | -100/+192 |
* | Updates after r194640: | bz | 2009-06-22 | 1 | -4/+0 |
* | Move virtualization of routing related variables into their own | bz | 2009-06-22 | 3 | -16/+47 |
* | Collect all VIMAGE_GLOBALS variables in one place. | bz | 2009-06-22 | 2 | -9/+4 |
* | Add a new function, ifa_ifwithaddr_check(), which rather than returning | rwatson | 2009-06-22 | 3 | -3/+18 |
* | After the update to fxp(4) in r194573 we should no longer need | bz | 2009-06-22 | 1 | -1/+0 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 4 | -35/+47 |
* | Switch cmd argument to u_long. This matches what if_ethersubr.c does and | rdivacky | 2009-06-21 | 9 | -9/+9 |
* | In non-debugging mode make this define (void)0 instead of nothing. This | rdivacky | 2009-06-21 | 1 | -1/+1 |
* | add helper function for flushing software queues | kmacy | 2009-06-19 | 1 | -1/+15 |
* | Implement the -z (zero counters) option for the various bpf counters. | csjp | 2009-06-19 | 1 | -1/+45 |
* | Add explicit includes for jail.h to the files that need them and | bz | 2009-06-17 | 2 | -0/+2 |
* | Add the explicit include of vimage.h to another five .c files still | bz | 2009-06-17 | 2 | -0/+2 |
* | r193336 moved ifq_detach to if_free which broke if_alloc followed | sam | 2009-06-15 | 2 | -7/+6 |
* | Get vnets from creds instead of threads where they're available, and from | jamie | 2009-06-15 | 1 | -1/+1 |
* | Manage vnets via the jail system. If a jail is given the boolean | jamie | 2009-06-15 | 2 | -2/+18 |
* | Add an optional callback function that will be invoked when a per-CPU | bz | 2009-06-14 | 2 | -0/+6 |
* | Garbage collect an extern for a non-existent variable. | bz | 2009-06-12 | 1 | -4/+2 |
* | Move the kernel option FLOWTABLE chacking from the header file to the | bz | 2009-06-12 | 1 | -17/+0 |
* | Added support for NAT-Traversal (RFC 3948) in IPsec stack. | vanhu | 2009-06-12 | 1 | -1/+36 |
* | carp(4) allows people to share a set of IP addresses and can only | bz | 2009-06-11 | 3 | -1/+17 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | kib | 2009-06-10 | 4 | -5/+5 |
* | SCTP needs either IPv4 or IPv6 as lower layer[1]. | bz | 2009-06-10 | 1 | -0/+4 |
* | ip_gif_ttl/GIF_TTL are only used by the inet part in in_gif.c, | bz | 2009-06-10 | 1 | -0/+2 |
* | The llentry *lle is only used in cases of INET or INET6. | bz | 2009-06-10 | 4 | -4/+13 |
* | revert to opt-in flowtable | kmacy | 2009-06-09 | 2 | -4/+3 |
* | Close long existed race with net.inet.ip.fw.one_pass = 0: | oleg | 2009-06-09 | 2 | -16/+27 |
* | make flowtable opt-out | kmacy | 2009-06-09 | 2 | -2/+3 |
* | move jenkins hash to its own header in libkern | kmacy | 2009-06-09 | 1 | -145/+2 |