]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
tcp: avoid call to soisconnected() on transition to ESTABLISHED
[FreeBSD/FreeBSD.git] / sys / net /
2022-09-08 Alexander V. Chernikovrouting: constantify nh/nhg argument in <nhop|nhgrp...
2022-09-08 Alexander V. Chernikovrouting: add abitity to set the protocol that installed...
2022-09-07 Mateusz Guziknet: retire PFIL_FWD
2022-09-07 Mateusz Guziknet: remove stale altq_input reference
2022-09-07 Xin LIMFV: cherry-pick "PR/358: Fix width for -f - (jpalus)"
2022-09-06 Andrew TurnerImport the updated Arm Optimized Routines
2022-09-06 Xin LIMFV: less v608
2022-09-05 Gleb Smirnoffloop(4): make interface methods static
2022-09-05 Alexander V. Chernikovrouting: allow logging framework to be used outside...
2022-09-04 Gordon Berglingbpf(3): Grammar fix for a source code comment
2022-09-03 Alfonso S. Sicilianocontrib/bsddialog: Import version 0.3
2022-09-03 Gordon Berglingnetisr(9): Fix a typo in a source code comment
2022-08-30 Cy Schubertsqlite3: Vendor import of sqlite3 3.39.2
2022-08-30 Gleb Smirnoffdomains: use queue(9) SLIST for linked list of domains
2022-08-29 Alexander V. Chernikovrouting: constantify @rc in rib_decompose_notification().
2022-08-29 Alexander V. ChernikovRevert "routing: install prefix and loopback routes...
2022-08-29 Alexander V. Chernikovrouting: improve multiline debug
2022-08-29 Alexander V. Chernikovrouting: extend nhop(9) kpi
2022-08-29 Alexander V. Chernikovrouting: fix rib_add_route_px()
2022-08-29 Alexander V. Chernikovrouting: add ability to store opaque indentifiers in...
2022-08-29 Alexander V. Chernikovrouting: make rib_add_redirect() use new nhop-based KPI
2022-08-29 Alexander V. Chernikovrouting: add rib_add_default_route() wrapper
2022-08-29 Alexander V. Chernikovrouting: install prefix and loopback routes using new...
2022-08-25 Martin Matuskazfs: merge openzfs/zfs@a582d5299
2022-08-22 Luiz Amaralpfsync: replace struct pfsync_pkt with int flags
2022-08-20 Mateusz GuzikRetire clone_drain_lock
2022-08-17 Gleb Smirnoffprotosw: refactor protosw and domain static declaration...
2022-08-17 Gleb Smirnoffprotosw: retire pr_slowtimo and pr_fasttimo
2022-08-16 Ed MasteImport bionic's x86_64 optimized string routines
2022-08-16 Philip Paepscontrib/tzdata: import tzdata 2022c
2022-08-15 Mateusz Guzikrouting: G/C rt_exportinfo declaration
2022-08-15 Alexander V. Chernikovrouting: retire rib_lookup_info()
2022-08-13 Martin Matuskazfs: merge openzfs/zfs@b3d0568cf
2022-08-12 Alexander V. Chernikovrouting: add rib_match_gw() helper
2022-08-11 Mateusz Guzikrouting: unbreak the build of a bunch of kernels
2022-08-11 Alexander V. Chernikovrtsock: subscribe to ifnet eventhandlers instead of...
2022-08-11 Gleb SmirnoffRetire 4.4BSD raw sockets
2022-08-11 Gleb Smirnoffrtsock: do not use raw socket code
2022-08-11 Gleb Smirnoffrtsock: do not allocate mbufs_tags(9) just to store...
2022-08-11 Gleb Smirnoffnetinet: get interface event notifications directly...
2022-08-11 Mateusz Guzikrouting: fix non-debug build
2022-08-11 Alexander V. Chernikovrouting: populate fibs with interface routes after...
2022-08-11 Alexander V. Chernikovrouting: fixup empty mask prefix handling after 2ce5538...
2022-08-11 Alexander V. Chernikovrouting: fix build warning without ROUTE_MPATH
2022-08-11 Kristof Provostif_ovpn: reject non-UDP sockets
2022-08-11 Philip Paepscontrib/tzdata: import tzdata 2022b
2022-08-10 Alexander V. Chernikovrouting: fix build without ROUTE_MPATH
2022-08-10 Alexander V. Chernikovrouting: move rtentry and subscription code out of...
2022-08-10 Alexander V. Chernikovrouting: add rib_<add|del>_route_px() functions operati...
2022-08-10 Alexander V. Chernikovrouting: split nexthop creation and rtentry creation.
2022-08-10 Alexander V. Chernikovrouting: refactor #2
2022-08-10 Alexander V. Chernikovrouting: refactor control cmds #1
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.18
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.17
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.16
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.15
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.14
2022-08-07 Gordon Berglingdebugnet: Fix a typo in a source code comment
2022-08-06 Alexander V. Chernikovfib_algo: set vnet when destroying algo instance
2022-08-06 Cy Schubertunbound: Vendor import 1.16.2
2022-08-05 Mark Johnstonbpf: Fix BIOCPROMISC locking
2022-08-04 Kristof Provostif_ovpn: fix unused functions with NOINET / NOINET6
2022-08-04 Alexander V. Chernikovrouting: remove duplicate error message after 5c23343b8c0c.
2022-08-03 Mateusz Guzikroute: fix NOIP builds
2022-08-01 Alexander V. Chernikovrouting: refactor private KPI
2022-08-01 Alexander V. Chernikovrouting: convert remnants of DPRINTF to FIB_CTL_LOG().
2022-08-01 Alexander V. Chernikovrouting: add nhop(9) kpi.
2022-08-01 Alexander V. Chernikovrouting: remove info argument from add/change_route_nhop().
2022-08-01 Alexander V. Chernikovnet: constantify radix.c functions
2022-08-01 Alexander V. Chernikovrouting: move route expiration time to its nexthop
2022-07-31 Alexander V. Chernikovrouting: add debug printing helpers for rtentry and...
2022-07-29 Zhenlei HuangIntroduce and use the NET_EPOCH_DRAIN_CALLBACKS() macro
2022-07-28 James Skonaltq: improve pfctl config time for large numbers of...
2022-07-28 Andrew Gallatinlagg: fix lagg ifioctl after SIOCSIFCAPNV
2022-07-27 Simon J. GerratyUpdate to bmake-20220726
2022-07-26 Dimitry AndricAdjust function definitions in route_ctl.c to avoid...
2022-07-26 Dimitry AndricAdjust function definition in nhop_ctl.c to avoid clang...
2022-07-26 Simon J. GerratyUpdate to bmake-20220724
2022-07-22 Kristof Provostif_vlan: avoid hash table thrashing when adding and...
2022-07-21 Dimitry AndricFix unused variable warning in iflib.c
2022-07-21 Dimitry AndricFix unused variable warning in if_lagg.c
2022-07-21 Kristof Provostif_vlan: allow vlan and vlanproto to be changed
2022-07-18 Mitchell Horneddb: annotate some commands with DB_CMD_MEMSAFE
2022-07-13 Cy Schubertunbound: Vendor import 1.16.1
2022-07-13 Mike KarelsIPv4: experimental changes to allow net 0/8, 240/4...
2022-07-12 Kristof Provostif_ovpn: fix mbuf leak
2022-07-08 Zhenlei Huangvxlan: Add support for socket ioctls SIOC[SG]TUNFIB
2022-07-07 Martin Matuskazfs: merge openzfs/zfs@cb01da680
2022-07-07 Cy Schubertsqlite3: Vendor import of sqlite3 3.39.0
2022-07-07 Kristof Provostvnet: make VNET_FOREACH() always be a loop
2022-07-05 Kristof Provostif_ovpn: deal with short packets
2022-07-05 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1q
2022-07-05 Mitchell Horneddb: use _FLAGS command macros where appropriate
2022-07-04 Mateusz Guzikrouting: hide notify_add and notify_del behind ROUTE_MPATH
2022-07-04 Xin LIfile: upgrade to 5.42.
2022-07-03 Gordon Berglingif_clone: Fix a typo in a source code comment
2022-07-01 Kristof Provostif_ovpn: handle m_pullup() failure
2022-07-01 Kristof Provostif_ovpn: deal with v4 mapped IPv6 addresses
2022-06-28 Kristof Provostif_ovpn: static probe points
2022-06-28 Kristof Provostovpn: Introduce OpenVPN DCO support
next