aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add if_reassing method to all tunneling interfaces.Andrey V. Elsukov2020-06-034-0/+84
* Add rib subscription API.Alexander V. Chernikov2020-06-012-6/+77
* Finish r361706: add sys/net/route/route_ctl.h, missed in previous commit.Alexander V. Chernikov2020-06-011-0/+68
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-019-37/+223
* Revert r361704, it accidentally committed merged D25067 and D25070.Alexander V. Chernikov2020-06-0110-313/+37
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-0110-37/+313
* Fix panics when using iflib pseudo device supportMatt Macy2020-05-311-1/+3
* Consistently include opt_ipsec.h for consumers of <netipsec/ipsec.h>.John Baldwin2020-05-292-0/+2
* Unlock rtentry before calling for epoch(9) destruction as the destructionAlexander V. Chernikov2020-05-281-1/+1
* Move <add|del|change>_route() functions to route_ctl.c in preparation ofAlexander V. Chernikov2020-05-235-570/+573
* Remove refcounting from rtentry.Alexander V. Chernikov2020-05-232-74/+8
* Use epoch(9) for rtentries to simplify control plane operations.Alexander V. Chernikov2020-05-238-77/+71
* sysctl: fix setting net.isr.dispatch during early bootPawel Biernacki2020-05-161-8/+23
* pf: Add a new zone for per-table entry counters.Mark Johnston2020-05-161-2/+6
* kernel: provide panicky version of __unreachableKyle Evans2020-05-131-1/+1
* Kill trailing newline while I'm here...Warner Losh2020-05-121-1/+0
* Remove unused rnh_close callback from rtable & cleanup depends.Alexander V. Chernikov2020-05-112-18/+0
* Remove rtalloc1(_fib) KPI.Alexander V. Chernikov2020-05-102-74/+0
* Embed dst sockaddr into rtentry and remove rte packet counterAlexander V. Chernikov2020-05-085-64/+30
* Add rib_lookup() sockaddr lookup wrapper and make ifa_ifwithroute use it.Alexander V. Chernikov2020-05-073-25/+60
* Switch DDB show route to direct rnh_matchaddr() call instead of rtalloc1().Alexander V. Chernikov2020-05-041-2/+10
* Simplify address parsing in DDB show route command.Alexander V. Chernikov2020-05-041-225/+30
* Remove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte fields.Alexander V. Chernikov2020-05-042-197/+107
* Increase the iflib txq callout mutex name length to 32 bytes.Mark Johnston2020-04-301-1/+1
* Convert more rtentry field accesses into nhop fields accesses.Alexander V. Chernikov2020-04-294-24/+33
* Add nhop to the ifa_rtrequest() callback.Alexander V. Chernikov2020-04-292-5/+8
* Move route-specific ddb commands to route/route_ddb.cAlexander V. Chernikov2020-04-283-413/+465
* Move route_temporal.c and route_var.h to net/route.Alexander V. Chernikov2020-04-289-8/+8
* Move struct rtentry definition to nhop_var.h.Alexander V. Chernikov2020-04-282-83/+73
* Convert rtalloc_mpath_fib() users to the new KPI.Alexander V. Chernikov2020-04-282-41/+0
* Eliminate now-unused parts of old routing KPI.Alexander V. Chernikov2020-04-282-23/+0
* iflib: Stop interface before (un)registering VLANEric Joyner2020-04-273-6/+32
* Convert debugnet to the new routing KPI.Alexander V. Chernikov2020-04-261-12/+13
* bridge: epoch-ificationKristof Provost2020-04-261-93/+129
* Fix userland build broken by r360292.Alexander V. Chernikov2020-04-251-0/+1
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-254-44/+43
* Convert rtentry field accesses into nhop field accesses.Alexander V. Chernikov2020-04-233-44/+53
* bridge: Simplify mac address generationKristof Provost2020-04-181-39/+3
* ethersubr: Make the mac address generation more robustKristof Provost2020-04-181-7/+19
* Unbreak build by reverting if_bridge part of r360047.Alexander V. Chernikov2020-04-171-2/+2
* Finish r191148: replace rtentry with route in if_bridge if_output() callback.Alexander V. Chernikov2020-04-172-3/+3
* Remove an duplicate definition of nhops_dump_sysctl()Adrian Chadd2020-04-162-2/+1
* Fix userland build broken by r360014.Alexander V. Chernikov2020-04-161-0/+1
* Add nhop parameter to rti_filter callback.Alexander V. Chernikov2020-04-163-6/+9
* Reorganise nd6 notification code to avoid direct rtentry field access.Alexander V. Chernikov2020-04-142-0/+15
* Postpone multipath seed init till SI_SUB_LAST, as it is needed only afterAlexander V. Chernikov2020-04-141-1/+4
* lagg: stop double-counting output errors and counting drops as errorsAndrew Gallatin2020-04-131-14/+11
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-1215-8/+2314
* Fix build by adding forgotten header to radix_mpath.c after r359797.Alexander V. Chernikov2020-04-111-0/+1
* Remove per-AF radix_mpath initializtion functions.Alexander V. Chernikov2020-04-112-26/+7