Age | Commit message (Expand) | Author |
2015-12-03 | Get rid of rt_mask() and stop allocating a "struct sockaddr" for every | Martin Pieuchot |
2015-12-03 | Store an interface index instead of a pointer in the "struct rtentry". | Martin Pieuchot |
2015-11-18 | Do not dereference rt_ifp to call if_rtrequest. | Martin Pieuchot |
2015-11-09 | Rewrite rtalloc(9) to consider RTF_GATEWAY entries without valid next- | Martin Pieuchot |
2015-11-02 | Merge rtable_mpath_match() into rtable_lookup(). | Martin Pieuchot |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-25 | Be more consisten with rtmsgs. Always set rtm_index (even in the RTM_GET | Claudio Jeker |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-10-25 | Instead of doing the the if_get() dance for rt_missmsg(), change the | Alexander Bluhm |
2015-10-24 | Some rt_ifp to rt_ifidx conversions. | Martin Pieuchot |
2015-10-23 | It was possible to create a gateway route pointing to another gateway | Alexander Bluhm |
2015-10-23 | Introduce a new sysctl NET_RT_IFNAMES that returns only ifnames to ifindex | Claudio Jeker |
2015-10-22 | Use only one refcounting mechanism for route entries. | Martin Pieuchot |
2015-10-22 | Inspired by satosin(), use inline functions to convert sockaddr dl. | Alexander Bluhm |
2015-09-21 | Pass the correct variable to free(9) and while here add the size. | Martin Pieuchot |
2015-09-11 | Introduce rtref(9) use it in rtable_lookup() before returning a route | Martin Pieuchot |
2015-08-24 | Always increment the reference counter of the returned route entry in | Martin Pieuchot |
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 |