| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't allow access to the internals until it has all been set up. | julian | 2009-08-21 | 1 | -1/+2 |
* | This change fixes a comment and addresses a complaint by kib@ by | kmacy | 2009-08-19 | 1 | -2/+6 |
* | - change the interface to flowtable_lookup so that we don't rely on | kmacy | 2009-08-18 | 2 | -42/+195 |
* | fix netboot issue by disabling flowtable lookups until initialization has bee... | kmacy | 2009-08-17 | 1 | -1/+4 |
* | Remove unused if_rawoutput() macro; it has been unused since at least | rwatson | 2009-08-15 | 1 | -1/+0 |
* | Appease VNET_DEBUG - in if_vmove we temporarily switch i.e. | zec | 2009-08-14 | 1 | -1/+1 |
* | Make VNET_DEBUG a standalone compile-time option, i.e. decouple it from | zec | 2009-08-14 | 1 | -3/+0 |
* | Make it possible to change the vnet sysctl variables on jails | bz | 2009-08-13 | 1 | -7/+11 |
* | Put multiple instructions into a block when iterating; unbreaks | bz | 2009-08-13 | 1 | -1/+2 |
* | Always embed pointer to BPF JIT function in BPF descriptor | jkim | 2009-08-12 | 4 | -11/+13 |
* | Update DDB show vnet command to print all used and available information. | bz | 2009-08-12 | 1 | -7/+13 |
* | Put minimum alignment on the dpcpu and vnet section so that ld | bz | 2009-08-12 | 1 | -3/+5 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -9/+9 |
* | The colour was red as shall be the letters of this warning to people upon | rwatson | 2009-08-01 | 1 | -0/+4 |
* | Minor style tweaks. | rwatson | 2009-08-01 | 1 | -17/+16 |
* | Make the vnet alloc/destroy paths a bit easier to followg by merging | rwatson | 2009-08-01 | 2 | -41/+20 |
* | Remove vnet_foreach() utility function, which previously allowed | rwatson | 2009-08-01 | 1 | -29/+6 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 27 | -30/+335 |
* | Reorder and recomment vnet.c and vnet.h on the basis that they are no longer | rwatson | 2009-07-30 | 2 | -72/+106 |
* | Revise header comments for vnet.h as we now implement VNET_SYSINIT, not | rwatson | 2009-07-28 | 1 | -4/+8 |
* | The new flow table caches both the routing table entry as well as the | qingli | 2009-07-28 | 1 | -1/+2 |
* | This patch does the following: | qingli | 2009-07-27 | 1 | -0/+2 |
* | Update epair(4) to the new netisr implementation and polish | bz | 2009-07-26 | 2 | -107/+276 |
* | Make the in-kernel logic for the SIOCSIFVNET, SIOCSIFRVNET ioctls | bz | 2009-07-26 | 1 | -2/+90 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 10 | -193/+271 |
* | sysctl_msec_to_ticks is used with both virtualized and | bz | 2009-07-21 | 1 | -0/+6 |
* | Garbage collect vnet module registrations that have neither constructors | rwatson | 2009-07-20 | 1 | -1/+0 |
* | Add macros VNET_SETNAME and VNET_SYMPREFIX, and expose to userspace if | rwatson | 2009-07-20 | 1 | -3/+10 |
* | Normalize field naming for struct vnet, fix two debugging printfs that | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Remove the interim vimage containers, struct vimage and struct procg, | jamie | 2009-07-17 | 1 | -15/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 12 | -50/+45 |
* | Add missing license line for vnet.h, correct white space nit. | rwatson | 2009-07-15 | 1 | -1/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 26 | -388/+609 |
* | Re-factoring for adding weighted routes introduced a | kmacy | 2009-07-11 | 1 | -1/+11 |
* | 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 |