]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
gif(4): Revert in{,6}_gif_output() misalignment handling
[FreeBSD/FreeBSD.git] / sys / net /
2023-08-06 Marius Stroblgif(4): Revert in{,6}_gif_output() misalignment handling
2023-07-25 Warner Loshspdx: The BSD-2-Clause-NetBSD identifier is obsolete...
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-07-20 Przemyslaw Lewandowskiiflib: Unlock ctx lock around call to ether_ifattach()
2023-07-09 Kristof Provostif_bridge: fix potential panic
2023-06-28 John Baldwinether_demux: Defer stripping the Ethernet header.
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-05-17 Zhenlei Huangif_stf: Delete unreachable code
2023-05-13 Konstantin Belousovnet/pfkeyv2.h: fix typo, meNber
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-21 Zhenlei Huangbridge: Log MAC address port flapping
2023-04-21 Zhenlei Huanglagg(4): Correctly define some sysctl variables
2023-04-21 Zhenlei Huangvnet: Fix a typo in a source code comment
2023-04-21 Zhenlei Huanginfiniband: Opt-in for net epoch
2023-04-19 Mark Johnstonbridge: Try to make the GRAB_OUR_PACKETS macro a bit...
2023-04-18 Kristof Provostif_epair: also remove vlan metadata from mbufs
2023-04-12 Mark Johnstonnetisr: Remove the now-unused NETISR_EPAIR queue index
2023-04-10 Zhenlei Huanginfiniband: Widen NET_EPOCH coverage
2023-04-10 Zhenlei Huanglagg(4): Tap traffic after protocol processing
2023-04-10 Zhenlei Huanglacp: Use C99 bool for boolean return value
2023-04-10 Zhenlei Huanglagg(4): Do not enter net epoch recursively
2023-04-10 Zhenlei Huanglagg(4): Refactor out some lagg protocol input routines...
2023-04-10 Zhenlei Huanglagg(4): Make lagg_list and lagg_detach_cookie static
2023-04-10 Zhenlei Huanglagg: Various style fixes
2023-04-09 Alexander V. Chernikovrouting: add public rt_is_exportable() version to check if
2023-04-08 Alexander V. Chernikovrouting: fix panic when adding an interface route to...
2023-04-08 Alexander V. Chernikovnetlink: add rtsock-compatible header to use with netli...
2023-03-22 Li-Wen Hsuif_epair: Use ANSI C definition
2023-03-20 Mark Johnstonepair: Remove unneeded includes and sort some of the...
2023-03-14 Mark Johnstonepair: Fix the RSS build
2023-03-13 Mark Johnstonepair: Simplify the transmit path and address lost...
2023-03-13 Mark Johnstonepair: Avoid loading m_flags into a short
2023-02-28 Zhenlei Huangvnet: Make vnet_sys[un]init() static
2023-02-27 Alexander V. Chernikovnetlink: fix NOINET6 build.
2023-02-27 Alexander V. Chernikovnetlink: fix addition of blackhole/reject routes.
2023-02-20 Arseny Smalyuknetinet6: Fix mbuf leak in NDP
2023-02-20 Alexander V. Chernikovfibs: restrict jail_attach(2) if process fibnum >=...
2023-02-18 Alexander V. Chernikovrouting: always pass rtentry to add_route_flags().
2023-02-16 Mark Johnstonbridge: Make the ioctl table local to if_bridge.c
2023-02-07 Przemyslaw Lewandowskiiflib: Add null check to iflib_stop()
2023-02-06 Mark Johnstonbridge: Fix whitespace
2023-01-28 Kristof Provostpf: fix syncookies in conjunction with tcp fast port...
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 Adrian ChaddAdd device and ifnet logging methods, similar to device...
2023-01-23 Gleb Smirnoffnhop: hash ifnet pointer instead of if_index
2023-01-23 Alexander V. Chernikovif_clone: rework cloning KPI
2023-01-23 Alexander V. Chernikovnet: add if_allocdescr() to permit updating iface descr...
2023-01-23 Alexander V. Chernikovifp: add if_setdescr() / if_freedesrt() methods
2023-01-23 Alexander V. Chernikovnetlink: add interface notification on link status...
2023-01-23 Alexander V. Chernikovnetlink: store user-provided rtm_protocol
2023-01-23 Alexander V. Chernikovnetlink: add netlink support
2023-01-23 Franco Fichtnerdebugnet: remove spurious message on boot
2023-01-22 Konstantin Belousovif_ipsec(4): handle situations where there are no polic...
2023-01-22 Konstantin Belousovif_ipsec(4): protect against user supplying unknown...
2023-01-19 Zhenlei Huangrouting: Use NET_EPOCH_[CALL|WAIT] macros
2023-01-13 Mateusz Guzikrouting: unbreak the build of a bunch of kernels
2023-01-13 Alexander V. Chernikovrouting: add missed RIB_WUNLOCK in the add_route_flags().
2023-01-13 Alexander V. Chernikovroute: allow RTM_CHANGE notifications in rt_routemsg().
2023-01-13 Alexander V. Chernikovrouting: provide dedicated function for nhgrp creation...
2023-01-13 Alexander V. Chernikovrouting: constantify nh/nhg argument in <nhop|nhgrp...
2023-01-13 Alexander V. Chernikovrouting: add abitity to set the protocol that installed...
2023-01-13 Alexander V. Chernikovrouting: allow logging framework to be used outside...
2023-01-13 Alexander V. Chernikovrouting: constantify @rc in rib_decompose_notification().
2023-01-13 Alexander V. Chernikovrouting: improve multiline debug
2023-01-13 Alexander V. Chernikovrouting: extend nhop(9) kpi
2023-01-13 Alexander V. Chernikovrouting: fix rib_add_route_px()
2023-01-13 Alexander V. Chernikovrouting: add ability to store opaque indentifiers in...
2023-01-13 Alexander V. Chernikovrouting: make rib_add_redirect() use new nhop-based KPI
2023-01-13 Alexander V. Chernikovrouting: add rib_add_default_route() wrapper
2023-01-13 Alexander V. Chernikovrtsock: subscribe to ifnet eventhandlers instead of...
2023-01-13 Alexander V. Chernikovnet: constantify radix.c functions
2023-01-13 Alexander V. Chernikovrouting: fix debug headers added in 6fa8ed43ee0c #2.
2023-01-13 Alexander V. Chernikovrouting: fix debug headers added in 6fa8ed43ee0c.
2023-01-13 Alexander V. Chernikovrouting: fix syslog include for rtsock.c
2023-01-13 Alexander V. Chernikovrouting: fix crash when RTM_CHANGE results in no-op...
2023-01-13 Alexander V. Chernikovrouting: install prefix and loopback routes using new...
2023-01-13 Alexander V. Chernikovrouting: add rib_match_gw() helper
2023-01-13 Mateusz Guzikrouting: fix non-debug build
2023-01-13 Alexander V. Chernikovrouting: populate fibs with interface routes after...
2023-01-13 Alexander V. Chernikovrouting: fixup empty mask prefix handling after 2ce5538...
2023-01-13 Alexander V. Chernikovrouting: fix build warning without ROUTE_MPATH
2023-01-13 Alexander V. Chernikovrouting: fix build without ROUTE_MPATH
2023-01-13 Alexander V. Chernikovrouting: move rtentry and subscription code out of...
2023-01-13 Alexander V. Chernikovrouting: add rib_<add|del>_route_px() functions operati...
2023-01-13 Alexander V. Chernikovrouting: split nexthop creation and rtentry creation.
2023-01-13 Alexander V. Chernikovrouting: refactor #2
2023-01-13 Alexander V. Chernikovrouting: refactor control cmds #1
2023-01-13 Alexander V. Chernikovfib_algo: set vnet when destroying algo instance
2023-01-13 Alexander V. Chernikovrouting: remove duplicate error message after 5c23343b8c0c.
2023-01-13 Mateusz Guzikroute: fix NOIP builds
2023-01-13 Alexander V. Chernikovrouting: refactor private KPI
2023-01-13 Alexander V. Chernikovrouting: convert remnants of DPRINTF to FIB_CTL_LOG().
2023-01-13 Alexander V. Chernikovrouting: add nhop(9) kpi.
2023-01-13 Alexander V. Chernikovrouting: remove info argument from add/change_route_nhop().
2023-01-13 Alexander V. Chernikovrouting: move route expiration time to its nexthop
2023-01-13 Alexander V. Chernikovrouting: add debug printing helpers for rtentry and...
2023-01-13 Mateusz Guzikrouting: hide notify_add and notify_del behind ROUTE_MPATH
2023-01-13 Alexander V. Chernikovrouting: simplify decompose_change_notification().
2023-01-13 Alexander V. Chernikovrouting: actually sort nexthops in nhgs by their index
2023-01-13 Alexander V. Chernikovrouting: fix debug headers added in 6fa8ed43ee0c.
next