]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Add UPDATING entries and bump version
[FreeBSD/FreeBSD.git] / sys / net /
2022-03-30 Ed MasteFix kernel build without INET or INET6
2022-03-28 Alexander V. Chernikovrouting: Add unified level-based logging support for...
2022-03-28 Alexander V. Chernikovnhops: split nh_family into nh_upper_family and nh_neig...
2022-03-28 Alexander V. Chernikov[lltable] Add per-family lltable getters.
2022-03-20 Kristof Provostif_epair: build fix
2022-03-16 Michael Gmelinif_epair: fix race condition on multi-core systems
2022-03-08 Eric Joyneriflib: Allow drivers to determine which queue to TX on
2022-03-07 Ryan StoneFix ifa refcount leak in ifa_ifwithnet()
2022-02-28 Kristof Provostbridge: Don't share broadcast packets
2022-02-23 Kristof Provostif_epair: implement fanout
2022-02-23 Aleksandr Fedorovif_vxlan(4): Allow netmap_generic to intercept RX packets.
2022-02-13 Vincenzo Maffionenetmap: fix LOR in iflib_netmap_register
2022-02-09 Kristof Provostpflog: align header to 4 bytes, not 8
2022-02-09 Kristof Provostpf: make if_pflog.h self-contained
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2022-02-07 Mark Johnstonpf: Initialize pf_kpool mutexes earlier
2022-02-04 Kristof Provostpf: protect the rpool from races
2022-01-14 Stefan EßerMake CPU_SET macros compliant with other implementations
2022-01-06 Vincenzo Maffionenet: iflib: sync isc_capenable to if_capenable
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-11 Kristof Provostif_pflog: fix packet length
2021-12-11 Zhenlei Huangif_epair: Also mark the flag of pair b with IFF_KNOWSEPOCH
2021-12-10 Andriy Gaponiflib_stop: drain rx tasks to prevent any data races
2021-12-04 Alexander V. Chernikovrouting: Use the same index space for both nexthop...
2021-12-04 Alexander V. Chernikovrouting: fix source address selection rules for IPv4...
2021-12-01 Kristof Provostif_stf: style(9) pass
2021-12-01 Kristof Provostif_stf: enable use in vnet jails
2021-11-29 Kristof Provostif_gif: fix vnet shutdown panic
2021-11-26 Kristof Provostlagg: fix unused-but-set-variable
2021-11-26 Kristof Provostpf: Introduce ridentifier
2021-11-23 Bjoern A. Zeebif_epair: rework
2021-11-19 Kristof Provostif_epair: delete mbuf tags
2021-11-19 Bjoern A. Zeebepair: remove "All rights reserved"
2021-10-22 Kristof Provostpf: remove unused field from pf_kanchor
2021-10-06 Kristof Provostpfctl: userspace adaptive syncookies configration
2021-10-06 Kristof Provostpf: implement adaptive mode
2021-09-26 Vincenzo Maffionenetmap: monitor: add a flag to distinguish packet direction
2021-09-21 Mark Johnstondebugnet: Include some required headers
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-17 Kristof Provostpf: qid and pqid can be uint16_t
2021-09-17 Mark Johnstonnet: Enter a net epoch around protocol if_up/down notif...
2021-09-14 Kristof Provostpf: remove unused function prototype
2021-09-08 Kristof Provostpf: Add counters for syncookies
2021-09-07 Alexander V. Chernikovrouting: Bring back the ability to specify transmit...
2021-09-07 Zhenlei Huangrouting: Allow using IPv6 next-hops for IPv4 routes...
2021-09-07 Alexander V. Chernikovrouting: Disallow zero nexthop weights in nexthop groups.
2021-09-07 Alexander V. Chernikovrouting: simplify malloc flags in alloc_nhgrp().
2021-09-07 Alexander V. Chernikovrouting: Fix newly-added rt_get_inet[6]_parent() api.
2021-09-07 Alexander V. Chernikovlltable: Add support for "child" LLEs holding encap...
2021-09-07 Alexander V. Chernikovrouting: Fix crashes with dpdk_lpm[46] algo.
2021-09-07 Alexander V. ChernikovSimplify nhop operations in ip_output().
2021-09-07 Alexander V. Chernikov[lltable] Restructure nd6 code.
2021-09-07 Alexander V. Chernikov[lltable] Unify datapath feedback mechamism.
2021-09-07 Alexander V. ChernikovFix typo in rib_unsibscribe<_locked>().
2021-09-07 Alexander V. ChernikovEnforce check for using the return result for ifa?_try_...
2021-09-07 Alexander V. ChernikovRename variables inside nexhtop group consider_resize...
2021-09-07 Alexander V. ChernikovSimplify ifa/ifp refcounting in the routing stack.
2021-09-07 Alexander V. ChernikovAdd if_try_ref() to simplify refcount handling inside...
2021-09-06 Kristof Provostpf: Introduce nvlist variant of DIOCGETSTATUS
2021-09-05 George V. Neville... Retore the vnet before returning an error.
2021-09-01 Luiz Otavio O Souzaif_bridge: add ALTQ support
2021-09-01 Luiz Otavio O Souzaif_vlan: add the ALTQ support to if_vlan.
2021-08-30 Kristof Provostaltq: Fix panics on rmc_restart()
2021-08-26 Luiz Otavio O Souzalagg: don't update link layer addresses on destroy
2021-08-25 Patrick Kelseyiflib: Improve mapping of TX/RX queues to CPUs
2021-08-25 Franco Fichtnergre: simplify RSS ifdefs
2021-08-25 Stephan de Witiflib: emulate counters in netmap mode
2021-08-20 Kyle Evanskern: ether_gen_addr: randomize on default hostuuid...
2021-08-17 Alexander V. Chernikov[multipath][nhops] Fix random crashes with high route...
2021-08-11 Mateusz Guzikpf: switch rule counters to pf_counter_u64
2021-08-11 Mateusz Guzikpf: switch kif counters to pf_counter_u64
2021-08-11 Mateusz Guzikpf: switch pf_status.fcounters to pf_counter_u64
2021-08-11 Mateusz Guzikpf: add hybrid 32- an 64- bit counters
2021-08-11 Mateusz Guzikpf: hide struct pf_kstatus behind ifdef _KERNEL
2021-08-11 Roy Marplessocket: Implement SO_RERROR
2021-08-06 Kristof Provostpf: remove DIOCGETSTATESNV
2021-08-02 Kristof Provostvlan: deduplicate bpf_setpcp() and pf_ieee8021q_setpcp()
2021-08-02 Luiz Otavio O Souzabpf: Add an ioctl to set the VLAN Priority on packets...
2021-07-31 Kristof Provostpf: match keyword support
2021-07-31 Kristof Provostaltq: Fix typo in features sysctl description
2021-07-31 Kristof ProvostAdd FEATURE sysctls for ALTQ disciplines
2021-07-30 Mark JohnstonAdd required sysctl name length checks to various handlers
2021-07-27 Kristof Provostpf: clean up syncookie callout on vnet shutdown
2021-07-27 Kristof Provostpf: syncookie ioctl interface
2021-07-27 Kristof Provostpf: syncookie support
2021-07-25 Mateusz Guzikpf: embed a pointer to the lock in struct pf_kstate
2021-07-25 Mateusz Guzikpf: shrink struct pf_kstate
2021-07-25 Mateusz Guzikpf: add a comment to pf_kstate concerning compat with...
2021-07-16 Kristof Provostpf: add DIOCGETSTATESV2
2021-07-14 Mateusz Guzikpf: add pf_find_state_all_exists
2021-07-14 Mateusz Guzikpf: padalign global locks found in pf.c
2021-07-14 Mateusz Guzikpf: allow table stats clearing and reading with ruleset...
2021-07-14 Mateusz Guzikpf: depessimize table handling
2021-07-14 Kristof Provostpf: rename pf_state to pf_kstate
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-07-05 Mateusz Guzikiflib: switch bare zone_mbuf use to m_free_raw
2021-07-05 Mateusz Guzikpf: revert: Use counter(9) for pf_state byte/packet...
2021-07-05 Mateusz Guzikpf: deduplicate V_pf_state_z handling with pfsync
2021-07-05 Mateusz Guzikpf: assert that sizeof(struct pf_state) <= 312
2021-07-05 Mateusz Guzikpf: add pf_release_staten and use it in pf_unlink_state
next