]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
MFV r362990:
[FreeBSD/FreeBSD.git] / sys / net /
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
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-14 Vincenzo Maffioneiflib: netmap: enter/exit netmap mode after device...
2020-06-13 Cy SchubertMFV r362143:
2020-06-12 Cy SchubertMFV r362082:
2020-06-11 Ravi PokalaDecode the "LACP Fast Timeout" LAGG option flag
2020-06-10 Alexander V. ChernikovSwitch rtsock code to using newly-create rib_action...
2020-06-09 Simon J. GerratyMerge bmake-20200606
2020-06-09 Vincenzo Maffioneiflib: netmap: honor netmap_irx_irq return values
2020-06-09 Cy SchubertMFV r361938:
2020-06-09 Cy SchubertMFV r361937:
2020-06-09 Cy SchubertMFV r361936:
2020-06-05 Emmanuel Vadotdts: Update our copy to be in sync with Linux 5.7
2020-06-04 John BaldwinRefer to AES-CBC as "aes-cbc" rather than "rijndael...
2020-06-04 Mitchell HorneUpdate edk2 headers to stable202005
2020-06-03 Andrey V. ElsukovAdd if_reassing method to all tunneling interfaces.
2020-06-01 Alexander V. ChernikovAdd rib subscription API.
2020-06-01 Alexander V. ChernikovFinish r361706: add sys/net/route/route_ctl.h, missed...
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-31 Matt MacyFix panics when using iflib pseudo device support
2020-05-29 John BaldwinConsistently include opt_ipsec.h for consumers of ...
2020-05-28 Jung-uk KimMFV: r361597
2020-05-28 Alexander V. ChernikovUnlock rtentry before calling for epoch(9) destruction...
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 Alexander V. ChernikovRemove refcounting from rtentry.
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-16 Pawel Biernackisysctl: fix setting net.isr.dispatch during early boot
2020-05-16 Mark Johnstonpf: Add a new zone for per-table entry counters.
2020-05-14 Jakub Wojciech KlamaImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-13 Kyle Evanskernel: provide panicky version of __unreachable
2020-05-12 Warner LoshKill trailing newline while I'm here...
2020-05-11 Alexander V. ChernikovRemove unused rnh_close callback from rtable & cleanup...
2020-05-10 Alexander V. ChernikovRemove rtalloc1(_fib) KPI.
2020-05-08 Alexander V. ChernikovEmbed dst sockaddr into rtentry and remove rte packet...
2020-05-07 Alexander V. ChernikovAdd rib_lookup() sockaddr lookup wrapper and make ifa_i...
2020-05-04 Alexander V. ChernikovSwitch DDB show route to direct rnh_matchaddr() call...
2020-05-04 Alexander V. ChernikovSimplify address parsing in DDB show route command.
2020-05-04 Alexander V. ChernikovRemove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte...
2020-05-01 Jung-uk KimMFV: r360512
2020-04-30 Mark JohnstonIncrease the iflib txq callout mutex name length to...
2020-04-29 Alexander V. ChernikovConvert more rtentry field accesses into nhop fields...
2020-04-29 Alexander V. ChernikovAdd nhop to the ifa_rtrequest() callback.
2020-04-28 Alexander V. ChernikovMove route-specific ddb commands to route/route_ddb.c
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. ChernikovConvert rtalloc_mpath_fib() users to the new KPI.
2020-04-28 Alexander V. ChernikovEliminate now-unused parts of old routing KPI.
2020-04-27 Eric Joyneriflib: Stop interface before (un)registering VLAN
2020-04-26 Alexander V. ChernikovConvert debugnet to the new routing KPI.
2020-04-26 Kristof Provostbridge: epoch-ification
2020-04-25 Alexander V. ChernikovFix userland build broken by r360292.
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-18 Kristof Provostbridge: Simplify mac address generation
2020-04-18 Kristof Provostethersubr: Make the mac address generation more robust
2020-04-17 Alexander V. ChernikovUnbreak build by reverting if_bridge part of r360047.
2020-04-17 Alexander V. ChernikovFinish r191148: replace rtentry with route in if_bridge...
2020-04-16 Adrian ChaddRemove an duplicate definition of nhops_dump_sysctl()
2020-04-16 Alexander V. ChernikovFix userland build broken by r360014.
2020-04-16 Alexander V. ChernikovAdd nhop parameter to rti_filter callback.
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 Alexander V. ChernikovPostpone multipath seed init till SI_SUB_LAST, as it...
2020-04-13 Andrew Gallatinlagg: stop double-counting output errors and counting...
2020-04-12 Alexander V. ChernikovIntroduce nexthop objects and new routing KPI.
2020-04-11 Alexander V. ChernikovFix build by adding forgotten header to radix_mpath...
next