]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
usb: Fix two typos in source code comments
[FreeBSD/FreeBSD.git] / sys / net /
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...
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...
next