]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
gif(4): Revert in{,6}_gif_output() misalignment handling
[FreeBSD/FreeBSD.git] / sys / net /
2023-01-13 Alexander V. Chernikovrouting: improve debugging.
2023-01-13 Alexander V. Chernikovrouting: fix RTM_CHANGE nhgroup updates.
2023-01-13 John Baldwinnet/route: Use __diagused for variables only used in...
2023-01-13 John Baldwinunlink_nhgrp: Remove write-only variable.
2023-01-13 John Baldwinchange_mpath_route: Remove write-only nh variable.
2023-01-13 Alexander V. Chernikovrouting: improve debug logging
2023-01-13 Alexander V. Chernikovrouting: copy nexthop fib when changing existing nexthop
2023-01-11 Zhenlei HuangIntroduce and use the NET_EPOCH_DRAIN_CALLBACKS() macro
2023-01-11 Zhenlei Huangif_me: Use dedicated network privilege
2023-01-11 Zhenlei Huangif_vxlan(4): Correct the statistic for output bytes
2023-01-11 Zhenlei Huangif_vxlan(4): Add missing statistic for input packets
2023-01-11 Zhenlei Huangvxlan: Add support for socket ioctls SIOC[SG]TUNFIB
2022-12-31 Vincenzo Maffionenetmap: several typo fixes
2022-12-28 Nick Reillypf: fix pfi_ifnet leak on interface removal
2022-12-19 Mark Johnstonbridge: Fix a potential memory leak in bridge_enqueue()
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-11 John BaldwinImport the WireGuard driver from zx2c4.com.
2022-11-10 John BaldwinRemove a write-only variable.
2022-11-10 John BaldwinGroup all compat shim structures together to consolidat...
2022-11-10 John BaldwinUse thunks for compat ioctls using struct ifgroupreq.
2022-11-10 John BaldwinAdd freebsd32 compat shims for SIOC[GS]DRVSPEC.
2022-11-10 John BaldwinRework compat shims in ifioctl().
2022-11-04 Zhenlei Huangif_vxlan(4): Check the size of data available in mbuf...
2022-10-28 Gordon Berglingnetmap(4): Fix a typo in a source code comment
2022-10-19 Eric Joyneriflib: Introduce v2 of TX Queue Select Functionality
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-10-02 Warner Loshsysctl_dumpentry: move error to inner scope
2022-10-02 Warner Loshroute_ctl: eliminate write only variables ifa and nh
2022-10-02 Warner Loshget_nhop: eliminate write only variable gateway
2022-09-12 Gordon Berglingif_clone: Fix a typo in a source code comment
2022-09-07 Gordon Berglingbpf(3): Grammar fix for a source code comment
2022-09-06 Gordon Berglingnetisr(9): Fix a typo in a source code comment
2022-08-19 Mark Johnstonbpf: Fix BIOCPROMISC locking
2022-08-18 James Skonaltq: improve pfctl config time for large numbers of...
2022-08-11 Mitchell Horneddb: use _FLAGS command macros where appropriate
2022-08-10 Gordon Berglingdebugnet: Fix a typo in a source code comment
2022-08-05 David Sipsif_vlan: avoid hash table thrashing when adding and...
2022-07-29 Dimitry AndricAdjust function definition in nhop_ctl.c to avoid clang...
2022-07-29 Dimitry AndricAdjust function definitions in route_ctl.c to avoid...
2022-07-24 Dimitry AndricFix unused variable warning in iflib.c
2022-07-24 Dimitry AndricFix unused variable warning in if_lagg.c
2022-06-30 Mark Johnstondebugnet: Fix an error handling bug in the DDB command...
2022-06-30 Mark Johnstondebugnet: Handle batches of packets from if_input
2022-06-27 Mark Johnstonbpf: Correct a comment
2022-06-27 Mark Johnstonbpf: Zero pad bytes preceding BPF headers
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-21 Warner LoshCreate wrapper for Giant taken for newbus
2022-06-10 Gordon Berglingif_bridge(4): Fix a typo in a source code comment
2022-06-10 Gordon Berglingif_llatbl: Fix a typo in a debug statement
2022-06-07 Arnaud YsmalLACP: Do not wait response for marker messages not...
2022-06-03 Andrey V. Elsukov[vlan + lagg] add IFNET_EVENT_UPDATE_BAUDRATE event
2022-05-31 Kristof Provostnet: remove incorrect assertions
2022-05-27 Kristof Provostif: avoid interface destroy race
2022-05-27 Mitchell Hornedebugnet: fix an errant assertion
2022-05-25 Kurosawa Takahirortsock: fix a stack overflow
2022-05-14 Kristof Provostepair: unbind prior to returning to userspace
2022-05-14 Kristof Provostepair: fix set but not used warning
2022-05-10 John Baldwiniflib: Cast the result of iflib_netmap_txq_init() to...
2022-05-01 Greg Fosterlacp: short timeout erroneously declares link-flapping
2022-04-15 Mark Johnstonnet: Fix memory leaks in lltable_calc_llheader() error...
2022-04-09 Gordon Berglingnet(4): Fix a typo in a source code comment
2022-04-09 Gordon Berglingnet(3): Fix a typo in a source code comment
2022-04-09 Gordon Berglingnet(3): Fix a typo in a source code comment
2022-04-09 Gordon Berglingnet(3): Fix a typo in a source code comment
2022-04-02 Gordon Berglingvxlan(4): Fix two typos in sysctl descriptions
2022-03-30 Ed MasteFix kernel build without INET6
2022-03-30 Ed MasteFix kernel build without INET and INET6
2022-03-30 Gordon Berglingpf(4): Fix a typo in a source code comment
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-28 Mateusz Guzikpf: add PF_UNLNKDRULES_ASSERT
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-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-10 Santiago Martinezif_epair: fix build with RSS and INET or INET6 disabled
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
next