]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
ofw_bus_is_compatible(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / net /
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...
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.
next