]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
nfs client: depend on xdr
[FreeBSD/FreeBSD.git] / sys / net /
2021-04-19 Alexander V. ChernikovFix direct route installation with net/bird.
2021-04-12 Alexander V. ChernikovFix vlan creation for the older ifconfig(8) binaries.
2021-04-08 Alexander V. ChernikovFix fib algo rebuild delay calculation.
2021-04-08 Tai-hwa Liangnet: fixing a memory leak in if_deregister_com_alloc()
2021-04-07 Konstantin Belousovmbuf: add a way to mark flowid as calculated from the...
2021-04-07 Konstantin Belousovvxlan: correct interface MTU when using hw offloads
2021-04-05 Vincenzo Maffionenetmap: iflib: add nm_config callback
2021-03-30 Alexander V. ChernikovPut bandaid for nhgrp_dump_sysctl() malloc KASSERT().
2021-03-30 Alexander V. ChernikovFix nexhtop group index array scaling.
2021-03-29 Wei HuHyper-V: hn: Enable vSwitch RSC support in hn netvsc...
2021-03-28 Alexander V. ChernikovZero `struct weightened_nhop` fields in nhgrp_get_addit...
2021-03-25 Alexander V. ChernikovPlug nexthop group refcount leak.
2021-03-25 Alexander V. ChernikovFix panic when destroying interface with ECMP routes.
2021-03-25 Alexander V. ChernikovFix kassert panic when inserting multipath routes from...
2021-03-22 Mark Johnstoniflib: Make if_shared_ctx_t a pointer to const
2021-03-19 Kristof Provostpf: Fully remove interrupt events on vnet cleanup
2021-03-19 Kristof Provostaltq: Increase maximum number of CBQ and HFSC classes
2021-03-19 Kristof Provostpf: Factor out pf_krule_free()
2021-03-13 Alexander V. ChernikovFlush remaining routes from the routing table during...
2021-03-13 Alexander V. ChernikovFix various NOINET* builds broken by 145bf6c0af48.
2021-03-13 Alexander V. ChernikovFix blackhole/reject routes.
2021-03-10 Alexander V. ChernikovFix setting static entries for arp/ndp.
2021-03-10 Alexander V. ChernikovFix arp/ndp deletion broken by 2fe5a79425c7.
2021-03-10 Alexander V. ChernikovFix NOINET6 build broken by 2fe5a79425c7.
2021-03-10 Alexander V. ChernikovFix dst/netmask handling in routing socket code.
2021-03-10 Alexander V. ChernikovAdd ifa_try_ref() to simplify ifa handling inside epoch.
2021-03-10 Alexander V. ChernikovRemove now-unused RTF_RNH_LOCKED route flag.
2021-03-04 Kristof Provostbridgestp: Ensure we send STP on VLAN interfaces
2021-03-02 Kristof Provostbridge/stp: Ensure we enter NET_EPOCH whenever we can...
2021-03-02 Kristof Provostbridge: Remove members when assigned to a new vnet
2021-03-02 Kristof Provostbridge: Support STP on VLAN devices
2021-02-27 Mark Johnstoniflib: Avoid double counting in rxeof
2021-02-24 Mark Johnstoniflib: Fix detach of pseudo interfaces
2021-02-19 Allan JudeUse iflib_if_init_locked() during media change instead...
2021-02-17 Kristof ProvostWiden ifnet_detach_sxlock coverage
2021-02-15 Sai Rajesh Tallamrajuiflib: Free resources in a consistent order during...
2021-02-14 Alexander V. ChernikovFix interface route addition with net/bird.
2021-02-14 Alexander V. ChernikovFix ifa refcount leak during route addition.
2021-02-11 Alexander V. ChernikovTurn off forgotten multipath debug messages
2021-02-08 Gleb SmirnoffCatch up with 6edfd179c86: mechanically rename IFCAP_NO...
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...
next