summaryrefslogtreecommitdiffstats
path: root/sys/net/rtsock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust rt_(set|get)metrics() to do kernel <-> userland timebase conversion.oleg2006-07-061-2/+7
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-23/+19
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-2/+2
* - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages.andre2006-03-151-0/+8
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-9/+6
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-8/+14
* Drop current rtentry lock before calling rt_getifa(). This fixes a LORglebius2005-09-191-3/+3
* Protect interface and address lists using the appropriate mutex. Thesecsjp2005-09-101-16/+16
* Forward declaring static variables as extern is invalid ISO-C. Now thatobrien2005-09-071-1/+1
* De-spl parts of the routing socket code now generally protectedrwatson2005-08-251-40/+20
* o To prevent a race between RTM_DELETE message andglebius2005-08-111-2/+4
* Rename IFF_RUNNING to IFF_DRV_RUNNING, IFF_OACTIVE to IFF_DRV_OACTIVE,rwatson2005-08-091-2/+3
* Fix for PR 82974. We were not checking that the route looked up ingnn2005-07-151-0/+19
* When returing an RTM_GET message through the routing socket fillharti2005-06-091-0/+2
* rt_newaddrmsg will blow up if given something other than RTM_ADDsam2005-03-261-0/+3
* eliminate dead code and collapse the remaindersam2005-02-231-3/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-5/+10
* Add 802.11-specific events that are dispatched through the routing socket.sam2004-10-051-13/+66
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* Fix a typo (attacked -> attached).roam2004-08-241-1/+1
OpenPOWER on IntegriCloud