]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / net /
2020-09-10 Alexander V. ChernikovFix RADIX_MPATH build broken by r365521.
2020-09-09 Alexander V. ChernikovUpdate nexthop handling for route addition/deletion...
2020-09-09 Alexander V. ChernikovRetain marking net.fibs sysctl as a tunable.
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-08 Alexander V. ChernikovFix panic with net.fibs tunable set in loader.conf.
2020-09-08 Kristof Provostnet: mitigate vnet / epair cleanup races
2020-09-07 Alexander V. ChernikovConsistently use the same gateway when adding/deleting...
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-05 Ed Mastertsock.c: remove extraneous space
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-03 Alexander V. ChernikovFix regression for IPv6 loopback routes.
2020-09-01 Mateusz Guziknet: clean up empty lines in .c and .h files
2020-09-01 Vincenzo Maffioneiflib: leave only 1 receive descriptor unused
2020-08-29 Alexander V. ChernikovRevert uma zone alignemnt cache unadvertenly committed...
2020-08-29 Alexander V. ChernikovFix build with RADIX_MPATH.
2020-08-28 Alexander V. ChernikovMove fib_rte_to_nh_flags() from net/route_var.h to...
2020-08-28 Alexander V. ChernikovMove net/route/shared.h definitions to net/route/route_...
2020-08-28 Alexander V. ChernikovFurther split nhop creation and rtable operations.
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 Glen BarberMFH
2020-08-25 Vincenzo Maffioneiflib: netmap: publish all the receive buffer
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Alexander V. ChernikovRemove RT_LOCK mutex from rte.
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-24 Vincenzo Maffioneiflib: fix isc_rxd_flush call in netmap_fl_refill()
2020-08-22 Alexander V. ChernikovFinish r364492 by renaming rt_flags to rte_flags for...
2020-08-22 Alexander V. ChernikovRename rt_flags to rte_flags && reduce number of rt_nho...
2020-08-22 Mateusz GuzikFix tinderbox build after r364465
2020-08-21 Alexander V. ChernikovMake net.fibs growable.
2020-08-21 Warner LoshUse devctl.h instead of bus.h to reduce newbus pollution.
2020-08-17 Bjoern A. ZeebFor consistency and to avoid any problems getting past...
2020-08-15 Dimitry AndricMerge ^/head r364251 through r364263.
2020-08-15 Qing LiCorrect the mask byte order when checking for reserved...
2020-08-15 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-15 Dimitry AndricMerge ^/head r364082 through r364250.
2020-08-15 Alexander V. ChernikovMake net.inet6.ip6.deembed_scopeid behaviour default...
2020-08-14 Alexander V. ChernikovSimplify dom_<rtattach|rtdetach>.
2020-08-13 Bryan Drewerylagg: Avoid adding a port to a lagg device being destroyed.
2020-08-13 Alexander V. ChernikovMove rtzone handling code to net/route_ctl.c
2020-08-12 Glen BarberMFH
2020-08-12 Mitchell HorneCorrectly set error in rt_mpath_unlink
2020-08-12 Vincenzo Maffioneiflib: netmap: improve rxsync to support IFLIB_HAS_RXCQ
2020-08-12 Vincenzo Maffioneiflib: refactor netmap_fl_refill and fix off-by-one...
2020-08-11 Alexander V. ChernikovDo not enter epoch in add_route(), as it is already...
2020-08-11 Alexander V. ChernikovMake <add|del|change>_route() static to finish the...
2020-08-11 Alexander V. ChernikovFix rib_subscribe() waitok flag by performing allocatio...
2020-08-07 Dimitry AndricMerge ^/head r363989 through r364034.
2020-08-06 Vincenzo Maffioneiflib: netmap: drop redundant check
2020-08-06 Vincenzo Maffioneiflib: netmap: don't increment ifl_cidx on the wrong...
2020-08-06 Dimitry AndricMerge ^/head r363739 through r363986.
2020-08-05 Stefan EßerUpgrade to version 3.1.5
2020-08-04 Emmanuel VadotImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-04 Mark JohnstonRemove free_domain() and uma_zfree_domain().
2020-08-03 Stefan EßerUpgrade to version 3.1.4
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Glen BarberMFH
2020-07-31 Dimitry AndricMerge ^/head r363583 through r363738.
2020-07-30 Conrad MeyerImport PCG-C into sys/contrib
2020-07-27 Matt Macyiflib: fix LOR with bpf detach
2020-07-21 Alexander V. ChernikovTransition from rtrequest1_fib() to rib_action().
2020-07-21 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-20 Vincenzo Maffioneiflib: initialize netmap with the correct number of...
2020-07-19 Alexander V. ChernikovTemporarly revert r363319 to unbreak the build.
2020-07-19 Alexander V. ChernikovTransition from rtrequest1_fib() to rib_action().
2020-07-18 Kristof Provostbridge: Don't sleep during epoch
2020-07-18 Jung-uk KimMFV: r363292
2020-07-16 Glen BarberMFH
2020-07-16 Kyle Evanstuntap: drop redundant if_mtu assignment in tuncreate
2020-07-16 Kyle Evansether_ifattach: set mtu before calling if_attach()
2020-07-15 Gregory Neil ShapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 Jung-uk KimMFV: r362513
2020-07-12 Alexander V. ChernikovSwitch inet6 default route subscription to the new...
2020-07-12 Alexander V. ChernikovAdd destructor for the rib subscription system to simpl...
2020-07-12 Simon J. GerratyUpdate to bmake-20200710
2020-07-11 Stefan EßerUpdate to version 3.1.3
2020-07-08 Simon J. GerratyUpdate to bmake-20200704
2020-07-07 Cy SchubertMFV r362990:
2020-07-07 Stefan EßerUpdate to version 3.1.1
2020-07-06 Mark JohnstonSplit nhop_ref_object().
2020-07-06 Mark Johnstoniflib: Fix some nits in the rx refill code.
2020-07-06 Mark Johnstoniflib: Fix handling of mbuf cluster allocation failures.
2020-07-02 Alexander V. ChernikovComplete conversions from fib<4|6>_lookup_nh_<basic...
2020-07-01 Ryan Moellerlibifconfig: Add function to get bridge status
2020-06-28 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 Vincenzo Maffioneiflib: fix compilation issue introduced in r362621
2020-06-25 Vincenzo Maffioneiflib: netmap: add support for partial ring openings
2020-06-25 Vincenzo Maffioneiflib: netmap: add per-tx-queue netmap support
2020-06-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 Cy SchubertMFV r362565:
2020-06-23 Vincenzo Maffioneiflib: netmap: fix rsync index overrun
2020-06-23 Tycho NightingaleTo avoid a startup script race change net.bpf.optimize_...
2020-06-21 Matt Macyiflib: fix cloneattach fail and generalize pseudo devic...
2020-06-21 Pawel Biernackinet.link.generic.ifdata.<ifindex>.linkspecific: rework...
2020-06-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 Jung-uk KimMFV: r362286
2020-06-17 Andrew TurnerUpdate opencsd to 0.14.2
next