]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net/route.c
Skip the vm.pmap.kernel_maps sysctl by default.
[FreeBSD/FreeBSD.git] / sys / net / route.c
2020-12-09 cyMFV r368464:
2020-12-01 mmMFV r368207:
2020-11-29 melifaroRemove RADIX_MPATH config option.
2020-11-26 seUpdate to version 3.2.0
2020-11-22 melifaroRefactor rib iterator functions.
2020-11-20 sjgMerge bmake-20201117
2020-11-08 melifaroMove all ifaddr route creation business logic to net...
2020-11-07 sjgUpdate to bmake-20201101
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-03 melifaroIntroduce scalable route multipath.
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-21 melifaroRework part of routing code to reduce difference to...
2020-09-18 mmacyMFV 2.0-rc2
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-07 melifaroConsistently use the same gateway when adding/deleting...
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-01 mjgnet: clean up empty lines in .c and .h files
2020-08-28 melifaroMove net/route/shared.h definitions to net/route/route_...
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
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-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-21 melifaroMake net.fibs growable.
2020-08-15 dimMerge ^/head r364082 through r364250.
2020-08-14 melifaroSimplify dom_<rtattach|rtdetach>.
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-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
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-30 cemImport PCG-C into sys/contrib
2020-07-21 melifaroTransition from rtrequest1_fib() to rib_action().
2020-07-19 melifaroTemporarly revert r363319 to unbreak the build.
2020-07-19 melifaroTransition from rtrequest1_fib() to rib_action().
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 jkimMFV: r362513
2020-07-12 melifaroAdd destructor for the rib subscription system to simpl...
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-01 melifaro* Add rib_<add|del|change>_route() functions to manipul...
2020-06-01 melifaroRevert r361704, it accidentally committed merged D25067...
2020-06-01 melifaro* Add rib_<add|del|change>_route() functions to manipul...
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-28 melifaroUnlock rtentry before calling for epoch(9) destruction...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-23 melifaroMove <add|del|change>_route() functions to route_ctl...
2020-05-23 melifaroRemove refcounting from rtentry.
2020-05-23 melifaroUse epoch(9) for rtentries to simplify control plane...
2020-05-21 cyMFV r361322:
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-11 melifaroRemove unused rnh_close callback from rtable & cleanup...
2020-05-10 melifaroRemove rtalloc1(_fib) KPI.
2020-05-08 melifaroEmbed dst sockaddr into rtentry and remove rte packet...
2020-05-07 melifaroAdd rib_lookup() sockaddr lookup wrapper and make ifa_i...
2020-05-04 melifaroRemove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte...
2020-04-29 melifaroConvert more rtentry field accesses into nhop fields...
2020-04-29 melifaroAdd nhop to the ifa_rtrequest() callback.
2020-04-28 melifaroMove route_temporal.c and route_var.h to net/route.
2020-04-28 melifaroEliminate now-unused parts of old routing KPI.
2020-04-25 melifaroConvert route caching to nexthop caching.
2020-04-23 melifaroConvert rtentry field accesses into nhop field accesses.
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-16 melifaroAdd nhop parameter to rti_filter callback.
2020-04-14 melifaroReorganise nd6 notification code to avoid direct rtentr...
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-12 melifaroIntroduce nexthop objects and new routing KPI.
2020-04-10 melifaroSplit rtrequest1_fib() into smaller manageable chunks.
2020-04-02 dimMerge once more from ^/vendor/llvm-project/release...
2020-04-01 hartiMerge release 1.14 of bsnmp.
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 dimMerge ^/head r358466 through r358677.
2020-03-04 cyMFV r358616:
2020-03-03 melifaroFix dynamic redrects by adding forgotten RTF_HOST flag.
2020-03-02 mmMFV r358511,r358532:
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 dimMerge ^/head r358269 through r358399.
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
next