| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-07-24 | report about route tag in sysctl route walker | kefren |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2012-01-30 | - don't copy past the end of sockaddr if we are rounding, zero it out instead, | christos |
| 2011-12-31 | - fix offsetof usage, and redundant defines | christos |
| 2011-12-12 | When adding or scrubbing a prefix, always notify userland even if the | roy |
| 2011-10-31 | remove an unnecessary cast | yamt |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-03-31 | Hide the radix-trie implementation of the forwarding table so that we | dyoung |
| 2011-02-10 | Allow changing route flags. Should fix PR/40455 | kefren |
| 2011-02-01 | Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket | matt |
| 2010-12-25 | merge the length getting code from rt_msg1 and rt_msg2 and make it fail | christos |
| 2010-11-12 | Add RTM_CHGADDR to signal that an address on the interface has changed. | roy |
| 2010-06-28 | we need to set rt_ifp even if ifa is the same. Fixes the case when one | kefren |
| 2010-06-26 | Add MPLS support, proposed on tech-net@ a couple of days ago | kefren |
| 2010-05-02 | Permit the existence of a route with unlinked ifp and ifa, | kefren |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-09-12 | Make this compile with options RTSOCK_DEBUG. | tsutsui |
| 2009-04-02 | Centralize the ROUNDUP and ADVANCE macro in a header file, give them an | christos |
| 2009-03-11 | Revert r1.119 as the implementation is broken. | roy |
| 2009-02-20 | remove inline from some functions which are not small or critical. | yamt |
| 2009-02-14 | mention when this will really break, not 2038 but 2145. | christos |
| 2009-01-11 | we need route_enqueue not to be static | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-12-21 | When removing routes automatically added, remove the flag from the associated | roy |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-12-12 | RTAX_GENMASK and RTAX_AUTHOR could cause kernel memory corruption because | christos |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-28 | Fold long lines created by the previous commit. No functional change. | christos |
| 2008-10-28 | Stop the "Sleazy use of local variables throughout file", replace | dyoung |
| 2008-10-25 | Fix handling of RTAX_GENMASK. Since this has been removed, userland programs | christos |
| 2008-10-24 | Do not gratuitously cast to void *. Remove excess parenthesization. | dyoung |
| 2008-08-28 | - more void * removal | christos |
| 2008-08-28 | Do not cast to void * unnecessarily. | dyoung |
| 2008-06-15 | Fix previous: a well hidden assignment was lost. | cube |
| 2008-06-15 | - add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD) | christos |
| 2008-06-01 | Don't obliterate the whole message, preserve the data we have just written | christos |
| 2008-05-29 | PR/38791: J.T. Conklin: routing socket event header not cleared | christos |
| 2008-05-25 | fix typo | dholland |
| 2008-05-24 | Coverity CID 5013: Add diagnostic test for bad cmd parameter. | christos |
| 2008-05-13 | Replace a call to rtrequest() with single dst, mask, gateway | dyoung |
| 2008-05-11 | Use memset, memmove, and memcmp instead of Bzero, Bcopy, and Bcmp, | dyoung |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-03-29 | route_intr: fill a correct member of sockproto. (sp_family -> sp_protocol) | yamt |
| 2008-03-26 | Defer processing of routing messages to a soft interrupt. These can be | ad |
| 2008-02-20 | s/u_\(int[0-9]*_t\)/u\1/g | matt |
| 2007-12-20 | Poison struct route->ro_rt uses in the kernel by changing the name | dyoung |
| 2007-12-05 | Use IFADDR_FIRST(), IFADDR_NEXT(). | dyoung |
| 2007-07-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 2007-06-09 | Get rid of radix_node_head.rnh_walktree, because it is only ever | dyoung |