| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Disable radix node locking for sysctl until we fix the sysctl infrastructure | hsu | 2002-12-26 | 1 | -5/+5 |
* | Range-check the address family parameter passed in to the sysctl handler. | hsu | 2002-12-25 | 1 | -0/+2 |
* | If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy of | ru | 2002-12-25 | 1 | -2/+1 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 1 | -7/+25 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -2/+5 |
* | Swap the order of a free and a use of an ifaddr structure. | hsu | 2002-12-20 | 1 | -1/+1 |
* | Lock up ifaddr reference counts. | hsu | 2002-12-18 | 1 | -5/+7 |
* | Fix some harmless mis-indents. | phk | 2002-10-01 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -2/+2 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -3/+1 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -2/+2 |
* | Remove so*_locked(), which were backed out by mistake. | tanimura | 2002-06-18 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -7/+2 |