summaryrefslogtreecommitdiffstats
path: root/sys/net/rtsock.c
Commit message (Expand)AuthorAgeFilesLines
* The proxy arp entries could not be added into the system over theqingli2009-12-301-0/+22
* Throughout the network stack we have a few places ofbz2009-12-131-2/+2
* As part of r196609, a call to "rtalloc" did not take the fib intoqingli2009-08-311-1/+1
* In ip_output(), the flow-table module must not try to cache L2/L3qingli2009-08-281-1/+34
* Put multiple instructions into a block when iterating; unbreaksbz2009-08-131-1/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-3/+0
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-0/+7
* Clean up common ifaddr management:rwatson2009-06-211-2/+2
* SCTP needs either IPv4 or IPv6 as lower layer[1].bz2009-06-101-0/+4
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Convert the two dimensional array to be malloced and introducebz2009-06-011-5/+5
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-8/+26
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-0/+4
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+9
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-1/+0
* Acquire address list lock before walking an interface's address list torwatson2009-04-201-0/+4
* Extend route command:kmacy2009-04-141-6/+8
* Call prison_if from rtm_get_jailed, instead of splitting it out intojamie2009-02-051-90/+63
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-14/+15
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-251-2/+2
* The RTF_LLINFO was revived unconditionally, but within the kernel theqingli2009-01-161-5/+1
* Revive the RTF_LLINFO flag in route.h. The kernel code is guardedqingli2009-01-121-1/+7
* Rather than using the cred from curthread, take it from the threadbz2009-01-091-5/+5
* Restrict arp, ndp and theoretically the FIB listing (if notbz2009-01-091-2/+12
* Take the cred from curthread rather than curproc as curproc would needbz2009-01-091-3/+3
* This checkin addresses a couple of issues:qingli2008-12-261-7/+21
* This main goals of this project are:qingli2008-12-151-20/+20
* Dont leak the rnh lock on error.thompsa2008-12-131-3/+3
* fix a reported panic when adding a route and one hit here when deleting a routekmacy2008-12-101-2/+10
* Add missing include to sys/lock.h before sys/rwlock.himp2008-12-081-0/+1
* - convert radix node head lock from mutex to rwlockkmacy2008-12-071-4/+5
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* MFp4:bz2008-11-291-12/+148
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+5
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-4/+5
* Remove unused support for local and foreign addresses in generic rawrwatson2008-07-091-3/+1
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-1/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-5/+9
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-131-0/+20
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Do not set the RTF_GATEWAY flag if RTF_LLINFO is set, it doesn't make muchcognet2007-09-081-1/+2
* Fix regression in rev. 1.140.glebius2007-03-271-6/+7
* Fix a case where hardware removal of an interface caused an attempt tobms2007-03-271-0/+2
* When working on an RTM_CHANGE do the route editing in the followingglebius2007-03-221-18/+17
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+6
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-2/+13
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-0/+8
OpenPOWER on IntegriCloud