aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* if: Fix non-VIMAGE buildKristof Provost2020-11-251-0/+2
* if: Protect V_ifnet in vnet_if_return()Kristof Provost2020-11-251-40/+82
* if: Remove ifnet_rwlockKristof Provost2020-11-252-29/+6
* Refactor rib iterator functions.Alexander V. Chernikov2020-11-225-91/+101
* Make net/ifq.h C++ friendlyMitchell Horne2020-11-201-8/+8
* LACP: When suppressing distributing, return ENOBUFSAndrew Gallatin2020-11-183-8/+15
* iflib: Free full mbuf chains when draining transmit queuesMark Johnston2020-11-111-2/+2
* Fix possible NULL pointer dereference.Andrey V. Elsukov2020-11-111-1/+2
* Fix definition of rn_addmask()Mitchell Horne2020-11-081-1/+1
* Switch net.add_addr_allfibs default to 0.Alexander V. Chernikov2020-11-082-1/+6
* Temporarily revert setting net.add_addr_allfibs to 0.Alexander V. Chernikov2020-11-081-1/+1
* Fix build broken by r367484: add route_ifaddrs.c.Alexander V. Chernikov2020-11-081-0/+309
* Move all ifaddr route creation business logic to net/route/route_ifaddr.cAlexander V. Chernikov2020-11-082-274/+0
* if_media.c SIOCGMEDIAX handler: improve loopKonstantin Belousov2020-11-031-5/+7
* net/if_media.c: improve IFMEDIA_DEBUG output.Konstantin Belousov2020-11-011-4/+4
* Cleanup of net/if_media.c: simplify cleanup loop in ifmedia_removeall().Konstantin Belousov2020-11-011-2/+1
* Cleanup of net/if_media.c: some style.Konstantin Belousov2020-11-011-7/+7
* Cleanup of net/if_media.c: switch to ANSI C function definitions.Konstantin Belousov2020-11-011-31/+10
* net: add ETHER_IS_IPV6_MULTICASTMitchell Horne2020-10-301-0/+2
* Add m_snd_tag_alloc() as a wrapper around if_snd_tag_alloc().John Baldwin2020-10-292-4/+4
* Support hardware rate limiting (pacing) with TLS offload.John Baldwin2020-10-293-5/+17
* iflib: fix typo bug introduced by r367093Vincenzo Maffione2020-10-281-2/+3
* iflib: add per-tx-queue netmap timerVincenzo Maffione2020-10-271-43/+41
* More style fixes (partial revert of r366994).Hans Petter Selasky2020-10-241-6/+6
* Fix order of header files:Hans Petter Selasky2020-10-241-1/+1
* Run code through "clang-format -style=file" with some additional fixes.Hans Petter Selasky2020-10-241-29/+28
* if_vxlan(4): csum_flags_to_inner_flags takes the tunnel protocol as a parameter.Navdeep Parhar2020-10-221-2/+2
* Compile fix for MIPS, MIPS64, POWERPC and POWERPC64.Hans Petter Selasky2020-10-221-0/+2
* Add support for IP over infiniband, IPoIB, to lagg(4). Currently onlyHans Petter Selasky2020-10-226-44/+288
* Factor out generic IP over infiniband, IPoIB, definitions and codeHans Petter Selasky2020-10-222-0/+618
* Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q).Alexander V. Chernikov2020-10-215-63/+91
* Implement flowid calculation for outbound connections to balanceAlexander V. Chernikov2020-10-184-17/+63
* 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