Age | Commit message (Expand) | Author |
2015-08-19 | Convert all calls to rtrequest1() and the following error check | Alexander Bluhm |
2015-08-17 | Convert two rt->rt_refcnt-- into rtfree(9) making sure the route entry | Martin Pieuchot |
2015-07-18 | NET_RT_DUMP is dumb and tries to iterates over all possible AF tables | Martin Pieuchot |
2015-07-18 | Abstract the routing table internals behind an rtable_* API. | Martin Pieuchot |
2015-07-18 | On systems with a full routing table (550k+), we often want to be able to | Peter Hessler |
2015-07-16 | Fix rn_match and there for the expoerted lookup functions in radix.c | Claudio Jeker |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-06-30 | Get rid of the undocumented & temporary* m_copy() macro added for | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-05-05 | Flag user specified routes with an AF_LINK gateway as RTF_LLINFO. | Martin Pieuchot |
2015-02-11 | Do not store the key and the gateway of a route entry in the same chunk | Martin Pieuchot |
2015-01-13 | Restore sending RTM_ADD and RTM_DELETE messages to userland for every | Martin Pieuchot |
2014-12-19 | Do not report an EDQUOT "Disk quota exceeded" error from the routing | Alexander Bluhm |
2014-12-11 | Do not change the interface of a route if it is not intended. | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-08-12 | route_cb is internal to rtsock.c | Martin Pieuchot |
2014-08-11 | Put back the checks about RTF_LOCAL routes now that userland tools are | Martin Pieuchot |
2014-07-29 | Revert the checks about RTF_LOCAL routes. | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-05-31 | Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in a | Claudio Jeker |
2014-05-27 | Big refactoring of the radix code (mainly rn_addroute but also part | Claudio Jeker |
2014-05-27 | Reserve the highest route priority for kernel-managed routes and prevent | Martin Pieuchot |
2014-05-16 | Do not put any link-layer address on the per-ifp lists or on the RB- | Martin Pieuchot |
2014-04-25 | Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay! | Martin Pieuchot |
2014-03-18 | Rename rt_gettable() into rtable_get(), swap its arguments to be | Martin Pieuchot |
2014-03-17 | Remove pre-rt_getifa() code to find the address descriptor (ifa) related | Martin Pieuchot |
2014-03-12 | RTAX_IFP points to the "struct sockaddr_dl" corresponding to the | Martin Pieuchot |
2014-02-13 | Replace hand crafted routing label code with the rtlabel_id2sa() | Alexander Bluhm |
2014-02-12 | Add rtlabel to rt_newaddrmsg, From: Florian Riehm <mail at friehm dot de> | Henning Brauer |
2014-01-22 | Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will | Claudio Jeker |
2014-01-21 | Substitute crazy defines and convert some 0 to NULL. | Martin Pieuchot |
2014-01-20 | Get rid of the old routing message version 4 transition code before | Alexander Bluhm |
2014-01-19 | RTF_MPATH is a flag userland needs to be able to pass in since it is used | Claudio Jeker |
2014-01-10 | replace the rest of the obsolete radix macros | Ted Unangst |
2014-01-09 | replace Bcopy macro with memmove and memcpy. ok mpi | Ted Unangst |
2013-11-01 | The old routing messages compatibility code did not work on strict | Alexander Bluhm |
2013-10-31 | Convert the route expire timestamp in kernel and routing message | Alexander Bluhm |
2013-10-20 | rt_mpath_next() was always called with 0 in the last argument. So drop it. | Claudio Jeker |
2013-10-20 | Make sure that the RTM_DESYNC message is not filtered out. Also ensure that | Claudio Jeker |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-05-17 | Do not attempt to delete the undeletable RNF_ROOT route. | Kenneth R Westerback |
2013-03-15 | change LIST_END to literal NULL for clarity. | Ted Unangst |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2012-09-20 | Fix a pair of typos in comments. | Bret Lambert |
2012-09-19 | Make rt_lookup return a pointer to an rtentry struct instead of | Bret Lambert |
2012-09-19 | More radix internals pushdown; place rn_mpath_next, which accepts and | Bret Lambert |
2012-09-17 | Whitespace change (excess indentation). | Bret Lambert |
2012-03-28 | Use p_p->ps_pid as pid in the route header instead of the thread pid. Give | Claudio Jeker |