Age | Commit message (Expand) | Author |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2006-06-16 | support passing the desired routing table ID via the sysctl interface | Henning Brauer |
2006-06-16 | pass the routing table ID over the routing socket, so we can start to | Henning Brauer |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-05-30 | Export the route labels via sysctl interface not only via RTM_GET. | Claudio Jeker |
2006-04-22 | Routes announced via rt_missmsg() do not have rtm_index set. While in most | Claudio Jeker |
2006-03-31 | Add sysctl to retrieve the routing table statisitcs. Will be used by netstat | Claudio Jeker |
2006-03-30 | In sysctl_dumpentry() pass the rt_refcnt by overloading rmx_rttvar. | Claudio Jeker |
2006-03-30 | Spelling in comment. | Claudio Jeker |
2006-03-22 | prevent anything outside rote.c from accessing the routing table heads | Henning Brauer |
2006-02-23 | Until now it was only possible to unset the RTF_JUMBO flag on a RTM_CHANGE | Claudio Jeker |
2006-02-02 | Set rtm_index to the correct interface index for RTM_ADD and RTM_CHANGE. | Claudio Jeker |
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff |
2005-11-27 | repair builds. ramdisk kernels forgotten about again. | Theo de Raadt |
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer |
2005-06-08 | kill some leftover bits from netns and iso routing | Henning Brauer |
2005-06-07 | introduce a default "external" interface group, containing the interface(s) | Henning Brauer |
2005-05-27 | Use rtm_fmask instead of rtm_use. | Ryan Thomas McBride |
2005-05-27 | Allow us to clear the RTM_JUMBO flag as well as set it. | Ryan Thomas McBride |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2004-09-16 | handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time ago | Henning Brauer |
2004-08-03 | introduce route labels, allowing for up to 32 bytes of info to be attached | Henning Brauer |
2004-06-24 | KNF, cleanup, readability fixes... this hurt | Henning Brauer |
2004-06-22 | Pull the plug on source-based routing until remaining bugs are eradicated. | Cedric Berger |
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger |
2004-05-12 | Rework a block readded by the multipath commit that should ensure that | Claudio Jeker |
2004-05-04 | The tcp specific routing metrics are almost never used so reduce the routing | Claudio Jeker |
2004-04-25 | radix tree with multipath support. from kame. deraadt ok | Jun-ichiro itojun Hagino |
2004-01-15 | add a RTM_IFANNOUNCE message; from netbsd; ok itojun, henning | Markus Friedl |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. | Jason Wright |
2003-07-05 | backout 1.29; problem reported by Rukh w/ userland ppp. | Jun-ichiro itojun Hagino |
2003-06-24 | recover code that requires exact match on rtm_change/lock (lost in netbsd 1.16). | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-23 | Move m_copyback() to uipc_mbuf where it makes some kinda sense; ok dhartmei | Jason Wright |
2003-02-16 | KNF | Theo de Raadt |
2002-12-31 | don't overrun user-supplied buffer. from jinmei@kame, deraadt ok | Jun-ichiro itojun Hagino |
2002-07-17 | Don't dereference freed memory. | Artur Grabowski |
2002-07-03 | fix a null deref in sysctl_iflist() | Michael Shalayeff |
2002-07-02 | inital -> initial | Nathan Binkert |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-10 | use queue.h macros for TAILQ operations | Jason Wright |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-07-21 | repair validation on RTAX_GENMASK insertion. has been broken since 44bsd. | Jun-ichiro itojun Hagino |
2001-06-04 | adjust routing socket message (kernel -> user) to the right size. | Jun-ichiro itojun Hagino |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |