aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add SADB_SAFLAGS_ESN flagMarcin Wojtas2020-10-161-0/+2
* Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.Richard Scheffenegger2020-10-091-0/+7
* Fix typo.Konstantin Belousov2020-10-071-1/+1
* bridge: call member interface ioctl() without NET_EPOCHKristof Provost2020-10-061-89/+88
* Store the send tag type in the common send tag header.John Baldwin2020-10-062-2/+2
* Fix route flags update during RTM_CHANGE.Alexander V. Chernikov2020-10-044-6/+18
* Remove ROUTE_MPATH-related warnings introduced in r366390.Alexander V. Chernikov2020-10-032-0/+4
* Introduce scalable route multipath.Alexander V. Chernikov2020-10-0316-122/+1968
* netmap: fix constness warnings generated by "-Wcast-qual"Vincenzo Maffione2020-10-031-5/+7
* add SIOCGIFDATA ioctlEd Maste2020-09-281-0/+12
* Rework part of routing code to reduce difference to D26449.Alexander V. Chernikov2020-09-215-20/+51
* Remove unused nhop_ref_any() function.Alexander V. Chernikov2020-09-203-9/+0
* Fix gw updates / flag updates during route changes.Alexander V. Chernikov2020-09-202-1/+7
* if_vxlan(4): add support for hardware assisted checksumming, TSO, and RSS.Navdeep Parhar2020-09-182-21/+476
* Add two new ifnet capabilities for hw checksumming and TSO for VXLAN traffic.Navdeep Parhar2020-09-181-0/+2
* if_media: definitions for 40GE LM4 ethernet media typeMitchell Horne2020-09-162-0/+4
* Fix RADIX_MPATH build broken by r365521.Alexander V. Chernikov2020-09-101-3/+5
* Update nexthop handling for route addition/deletion in preparation for mpath.Alexander V. Chernikov2020-09-092-112/+244
* Retain marking net.fibs sysctl as a tunable.Alexander V. Chernikov2020-09-091-2/+2
* Fix panic with net.fibs tunable set in loader.conf.Alexander V. Chernikov2020-09-081-1/+1
* net: mitigate vnet / epair cleanup racesKristof Provost2020-09-082-2/+13
* Consistently use the same gateway when adding/deleting interface routes.Alexander V. Chernikov2020-09-071-20/+11
* rtsock.c: remove extraneous spaceEd Maste2020-09-051-1/+1
* Fix regression for IPv6 loopback routes.Alexander V. Chernikov2020-09-031-4/+20
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0172-245/+44
* iflib: leave only 1 receive descriptor unusedVincenzo Maffione2020-09-011-13/+24
* Revert uma zone alignemnt cache unadvertenly committed in r364950.Alexander V. Chernikov2020-08-291-1/+1
* Fix build with RADIX_MPATH.Alexander V. Chernikov2020-08-291-1/+2
* Move fib_rte_to_nh_flags() from net/route_var.h to net/route/nhop_ctl.c.Alexander V. Chernikov2020-08-282-18/+17
* Move net/route/shared.h definitions to net/route/route_var.h.Alexander V. Chernikov2020-08-289-86/+36
* Further split nhop creation and rtable operations.Alexander V. Chernikov2020-08-282-124/+251
* iflib: netmap: publish all the receive bufferVincenzo Maffione2020-08-251-22/+28
* Remove RT_LOCK mutex from rte.Alexander V. Chernikov2020-08-244-56/+28
* iflib: fix isc_rxd_flush call in netmap_fl_refill()Vincenzo Maffione2020-08-241-15/+28
* Finish r364492 by renaming rt_flags to rte_flags for multipath code.Alexander V. Chernikov2020-08-221-2/+2
* Rename rt_flags to rte_flags && reduce number of rt_nhop accesses.Alexander V. Chernikov2020-08-225-36/+43
* Fix tinderbox build after r364465Mateusz Guzik2020-08-221-0/+1
* Make net.fibs growable.Alexander V. Chernikov2020-08-214-181/+333
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-211-1/+1
* For consistency and to avoid any problems getting past the 31bitBjoern A. Zeeb2020-08-171-3/+3
* Correct the mask byte order when checking for reserved bits.Qing Li2020-08-151-1/+1
* Make net.inet6.ip6.deembed_scopeid behaviour default & remove sysctl.Alexander V. Chernikov2020-08-151-5/+5
* Simplify dom_<rtattach|rtdetach>.Alexander V. Chernikov2020-08-143-8/+43
* lagg: Avoid adding a port to a lagg device being destroyed.Bryan Drewery2020-08-131-0/+5
* Move rtzone handling code to net/route_ctl.cAlexander V. Chernikov2020-08-135-107/+81
* Correctly set error in rt_mpath_unlinkMitchell Horne2020-08-121-1/+5
* iflib: netmap: improve rxsync to support IFLIB_HAS_RXCQVincenzo Maffione2020-08-122-12/+30
* iflib: refactor netmap_fl_refill and fix off-by-one issueVincenzo Maffione2020-08-121-27/+21
* Do not enter epoch in add_route(), as it is already called in epoch.Alexander V. Chernikov2020-08-111-3/+0
* Make <add|del|change>_route() static to finish the transition to the new kpi.Alexander V. Chernikov2020-08-112-9/+9