| Commit message (Expand) | Author | Age | Files | Lines |
| * | if: Fix non-VIMAGE build | Kristof Provost | 2020-11-25 | 1 | -0/+2 |
| * | if: Protect V_ifnet in vnet_if_return() | Kristof Provost | 2020-11-25 | 1 | -40/+82 |
| * | if: Remove ifnet_rwlock | Kristof Provost | 2020-11-25 | 2 | -29/+6 |
| * | Refactor rib iterator functions. | Alexander V. Chernikov | 2020-11-22 | 5 | -91/+101 |
| * | Make net/ifq.h C++ friendly | Mitchell Horne | 2020-11-20 | 1 | -8/+8 |
| * | LACP: When suppressing distributing, return ENOBUFS | Andrew Gallatin | 2020-11-18 | 3 | -8/+15 |
| * | iflib: Free full mbuf chains when draining transmit queues | Mark Johnston | 2020-11-11 | 1 | -2/+2 |
| * | Fix possible NULL pointer dereference. | Andrey V. Elsukov | 2020-11-11 | 1 | -1/+2 |
| * | Fix definition of rn_addmask() | Mitchell Horne | 2020-11-08 | 1 | -1/+1 |
| * | Switch net.add_addr_allfibs default to 0. | Alexander V. Chernikov | 2020-11-08 | 2 | -1/+6 |
| * | Temporarily revert setting net.add_addr_allfibs to 0. | Alexander V. Chernikov | 2020-11-08 | 1 | -1/+1 |
| * | Fix build broken by r367484: add route_ifaddrs.c. | Alexander V. Chernikov | 2020-11-08 | 1 | -0/+309 |
| * | Move all ifaddr route creation business logic to net/route/route_ifaddr.c | Alexander V. Chernikov | 2020-11-08 | 2 | -274/+0 |
| * | if_media.c SIOCGMEDIAX handler: improve loop | Konstantin Belousov | 2020-11-03 | 1 | -5/+7 |
| * | net/if_media.c: improve IFMEDIA_DEBUG output. | Konstantin Belousov | 2020-11-01 | 1 | -4/+4 |
| * | Cleanup of net/if_media.c: simplify cleanup loop in ifmedia_removeall(). | Konstantin Belousov | 2020-11-01 | 1 | -2/+1 |
| * | Cleanup of net/if_media.c: some style. | Konstantin Belousov | 2020-11-01 | 1 | -7/+7 |
| * | Cleanup of net/if_media.c: switch to ANSI C function definitions. | Konstantin Belousov | 2020-11-01 | 1 | -31/+10 |
| * | net: add ETHER_IS_IPV6_MULTICAST | Mitchell Horne | 2020-10-30 | 1 | -0/+2 |
| * | Add m_snd_tag_alloc() as a wrapper around if_snd_tag_alloc(). | John Baldwin | 2020-10-29 | 2 | -4/+4 |
| * | Support hardware rate limiting (pacing) with TLS offload. | John Baldwin | 2020-10-29 | 3 | -5/+17 |
| * | iflib: fix typo bug introduced by r367093 | Vincenzo Maffione | 2020-10-28 | 1 | -2/+3 |
| * | iflib: add per-tx-queue netmap timer | Vincenzo Maffione | 2020-10-27 | 1 | -43/+41 |
| * | More style fixes (partial revert of r366994). | Hans Petter Selasky | 2020-10-24 | 1 | -6/+6 |
| * | Fix order of header files: | Hans Petter Selasky | 2020-10-24 | 1 | -1/+1 |
| * | Run code through "clang-format -style=file" with some additional fixes. | Hans Petter Selasky | 2020-10-24 | 1 | -29/+28 |
| * | if_vxlan(4): csum_flags_to_inner_flags takes the tunnel protocol as a parameter. | Navdeep Parhar | 2020-10-22 | 1 | -2/+2 |
| * | Compile fix for MIPS, MIPS64, POWERPC and POWERPC64. | Hans Petter Selasky | 2020-10-22 | 1 | -0/+2 |
| * | Add support for IP over infiniband, IPoIB, to lagg(4). Currently only | Hans Petter Selasky | 2020-10-22 | 6 | -44/+288 |
| * | Factor out generic IP over infiniband, IPoIB, definitions and code | Hans Petter Selasky | 2020-10-22 | 2 | -0/+618 |
| * | Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q). | Alexander V. Chernikov | 2020-10-21 | 5 | -63/+91 |
| * | Implement flowid calculation for outbound connections to balance | Alexander V. Chernikov | 2020-10-18 | 4 | -17/+63 |
| * | Add SADB_SAFLAGS_ESN flag | Marcin Wojtas | 2020-10-16 | 1 | -0/+2 |
| * | Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow. | Richard Scheffenegger | 2020-10-09 | 1 | -0/+7 |
| * | Fix typo. | Konstantin Belousov | 2020-10-07 | 1 | -1/+1 |
| * | bridge: call member interface ioctl() without NET_EPOCH | Kristof Provost | 2020-10-06 | 1 | -89/+88 |
| * | Store the send tag type in the common send tag header. | John Baldwin | 2020-10-06 | 2 | -2/+2 |
| * | Fix route flags update during RTM_CHANGE. | Alexander V. Chernikov | 2020-10-04 | 4 | -6/+18 |
| * | Remove ROUTE_MPATH-related warnings introduced in r366390. | Alexander V. Chernikov | 2020-10-03 | 2 | -0/+4 |
| * | Introduce scalable route multipath. | Alexander V. Chernikov | 2020-10-03 | 16 | -122/+1968 |
| * | netmap: fix constness warnings generated by "-Wcast-qual" | Vincenzo Maffione | 2020-10-03 | 1 | -5/+7 |
| * | add SIOCGIFDATA ioctl | Ed Maste | 2020-09-28 | 1 | -0/+12 |
| * | Rework part of routing code to reduce difference to D26449. | Alexander V. Chernikov | 2020-09-21 | 5 | -20/+51 |
| * | Remove unused nhop_ref_any() function. | Alexander V. Chernikov | 2020-09-20 | 3 | -9/+0 |
| * | Fix gw updates / flag updates during route changes. | Alexander V. Chernikov | 2020-09-20 | 2 | -1/+7 |
| * | if_vxlan(4): add support for hardware assisted checksumming, TSO, and RSS. | Navdeep Parhar | 2020-09-18 | 2 | -21/+476 |
| * | Add two new ifnet capabilities for hw checksumming and TSO for VXLAN traffic. | Navdeep Parhar | 2020-09-18 | 1 | -0/+2 |
| * | if_media: definitions for 40GE LM4 ethernet media type | Mitchell Horne | 2020-09-16 | 2 | -0/+4 |
| * | Fix RADIX_MPATH build broken by r365521. | Alexander V. Chernikov | 2020-09-10 | 1 | -3/+5 |
| * | Update nexthop handling for route addition/deletion in preparation for mpath. | Alexander V. Chernikov | 2020-09-09 | 2 | -112/+244 |