]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
lacp: Use C99 bool for boolean return value
[FreeBSD/FreeBSD.git] / sys / net /
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.
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...
next