]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reversal.
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2020-06-28 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 Cy SchubertMFV r362565:
2020-06-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 Mark JohnstonAdd the SCTP_SUPPORT kernel option.
2020-06-18 Jung-uk KimMFV: r362286
2020-06-17 Andrew TurnerUpdate opencsd to 0.14.2
2020-06-17 Xin LIMFV r362254: file 5.39.
2020-06-16 Andrew TurnerRe-add opencsd as a vendor import from the dist directory
2020-06-13 Cy SchubertMFV r362143:
2020-06-12 Cy SchubertMFV r362082:
2020-06-09 Simon J. GerratyMerge bmake-20200606
2020-06-09 Cy SchubertMFV r361938:
2020-06-09 Cy SchubertMFV r361937:
2020-06-09 Cy SchubertMFV r361936:
2020-06-07 Michael TuexenRetire SCTP_SO_LOCK_TESTING.
2020-06-05 Emmanuel Vadotdts: Update our copy to be in sync with Linux 5.7
2020-06-04 Mitchell HorneUpdate edk2 headers to stable202005
2020-06-03 Ryan MoellerFix typo in previous commit
2020-06-03 Ryan Moellerscope6: Check for NULL afdata before dereferencing
2020-06-01 Alexander V. Chernikov* Add rib_<add|del|change>_route() functions to manipul...
2020-06-01 Alexander V. ChernikovRevert r361704, it accidentally committed merged D25067...
2020-06-01 Alexander V. Chernikov* Add rib_<add|del|change>_route() functions to manipul...
2020-06-01 Dimitry AndricUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 Dimitry AndricUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 Dimitry AndricUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-28 Jung-uk KimMFV: r361597
2020-05-28 Alexander V. ChernikovUse fib[46]_lookup() in mtu calculations.
2020-05-28 Alexander V. ChernikovReplace ip6_ouput fib6_lookup_nh_<ext|basic> calls...
2020-05-28 Alexander V. ChernikovSwitch gif(4) path verification to fib[46]_check_urfp().
2020-05-26 Marcin WojtasAdjust ENA driver to the new HAL
2020-05-23 Conrad MeyerUpdate to Zstandard 1.4.5
2020-05-23 Alexander V. ChernikovMove <add|del|change>_route() functions to route_ctl...
2020-05-23 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-05-23 Alexander V. ChernikovUse epoch(9) for rtentries to simplify control plane...
2020-05-21 Cy SchubertMFV r361322:
2020-05-20 Simon J. GerratyMerge bmake-20200517
2020-05-20 Martin MatuskaMFV r361280:
2020-05-18 Mike KarelsAllow TCP to reuse local port with different destinations
2020-05-14 Jakub Wojciech KlamaImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-12 Andrew GallatinIPv6: Fix a panic in the nd6 code with unmapped mbufs.
2020-05-12 Andrew GallatinIPv6: sync IP_NO_SND_TAG_RL support from IPv4
2020-05-11 Andrew GallatinFix the build
2020-05-11 Andrew GallatinKtls: never skip stamping tags for NIC TLS
2020-05-04 Alexander V. ChernikovRemove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte...
2020-05-03 Gleb SmirnoffStep 3: anonymize struct mbuf_ext_pgs and move all...
2020-05-01 Jung-uk KimMFV: r360512
2020-04-29 Alexander V. ChernikovAdd nhop to the ifa_rtrequest() callback.
2020-04-28 Alexander V. ChernikovMove route_temporal.c and route_var.h to net/route.
2020-04-28 Alexander V. ChernikovMove struct rtentry definition to nhop_var.h.
2020-04-28 Alexander V. ChernikovEliminate now-unused parts of old routing KPI.
2020-04-26 Alexander V. ChernikovConvert debugnet to the new routing KPI.
2020-04-26 Alexander V. ChernikovFix IPv6 link-local operations with RADIX_MPATH.
2020-04-25 Alexander V. ChernikovConvert route caching to nexthop caching.
2020-04-24 Philip PaepsImport tzdata 2020a
2020-04-23 Cy SchubertMFV r360158:
2020-04-23 Alexander V. ChernikovConvert rtentry field accesses into nhop field accesses.
2020-04-21 Jung-uk KimMerge OpenSSL 1.1.1g.
2020-04-19 Alexander V. ChernikovFix lookup key generation in fib6_check_urpf().
2020-04-16 Jonathan T. LooneyAvoid calling protocol drain routines more than once...
2020-04-16 Alexander V. ChernikovAdd nhop parameter to rti_filter callback.
2020-04-15 Alexander V. ChernikovConvert ip6_forward() to the new routing KPI.
2020-04-14 Alexander V. ChernikovConvert IP/IPv6 forwarding, ICMP processing and IP...
2020-04-14 Alexander V. ChernikovReorganise nd6 notification code to avoid direct rtentr...
2020-04-14 Emmanuel Vadotdts: Import DTS from Linux 5.6
2020-04-14 Andrew GallatinKTLS: Re-work unmapped mbufs to carry ext_pgs in the...
2020-04-14 Alexander V. ChernikovPlug netmask NULL check during route addition causing...
2020-04-13 Alexander V. ChernikovRemove tcp_rtlookup6() function signature.
2020-04-12 Alexander V. ChernikovIntroduce nexthop objects and new routing KPI.
2020-04-11 Alexander V. ChernikovRemove RADIX_MPATH headers, they were unused since...
2020-04-11 Alexander V. ChernikovRemove per-AF radix_mpath initializtion functions.
2020-04-02 Dimitry AndricMerge once more from ^/vendor/llvm-project/release...
2020-04-01 Hartmut BrandtMerge release 1.14 of bsnmp.
2020-04-01 Andrey V. ElsukovIgnore ND6 neighbor advertisement received for static...
2020-03-31 Jung-uk KimMerge OpenSSL 1.1.1f.
2020-03-31 Mark JohnstonUse a dedicated taskqueue thread for in6m_release_task().
2020-03-30 Kyle EvansMFV r359442: bmake: import -fno-common fix build back...
2020-03-30 Mark JohnstonRemove the "config" taskqgroup and its KPIs.
2020-03-28 Kyle EvansMFV r359401: OpenBSM: import ee79d73e8df5: auditreduce...
2020-03-28 Kyle EvansMFV r359393: tcsh: import 6974bc35a5cd
2020-03-27 Jung-uk KimMerge ACPICA 20200326.
2020-03-26 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-03-23 Brooks DavisImport the kyua test framework.
2020-03-23 Brooks DavisAdd liblutok a lightweight C++ API for lua.
2020-03-22 Xin LIMFV r359197: xz 5.2.5.
2020-03-19 Mark JohnstonFix synchronization in the IPV6_2292PKTOPTIONS set...
2020-03-18 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-03-18 Jung-uk KimMerge OpenSSL 1.1.1e.
2020-03-05 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 Dimitry AndricMerge ^/head r358466 through r358677.
2020-03-04 Cy SchubertMFV r358616:
2020-03-03 Bjoern A. Zeebip6: retire in6_selectroute_fib() as promised 8 years ago
2020-03-03 Bjoern A. Zeebip6_output: use new routing KPI when not passed a cache...
2020-03-03 Bjoern A. Zeebin6_fib: return nh_ia in the ext interface as we do...
2020-03-03 Bjoern A. Zeebfib6_rte_to_nh_*: return a link-local gw address with...
2020-03-02 Martin MatuskaMFV r358511,r358532:
2020-02-29 Dimitry AndricMerge ^/head r358400 through r358465.
2020-02-28 Emmanuel Vadotdts: Update our copy for arm, arm64 and riscv dts to...
2020-02-28 Bjoern A. Zeebmld6: initialize oifp to avoid bogus results/panics...
2020-02-27 Dimitry AndricMerge ^/head r358269 through r358399.
next