]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
iflib: add per-tx-queue netmap timer
[FreeBSD/FreeBSD.git] / sys / net /
2020-10-27 vmaffioneiflib: add per-tx-queue netmap timer
2020-10-24 hselaskyMore style fixes (partial revert of r366994).
2020-10-24 hselaskyFix order of header files:
2020-10-24 hselaskyRun code through "clang-format -style=file" with some...
2020-10-22 npif_vxlan(4): csum_flags_to_inner_flags takes the tunnel...
2020-10-22 hselaskyCompile fix for MIPS, MIPS64, POWERPC and POWERPC64.
2020-10-22 hselaskyAdd support for IP over infiniband, IPoIB, to lagg...
2020-10-22 hselaskyFactor out generic IP over infiniband, IPoIB, definitio...
2020-10-21 melifaroAdd support for stacked VLANs (IEEE 802.1ad, AKA Q...
2020-10-18 melifaroImplement flowid calculation for outbound connections...
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-16 mwAdd SADB_SAFLAGS_ESN flag
2020-10-09 rscheffAdd IP(V6)_VLAN_PCP to set 802.1 priority per-flow.
2020-10-07 kibFix typo.
2020-10-06 kpbridge: call member interface ioctl() without NET_EPOCH
2020-10-06 jhbStore the send tag type in the common send tag header.
2020-10-04 melifaroFix route flags update during RTM_CHANGE.
2020-10-03 melifaroRemove ROUTE_MPATH-related warnings introduced in r366390.
2020-10-03 melifaroIntroduce scalable route multipath.
2020-10-03 vmaffionenetmap: fix constness warnings generated by "-Wcast...
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-28 emasteadd SIOCGIFDATA ioctl
2020-09-21 melifaroRework part of routing code to reduce difference to...
2020-09-20 melifaroRemove unused nhop_ref_any() function.
2020-09-20 melifaroFix gw updates / flag updates during route changes.
2020-09-18 mmacyMFV 2.0-rc2
2020-09-18 npif_vxlan(4): add support for hardware assisted checksum...
2020-09-18 npAdd two new ifnet capabilities for hw checksumming...
2020-09-16 mhorneif_media: definitions for 40GE LM4 ethernet media type
2020-09-10 melifaroFix RADIX_MPATH build broken by r365521.
2020-09-09 melifaroUpdate nexthop handling for route addition/deletion...
2020-09-09 melifaroRetain marking net.fibs sysctl as a tunable.
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-08 melifaroFix panic with net.fibs tunable set in loader.conf.
2020-09-08 kpnet: mitigate vnet / epair cleanup races
2020-09-07 melifaroConsistently use the same gateway when adding/deleting...
2020-09-05 sjgUpdate to bmake-20200902
2020-09-05 emastertsock.c: remove extraneous space
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-03 melifaroFix regression for IPv6 loopback routes.
2020-09-01 mjgnet: clean up empty lines in .c and .h files
2020-09-01 vmaffioneiflib: leave only 1 receive descriptor unused
2020-08-29 melifaroRevert uma zone alignemnt cache unadvertenly committed...
2020-08-29 melifaroFix build with RADIX_MPATH.
2020-08-28 melifaroMove fib_rte_to_nh_flags() from net/route_var.h to...
2020-08-28 melifaroMove net/route/shared.h definitions to net/route/route_...
2020-08-28 melifaroFurther split nhop creation and rtable operations.
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-25 vmaffioneiflib: netmap: publish all the receive buffer
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 melifaroRemove RT_LOCK mutex from rte.
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-24 vmaffioneiflib: fix isc_rxd_flush call in netmap_fl_refill()
2020-08-22 melifaroFinish r364492 by renaming rt_flags to rte_flags for...
2020-08-22 melifaroRename rt_flags to rte_flags && reduce number of rt_nho...
2020-08-22 mjgFix tinderbox build after r364465
2020-08-21 melifaroMake net.fibs growable.
2020-08-21 impUse devctl.h instead of bus.h to reduce newbus pollution.
2020-08-17 bzFor consistency and to avoid any problems getting past...
2020-08-15 dimMerge ^/head r364251 through r364263.
2020-08-15 qingliCorrect the mask byte order when checking for reserved...
2020-08-15 dimMerge ^/head r364082 through r364250.
2020-08-15 melifaroMake net.inet6.ip6.deembed_scopeid behaviour default...
2020-08-14 melifaroSimplify dom_<rtattach|rtdetach>.
2020-08-13 bdrewerylagg: Avoid adding a port to a lagg device being destroyed.
2020-08-13 melifaroMove rtzone handling code to net/route_ctl.c
2020-08-12 gjbMFH
2020-08-12 mhorneCorrectly set error in rt_mpath_unlink
2020-08-12 vmaffioneiflib: netmap: improve rxsync to support IFLIB_HAS_RXCQ
2020-08-12 vmaffioneiflib: refactor netmap_fl_refill and fix off-by-one...
2020-08-11 melifaroDo not enter epoch in add_route(), as it is already...
2020-08-11 melifaroMake <add|del|change>_route() static to finish the...
2020-08-11 melifaroFix rib_subscribe() waitok flag by performing allocatio...
2020-08-07 dimMerge ^/head r363989 through r364034.
2020-08-06 vmaffioneiflib: netmap: drop redundant check
2020-08-06 vmaffioneiflib: netmap: don't increment ifl_cidx on the wrong...
2020-08-06 dimMerge ^/head r363739 through r363986.
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-04 markjRemove free_domain() and uma_zfree_domain().
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-31 dimMerge ^/head r363583 through r363738.
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-27 mmacyiflib: fix LOR with bpf detach
2020-07-21 melifaroTransition from rtrequest1_fib() to rib_action().
2020-07-20 vmaffioneiflib: initialize netmap with the correct number of...
2020-07-19 melifaroTemporarly revert r363319 to unbreak the build.
2020-07-19 melifaroTransition from rtrequest1_fib() to rib_action().
2020-07-18 kpbridge: Don't sleep during epoch
2020-07-16 gjbMFH
2020-07-16 kevanstuntap: drop redundant if_mtu assignment in tuncreate
2020-07-16 kevansether_ifattach: set mtu before calling if_attach()
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 jkimMFV: r362513
2020-07-12 melifaroSwitch inet6 default route subscription to the new...
2020-07-12 melifaroAdd destructor for the rib subscription system to simpl...
next