]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
linuxkpi: Add time_after32 and time_before32
[FreeBSD/FreeBSD.git] / sys / net /
2020-08-04 markjRemove free_domain() and uma_zfree_domain().
2020-08-03 seUpgrade to version 3.1.4
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 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...
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-07-06 markjSplit nhop_ref_object().
2020-07-06 markjiflib: Fix some nits in the rx refill code.
2020-07-06 markjiflib: Fix handling of mbuf cluster allocation failures.
2020-07-02 melifaroComplete conversions from fib<4|6>_lookup_nh_<basic...
2020-07-01 freqlabslibifconfig: Add function to get bridge status
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 vmaffioneiflib: fix compilation issue introduced in r362621
2020-06-25 vmaffioneiflib: netmap: add support for partial ring openings
2020-06-25 vmaffioneiflib: netmap: add per-tx-queue netmap support
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-23 vmaffioneiflib: netmap: fix rsync index overrun
2020-06-23 tychonTo avoid a startup script race change net.bpf.optimize_...
2020-06-21 mmacyiflib: fix cloneattach fail and generalize pseudo devic...
2020-06-21 kaktusnet.link.generic.ifdata.<ifindex>.linkspecific: rework...
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-14 vmaffioneiflib: netmap: enter/exit netmap mode after device...
2020-06-11 rpokalaDecode the "LACP Fast Timeout" LAGG option flag
2020-06-10 melifaroSwitch rtsock code to using newly-create rib_action...
2020-06-09 vmaffioneiflib: netmap: honor netmap_irx_irq return values
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-04 jhbRefer to AES-CBC as "aes-cbc" rather than "rijndael...
2020-06-03 aeAdd if_reassing method to all tunneling interfaces.
2020-06-01 melifaroAdd rib subscription API.
2020-06-01 melifaroFinish r361706: add sys/net/route/route_ctl.h, missed...
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-31 mmacyFix panics when using iflib pseudo device support
2020-05-29 jhbConsistently include opt_ipsec.h for consumers of ...
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-16 kaktussysctl: fix setting net.isr.dispatch during early boot
2020-05-16 markjpf: Add a new zone for per-table entry counters.
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-13 kevanskernel: provide panicky version of __unreachable
2020-05-12 impKill trailing newline while I'm here...
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 melifaroSwitch DDB show route to direct rnh_matchaddr() call...
2020-05-04 melifaroSimplify address parsing in DDB show route command.
2020-05-04 melifaroRemove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte...
2020-04-30 markjIncrease the iflib txq callout mutex name length to...
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-specific ddb commands to route/route_ddb.c
2020-04-28 melifaroMove route_temporal.c and route_var.h to net/route.
2020-04-28 melifaroMove struct rtentry definition to nhop_var.h.
2020-04-28 melifaroConvert rtalloc_mpath_fib() users to the new KPI.
2020-04-28 melifaroEliminate now-unused parts of old routing KPI.
2020-04-27 erjiflib: Stop interface before (un)registering VLAN
2020-04-26 melifaroConvert debugnet to the new routing KPI.
2020-04-26 kpbridge: epoch-ification
2020-04-25 melifaroFix userland build broken by r360292.
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-18 kpbridge: Simplify mac address generation
2020-04-18 kpethersubr: Make the mac address generation more robust
2020-04-17 melifaroUnbreak build by reverting if_bridge part of r360047.
2020-04-17 melifaroFinish r191148: replace rtentry with route in if_bridge...
2020-04-16 adrianRemove an duplicate definition of nhops_dump_sysctl()
2020-04-16 melifaroFix userland build broken by r360014.
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-14 melifaroPostpone multipath seed init till SI_SUB_LAST, as it...
2020-04-13 gallatinlagg: stop double-counting output errors and counting...
2020-04-12 melifaroIntroduce nexthop objects and new routing KPI.
next