| Commit message (Expand) | Author | Age | Files | Lines |
* | Compare pointer with NULL, not 0. | emaste | 2009-09-09 | 1 | -1/+1 |
* | Add arp_update_event. This replaces route_arp_update_event, which | np | 2009-09-08 | 1 | -0/+1 |
* | The addresses that are assigned to the loopback interface | qingli | 2009-09-05 | 1 | -9/+0 |
* | This patch fixes the following issues: | qingli | 2009-09-05 | 1 | -0/+9 |
* | Add ARP statistics to the kernel and netstat. | gnn | 2009-09-03 | 1 | -1/+26 |
* | As part of r196609, a call to "rtalloc" did not take the fib into | qingli | 2009-08-31 | 1 | -1/+1 |
* | Introduce a separate sx lock for protecting lists of vnet sysinit | zec | 2009-08-28 | 1 | -20/+26 |
* | In ip_output(), the flow-table module must not try to cache L2/L3 | qingli | 2009-08-28 | 2 | -1/+40 |
* | Add IFNET_HOLD reserved pointer value for the ifindex ifnet array, | rwatson | 2009-08-26 | 1 | -13/+39 |
* | Break out allocation of new ifindex values from if_alloc() and if_vmove(), | rwatson | 2009-08-25 | 1 | -34/+42 |
* | Use locks specific to the lltable code, rather than borrow the ifnet | rwatson | 2009-08-25 | 2 | -14/+22 |
* | When bridging LRO is causing a problem, the believe | jfv | 2009-08-24 | 1 | -7/+6 |
* | Make if_grow static -- it's not used outside of if.c, and with the | rwatson | 2009-08-24 | 2 | -2/+2 |
* | When moving ifnets from one vnet to another, and the ifnet | zec | 2009-08-24 | 1 | -0/+15 |
* | Rather than using IFNET_RLOCK() when iterating over (and modifying) the | rwatson | 2009-08-23 | 1 | -2/+15 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 5 | -52/+100 |
* | 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 |