aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Switch direct rt fields access in rtsock.c to newly-create field acessors.Alexander V. Chernikov2020-12-181-38/+121
* style(9): Correct whitespace in struct definitionsBrooks Davis2020-12-111-7/+7
* Fixup r368446 with KERN_TLS.Gleb Smirnoff2020-12-081-2/+2
* The list of ports in configuration path shall be protected by locks,Gleb Smirnoff2020-12-081-6/+4
* Convert LAGG_RLOCK() to NET_EPOCH_ENTER(). No functional changes.Gleb Smirnoff2020-12-081-43/+50
* iflib: Avoid leaking the freelist bitmaps upon driver detachMark Johnston2020-12-071-0/+2
* iflib: Detach tasks upon device registration failureMark Johnston2020-12-071-55/+34
* Add IPv4/IPv6 rtentry prefix accessors.Alexander V. Chernikov2020-12-033-10/+156
* net: Revert vnet/epair cleanup race mitigationKristof Provost2020-12-012-13/+2
* if: Fix panic when destroying vnet and epair simultaneouslyKristof Provost2020-12-011-2/+14
* Renumber NHR_* flags after NHR_IFAIF removal in r368127.Alexander V. Chernikov2020-11-301-4/+2
* Remove RADIX_MPATH config option.Alexander V. Chernikov2020-11-296-450/+0
* Import kernel WireGuard supportMatt Macy2020-11-291-1/+0
* Introduce rib_walk_ext_internal() to allow iteration with rnh pointer.Alexander V. Chernikov2020-11-292-10/+18
* Add nhop_ref_any() to unify referencing nhop or nexthop group.Alexander V. Chernikov2020-11-293-0/+26
* Refactor fib4/fib6 functions.Alexander V. Chernikov2020-11-291-0/+1
* Add tracking for rib/nhops/nhgrp objects and provide cumulative number access...Alexander V. Chernikov2020-11-295-25/+50
* Add nhgrp_get_idx() as a counterpart for nhop_get_idx().Alexander V. Chernikov2020-11-282-0/+10
* Cleanup nexthops request flags:Alexander V. Chernikov2020-11-281-2/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* 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