| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix regression in rev. 1.140. | glebius | 2007-03-27 | 1 | -6/+7 |
* | Fix a case where hardware removal of an interface caused an attempt to | bms | 2007-03-27 | 1 | -0/+2 |
* | When working on an RTM_CHANGE do the route editing in the following | glebius | 2007-03-22 | 1 | -18/+17 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -2/+6 |
* | Ok, here it is, we finally add SCTP to current. Note that this | rrs | 2006-11-03 | 1 | -2/+13 |
* | 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 |