| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass the fibnum where we need filtering of the message on the | bz | 2011-09-28 | 1 | -3/+68 |
* | As info.rti_info[RTAX_DST] can point inside of rtm we must not free the rtm | mlaier | 2011-02-10 | 1 | -1/+3 |
* | Close a race acquiring the IF_ADDR_LOCK() for each entry while iterating | bz | 2010-10-16 | 1 | -0/+4 |
* | Properly set ifi_datalen for compat32 struct if_data32. | kib | 2010-08-03 | 1 | -1/+1 |
* | This patch fixes the problem where proxy ARP entries cannot be added | qingli | 2010-05-25 | 1 | -5/+16 |
* | Provide 32bit compat shims for sysctl net.route NET_RT_IFLIST. | kib | 2010-04-25 | 1 | -1/+101 |
* | The proxy arp entries could not be added into the system over the | qingli | 2009-12-30 | 1 | -0/+22 |
* | Throughout the network stack we have a few places of | bz | 2009-12-13 | 1 | -2/+2 |
* | As part of r196609, a call to "rtalloc" did not take the fib into | qingli | 2009-08-31 | 1 | -1/+1 |
* | In ip_output(), the flow-table module must not try to cache L2/L3 | qingli | 2009-08-28 | 1 | -1/+34 |
* | Put multiple instructions into a block when iterating; unbreaks | bz | 2009-08-13 | 1 | -1/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -2/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -3/+0 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -0/+7 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 1 | -2/+2 |
* | SCTP needs either IPv4 or IPv6 as lower layer[1]. | bz | 2009-06-10 | 1 | -0/+4 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 1 | -5/+5 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -8/+26 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -0/+4 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+9 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -1/+0 |
* | Acquire address list lock before walking an interface's address list to | rwatson | 2009-04-20 | 1 | -0/+4 |
* | Extend route command: | kmacy | 2009-04-14 | 1 | -6/+8 |
* | Call prison_if from rtm_get_jailed, instead of splitting it out into | jamie | 2009-02-05 | 1 | -90/+63 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 1 | -14/+15 |
* | For consistency with prison_{local,remote,check}_ipN rename | bz | 2009-01-25 | 1 | -2/+2 |
* | The RTF_LLINFO was revived unconditionally, but within the kernel the | qingli | 2009-01-16 | 1 | -5/+1 |
* | Revive the RTF_LLINFO flag in route.h. The kernel code is guarded | qingli | 2009-01-12 | 1 | -1/+7 |
* | Rather than using the cred from curthread, take it from the thread | bz | 2009-01-09 | 1 | -5/+5 |
* | Restrict arp, ndp and theoretically the FIB listing (if not | bz | 2009-01-09 | 1 | -2/+12 |
* | Take the cred from curthread rather than curproc as curproc would need | bz | 2009-01-09 | 1 | -3/+3 |
* | This checkin addresses a couple of issues: | qingli | 2008-12-26 | 1 | -7/+21 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -20/+20 |
* | Dont leak the rnh lock on error. | thompsa | 2008-12-13 | 1 | -3/+3 |
* | fix a reported panic when adding a route and one hit here when deleting a route | kmacy | 2008-12-10 | 1 | -2/+10 |
* | Add missing include to sys/lock.h before sys/rwlock.h | imp | 2008-12-08 | 1 | -0/+1 |
* | - convert radix node head lock from mutex to rwlock | kmacy | 2008-12-07 | 1 | -4/+5 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | MFp4: | bz | 2008-11-29 | 1 | -12/+148 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+5 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -4/+5 |
* | Remove unused support for local and foreign addresses in generic raw | rwatson | 2008-07-09 | 1 | -3/+1 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -1/+1 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -5/+9 |
* | This patch provides the back end support for equal-cost multi-path | qingli | 2008-04-13 | 1 | -0/+20 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Do not set the RTF_GATEWAY flag if RTF_LLINFO is set, it doesn't make much | cognet | 2007-09-08 | 1 | -1/+2 |