]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
net: mitigate vnet / epair cleanup races
[FreeBSD/FreeBSD.git] / sys / net /
2020-09-08 kpnet: mitigate vnet / epair cleanup races
2020-09-07 melifaroConsistently use the same gateway when adding/deleting...
2020-09-05 sjgUpdate to bmake-20200902
2020-09-05 emastertsock.c: remove extraneous space
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-03 melifaroFix regression for IPv6 loopback routes.
2020-09-01 mjgnet: clean up empty lines in .c and .h files
2020-09-01 vmaffioneiflib: leave only 1 receive descriptor unused
2020-08-29 melifaroRevert uma zone alignemnt cache unadvertenly committed...
2020-08-29 melifaroFix build with RADIX_MPATH.
2020-08-28 melifaroMove fib_rte_to_nh_flags() from net/route_var.h to...
2020-08-28 melifaroMove net/route/shared.h definitions to net/route/route_...
2020-08-28 melifaroFurther split nhop creation and rtable operations.
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-25 vmaffioneiflib: netmap: publish all the receive buffer
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-24 vmaffioneiflib: fix isc_rxd_flush call in netmap_fl_refill()
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-22 mjgFix tinderbox build after r364465
2020-08-21 melifaroMake net.fibs growable.
2020-08-21 impUse devctl.h instead of bus.h to reduce newbus pollution.
2020-08-17 bzFor consistency and to avoid any problems getting past...
2020-08-15 dimMerge ^/head r364251 through r364263.
2020-08-15 qingliCorrect the mask byte order when checking for reserved...
2020-08-15 dimMerge ^/head r364082 through r364250.
2020-08-15 melifaroMake net.inet6.ip6.deembed_scopeid behaviour default...
2020-08-14 melifaroSimplify dom_<rtattach|rtdetach>.
2020-08-13 bdrewerylagg: Avoid adding a port to a lagg device being destroyed.
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-12 vmaffioneiflib: netmap: improve rxsync to support IFLIB_HAS_RXCQ
2020-08-12 vmaffioneiflib: refactor netmap_fl_refill and fix off-by-one...
2020-08-11 melifaroDo not enter epoch in add_route(), as it is already...
2020-08-11 melifaroMake <add|del|change>_route() static to finish the...
2020-08-11 melifaroFix rib_subscribe() waitok flag by performing allocatio...
2020-08-07 dimMerge ^/head r363989 through r364034.
2020-08-06 vmaffioneiflib: netmap: drop redundant check
2020-08-06 vmaffioneiflib: netmap: don't increment ifl_cidx on the wrong...
2020-08-06 dimMerge ^/head r363739 through r363986.
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-04 markjRemove free_domain() and uma_zfree_domain().
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-31 dimMerge ^/head r363583 through r363738.
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 gjbMFH
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...
next