]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
13.0: update to RC4
[FreeBSD/FreeBSD.git] / sys / net /
2021-03-28 Alexander V. ChernikovPlug nexthop group refcount leak.
2021-03-28 Alexander V. ChernikovFix panic when destroying interface with ECMP routes.
2021-03-28 Alexander V. ChernikovFix kassert panic when inserting multipath routes from...
2021-03-28 Alexander V. ChernikovFlush remaining routes from the routing table during...
2021-03-28 Alexander V. ChernikovFix blackhole/reject routes.
2021-03-11 Alexander V. ChernikovFix dst/netmask handling in routing socket code.
2021-02-28 Mark Johnstoniflib: Avoid double counting in rxeof
2021-02-25 Allan JudeUse iflib_if_init_locked() during media change instead...
2021-02-17 Kristof ProvostWiden ifnet_detach_sxlock coverage
2021-02-15 Alexander V. ChernikovFix ifa refcount leak during route addition.
2021-02-11 Alexander V. ChernikovTurn off forgotten multipath debug messages
2021-02-04 Alexander V. ChernikovMFC 78c93a172114: Use process fib for inet/inet6 fib_al...
2021-02-04 Alexander V. ChernikovMFC 151ec796a230: Fix the design problem with delayed...
2021-02-04 Alexander V. ChernikovMFC dd9163003cb1: Add rib_subscribe_locked() and rib_un...
2021-02-04 Alexander V. ChernikovMFC ab6d9aaed76e: Move business logic from rebuild_fd_c...
2021-02-04 Alexander V. ChernikovMFC f8b7ebea4905: Improve fib_algo debug messages.
2021-02-04 Alexander V. ChernikovMFC cb984c62d705: Fix multipath support for rib_lookup_...
2021-02-04 Alexander V. ChernikovMFC 53729367d388: Fix subinterface vlan creation.
2021-02-04 Alexander V. ChernikovMFC eb0b1b33: Enable multipath routing by default.
2021-02-04 Jonah Caplanbridge: fix STP roles and protos strings
2021-01-31 Vincenzo Maffioneiflib: netmap: move per-packet operation out of fragmen...
2021-01-31 Vincenzo Maffioneiflib: netmap: add support for NS_MOREFRAG
2021-01-21 Andrew Gallatiniflib: Fix a NULL pointer deref
2021-01-17 Alexander V. ChernikovFix panic on vnet creation if fib algo has been set...
2021-01-17 Alexander V. ChernikovCreate new in6_purgeifaddr() which purges bound ifa...
2021-01-16 Alexander V. ChernikovSplit rtinit() into multiple functions.
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-13 Alexander V. ChernikovRemove redundant rtinit() calls from tuntap.
2021-01-11 Ryan Libbypf: quiet -Wredundant-decls for pf_get_ruleset_number
2021-01-11 Alexander V. ChernikovUse static initializers for fib algo to shift initializ...
2021-01-10 Vincenzo Maffionenetmap: restore hwofs and support it in iflib
2021-01-10 Vincenzo Maffioneiflib: fix build failure in case DEV_NETMAP is not...
2021-01-10 Vincenzo Maffioneiflib: add assert to prevent out-of-bounds array access
2021-01-10 Vincenzo Maffionenetmap: iflib: enable/disable krings on any interface...
2021-01-09 Vincenzo Maffionenetmap: iflib: fix asserts in netmap_fl_refill()
2021-01-09 Vincenzo Maffionenetmap: iflib: stop krings during interface reset
2021-01-07 Matt Macyiflib: ensure that tx interrupts enabled and cleanups
2021-01-07 Alexander V. ChernikovRefactor rt_addrmsg() and rt_routemsg().
2021-01-05 Kristof Provostpf: Convert pfi_kkif to use counter_u64
2021-01-05 Kristof Provostpf: Allocate and free pfi_kkif in separate functions
2021-01-05 Kristof Provostpf: Split pfi_kif into a user and kernel space structure
2021-01-05 Kristof Provostpf: Change pf_krule counters to use counter_u64
2021-01-05 Kristof Provostpf: Remove unused fields from pf_krule
2021-01-05 Kristof Provostpf: Split pf_rule into kernel and user space versions
2021-01-05 Kristof Provostpf: Migrate pf_rule and related structs to pf.h
2021-01-05 Kristof Provostpf: Use counter_u64 in pf_src_node
2021-01-05 Kristof Provostpf: Split pf_src_node into a kernel and userspace struct
2021-01-04 Alexander V. ChernikovRemove now-unused RT_GATEWAY* definitions.
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2020-12-31 Hans Petter SelaskyStreamline the infiniband code according to the etherne...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-29 Hans Petter SelaskyStreamline the infiniband code according to the etherne...
2020-12-29 Hans Petter SelaskyFix for IPoIB over lagg(4).
2020-12-28 Ryan Libbyroute: quiet -Wredundant-decls
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-26 Alexander V. ChernikovFix default route handling in radix4_lockless algo.
2020-12-26 Alexander V. ChernikovUse light-weight versions of routing lookup functions...
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-25 Alexander V. ChernikovAdd modular fib lookup framework.
2020-12-24 Ryan Libbyrtsock: quiet -Wunused-variable in LINT-NOIP kernels
2020-12-23 Mark Johnstonrtsock: Avoid copying uninitialized padding bytes
2020-12-23 Kristof Provostpf: Use counter(9) for pf_state byte/packet tracking
2020-12-23 Kristof Provostpf: Fix unaligned checksum updates
2020-12-23 Hans Petter SelaskyRemove not needed variable initialization.
2020-12-23 Konstantin Belousovvxlan: stop checking CSUM_ENCAP_VXLAN when converting...
2020-12-18 Alexander V. ChernikovSwitch direct rt fields access in rtsock.c to newly...
2020-12-18 Xin LIMFV r368746:
2020-12-13 Martin MatuskaMFV r368607:
2020-12-11 Brooks Davisstyle(9): Correct whitespace in struct definitions
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-08 Gleb SmirnoffFixup r368446 with KERN_TLS.
2020-12-08 Gleb SmirnoffThe list of ports in configuration path shall be protec...
2020-12-08 Gleb SmirnoffConvert LAGG_RLOCK() to NET_EPOCH_ENTER(). No functiona...
2020-12-07 Mark Johnstoniflib: Avoid leaking the freelist bitmaps upon driver...
2020-12-07 Mark Johnstoniflib: Detach tasks upon device registration failure
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-03 Alexander V. ChernikovAdd IPv4/IPv6 rtentry prefix accessors.
2020-12-01 Kristof Provostnet: Revert vnet/epair cleanup race mitigation
2020-12-01 Kristof Provostif: Fix panic when destroying vnet and epair simultaneously
2020-12-01 Martin MatuskaMFV r368207:
2020-11-30 Alexander V. ChernikovRenumber NHR_* flags after NHR_IFAIF removal in r368127.
2020-11-29 Alexander V. ChernikovRemove RADIX_MPATH config option.
2020-11-29 Matt MacyImport kernel WireGuard support
2020-11-29 Alexander V. ChernikovIntroduce rib_walk_ext_internal() to allow iteration...
2020-11-29 Alexander V. ChernikovAdd nhop_ref_any() to unify referencing nhop or nexthop...
2020-11-29 Alexander V. ChernikovRefactor fib4/fib6 functions.
2020-11-29 Alexander V. ChernikovAdd tracking for rib/nhops/nhgrp objects and provide...
2020-11-28 Alexander V. ChernikovAdd nhgrp_get_idx() as a counterpart for nhop_get_idx().
2020-11-28 Alexander V. ChernikovCleanup nexthops request flags:
2020-11-28 Konstantin BelousovMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-25 Kristof Provostif: Fix non-VIMAGE build
2020-11-25 Kristof Provostif: Protect V_ifnet in vnet_if_return()
2020-11-25 Kristof Provostif: Remove ifnet_rwlock
next