]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
lockprof: retire lock_prof_skipcount
[FreeBSD/FreeBSD.git] / sys / net /
2021-05-30 Alexander V. ChernikovFix a use after free in update_rtm_from_rc().
2021-05-30 Alexander V. ChernikovFix panic when trying to delete non-existent gateway...
2021-05-27 Kristof Provostpf: Track the original kif for floating states
2021-05-27 Kristof Provostpf: Add DIOCGETSTATESNV
2021-05-27 Kristof Provostpf: Add DIOCGETSTATENV
2021-05-19 Mark Johnstonif: Remove unnecessary validation in the SIOCSIFNAME...
2021-05-18 Jonah Caplanbridgestp: validate timer values in config BPDU
2021-05-14 Kristof Provostpf: Support killing 'matching' states
2021-05-14 Kristof Provostpf: Allow states to by killed per 'gateway'
2021-05-14 Kristof Provostpf: Introduce DIOCKILLSTATESNV
2021-05-14 Kristof Provostpf: Introduce DIOCCLRSTATESNV
2021-05-11 Kristof Provostpf: Optionally attempt to preserve rule counter values...
2021-05-11 Kurosawa Takahiropf: Implement the NAT source port selection of MAP...
2021-05-10 Kristof Provostpfsync: Expose PFSYNCF_OK flag to userspace
2021-05-10 Kristof Provostpf: Allow multiple labels to be set on a rule
2021-05-10 Hans Petter Selaskynet: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC...
2021-05-10 Jose Luis Duranifconfig: Minor documentation fix
2021-05-07 Kristof Provostpf: PFRULE_REFS should not be user-visible
2021-05-07 Kristof Provostpf: Implement nvlist variant of DIOCGETRULE
2021-05-07 Kristof Provostpf: Introduce nvlist variant of DIOCADDRULE
2021-05-07 Kristof Provostpf: Remove unused variable rt_listid from struct pf_krule
2021-05-04 Alexander V. Chernikov[fib algo] Update fib_gen counter under FIB_MOD_LOCK.
2021-05-04 Alexander V. ChernikovFix drace CTF for the rib_head.
2021-05-04 Alexander V. ChernikovAdd rib_walk_from() wrapper for selective rib tree...
2021-05-04 Alexander V. Chernikov[fib algo] Delay algo init at fib growth to to allow...
2021-05-04 Alexander V. Chernikov[rtsock] Enforce netmask/RTF_HOST consistency.
2021-05-03 Tai-hwa Liangif_firewire: fixing panic upon packet reception for...
2021-04-29 Alexander V. Chernikov[fib algo] always commit static routes synchronously.
2021-04-29 Alexander V. ChernikovFix NOINET[6],!VIMAGE builds after FIB_ALGO addition...
2021-04-29 Alexander V. ChernikovFix NOINET[6] build after enabling FIB_ALGO in GENERIC.
2021-04-29 Alexander V. ChernikovFix rib generation count for fib algo.
2021-04-29 Alexander V. ChernikovAdd batched update support for the fib algo.
2021-04-29 Stefan EßerFix build with gcc
2021-04-29 Alexander V. Chernikovfib algo: do not reallocate datapath index for datapath...
2021-04-29 Alexander V. ChernikovImplement better rebuild-delay fib algo policy.
2021-04-29 Alexander V. ChernikovAppease -Wsign-compare in radix.c
2021-04-29 Alexander V. ChernikovAllow to specify debugnet fib in sysctl/tunable.
2021-04-27 Alexander V. ChernikovFix rtsock sockaddr alignment.
2021-04-26 Alexander V. Chernikov[fib algo] Do not print algo attach/detach message...
2021-04-26 Alexander V. ChernikovMake gcc happy by initializing error in rib_handle_ifad...
2021-04-26 Alexander V. ChernikovRelax rtsock message restrictions.
2021-04-26 Alexander V. ChernikovImprove error reporting in rtsock.c
2021-04-26 Alexander V. ChernikovFib algo: extend KPI by allowing algo to set datapath...
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
next