| Commit message (Expand) | Author | Age | Files | Lines |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 1 | -0/+8 |
* | Adjust rt_(set|get)metrics() to do kernel <-> userland timebase conversion. | oleg | 2006-07-06 | 1 | -2/+7 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -23/+19 |
* | Change protocol switch pru_abort() API so that it returns void rather | rwatson | 2006-04-01 | 1 | -2/+2 |
* | - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages. | andre | 2006-03-15 | 1 | -0/+8 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -9/+6 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -8/+14 |
* | Drop current rtentry lock before calling rt_getifa(). This fixes a LOR | glebius | 2005-09-19 | 1 | -3/+3 |
* | Protect interface and address lists using the appropriate mutex. These | csjp | 2005-09-10 | 1 | -16/+16 |
* | Forward declaring static variables as extern is invalid ISO-C. Now that | obrien | 2005-09-07 | 1 | -1/+1 |
* | De-spl parts of the routing socket code now generally protected | rwatson | 2005-08-25 | 1 | -40/+20 |
* | o To prevent a race between RTM_DELETE message and | glebius | 2005-08-11 | 1 | -2/+4 |
* | Rename IFF_RUNNING to IFF_DRV_RUNNING, IFF_OACTIVE to IFF_DRV_OACTIVE, | rwatson | 2005-08-09 | 1 | -2/+3 |
* | Fix for PR 82974. We were not checking that the route looked up in | gnn | 2005-07-15 | 1 | -0/+19 |
* | When returing an RTM_GET message through the routing socket fill | harti | 2005-06-09 | 1 | -0/+2 |
* | rt_newaddrmsg will blow up if given something other than RTM_ADD | sam | 2005-03-26 | 1 | -0/+3 |
* | eliminate dead code and collapse the remainder | sam | 2005-02-23 | 1 | -3/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 1 | -5/+10 |
* | Add 802.11-specific events that are dispatched through the routing socket. | sam | 2004-10-05 | 1 | -13/+66 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -1/+1 |
* | Fix a typo (attacked -> attached). | roam | 2004-08-24 | 1 | -1/+1 |
* | If a tunable for the routing socket netisr queue max is defined, allow it | rwatson | 2004-08-21 | 1 | -1/+3 |
* | Allow the size of the routing socket netisr queue to be configured using | rwatson | 2004-08-21 | 1 | -1/+6 |
* | Use IFQ_SET_MAXLEN() to set the maximum queue depth of the routing | rwatson | 2004-08-13 | 1 | -1/+1 |
* | Be consistent and use bzero() instead of memset(). | bms | 2004-07-06 | 1 | -1/+1 |
* | Introduce a netisr to deliver kernel-generated routing, avoiding | rwatson | 2004-06-09 | 1 | -4/+52 |
* | Zero the un-used portions of the struct sockaddr data before sending | csjp | 2004-05-10 | 1 | -0/+1 |
* | o Fix misindentation in the previous commit. | maxim | 2004-05-03 | 1 | -4/+4 |
* | Give jail(8) the feature to allow raw sockets from within a | bmilekic | 2004-04-26 | 1 | -2/+13 |
* | More style and deobfuscation fixes. | ru | 2004-04-19 | 1 | -4/+4 |
* | Style and code unobfuscation. | ru | 2004-04-18 | 1 | -4/+4 |
* | Fixed a bug from rev. 1.42: cast to a correct type. | ru | 2004-04-18 | 1 | -2/+2 |
* | + replace Bcmp/Bzero with 'the real thing' as in the rest of the file. | luigi | 2004-04-18 | 1 | -3/+4 |
* | Minor changes to improve code readability (no actual code changes): | luigi | 2004-04-18 | 1 | -60/+63 |
* | misc cleanup in sysctl_ifmalist(): | luigi | 2004-04-17 | 1 | -27/+10 |
* | Consistently use ifaddr_byindex() to access the link-level address | luigi | 2004-04-16 | 1 | -17/+21 |
* | route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returns | luigi | 2004-04-13 | 1 | -10/+5 |
* | remove an almost-duplicate piece of code by setting the loop | luigi | 2004-04-12 | 1 | -16/+10 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -17/+21 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -1/+1 |
* | Add a sysctl MIB, NET_RT_IFMALIST, to retrieve multicast group memberships | bms | 2003-11-14 | 1 | -0/+65 |
* | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | sam | 2003-11-08 | 1 | -2/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -0/+9 |
* | trivial locking rtsock_cb | sam | 2003-10-03 | 1 | -0/+11 |
* | cleanups prior to adding locking (and in some cases to eliminate locking): | sam | 2003-10-03 | 1 | -168/+169 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -6/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |