]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
nfsd: Fix NFSv4.1/4.2 Claim_Deleg_Cur_FH
[FreeBSD/FreeBSD.git] / sys / netinet /
2023-10-16 Zhenlei Huangsctp: Various fixes for loader tunables
2023-10-16 Zhenlei Huangtcp: Simplify the initialization of loader tunable...
2023-10-09 Mark Johnstonnetdump: Check the return value of ifunit_ref()
2023-10-02 Zhenlei Huangip_mroute: Fix sysctl knobs
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-09-14 Gleb Smirnoffblackhole(4): disable for locally originated TCP/UDP...
2023-09-07 Kristof Provostmcast: fix memory leak in imf_purge()
2023-09-06 Zhenlei Huangtcp: Initialize the maximum number of entries in a...
2023-09-01 Andrey V. Elsukovcarp: delete interface routes on link loss.
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line bare tag
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line nroff pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c comment pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .h pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-14 Richard Scheffeneggertcp: Handle <RST,ACK> in SYN-RCVD
2023-08-06 Marius Stroblgif(4): Revert in{,6}_gif_output() misalignment handling
2023-08-01 Hans Petter Selaskytcp_lro: Fix for undefined behaviour.
2023-07-28 Konstantin Belousovip output: ensure that mbufs are mapped if ipsec is...
2023-07-25 Warner Loshspdx: Simplify BSD-2-Clause AND BSD-2-Clause
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-14 Doug Rabsonnetinet*: Fix redirects for connections from localhost
2023-06-28 Kristof Provostnetinet: re-read IP length after PFIL hook
2023-06-25 Michael Tuexensctp: only start shutdown guard timer when sending...
2023-06-25 Michael Tuexensctp: improve shutdown(..., SHUT_WR) handling
2023-06-25 Michael Tuexensctp: improve handling of stale cookie error causes
2023-06-25 Michael Tuexensctp: use constants from RFC 8260 to improve compliance
2023-06-25 Michael Tuexensctp: enforce Kahn's rule during the handshake
2023-06-25 Michael Tuexensctp: don't do RTT measurements with cookies
2023-06-25 Michael Tuexentcp: fix TCP MD5 computation for the BBR and RACK stack
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-05-17 Zhenlei Huangip_mroute: Delete unreachable code
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-20 Michael Tuexentrpt: fix several bugs and add deprecation notice
2023-04-09 Michael Tuexensctp: tweak panic message
2023-04-09 Dimitry AndricFix unused variable warnings in sctp_indata.c
2023-03-20 Mark Johnstonnetinet: Tighten checks for unspecified source addresses
2023-03-17 Zhenlei Huangcarp: carp_master_down_locked() requires net epoch
2023-03-02 Richard Scheffeneggertcp: Make TCP PCAP buffer properly configurable.
2023-02-20 Mark Johnstonpcb: Move an assignment into in_pcbdisconnect()
2023-02-20 Arseny Smalyuknetinet6: Fix mbuf leak in NDP
2023-02-09 Boris Lytochkincarp: turn net.inet.carp.allow into a RW tunable
2023-02-06 Michael Tuexensctp: improve delivery of stream reset notifications
2023-02-06 Michael Tuexentcp: improve error handling of net.inet.tcp.udp_tunneli...
2023-02-02 Cheng CuiBBLog: improve sysctl variables
2023-02-02 Michael Tuexentcp: remove unused t_rttbest
2023-02-02 Michael Tuexenlibalias: improve handling of invalid SCTP packets
2023-02-02 Michael TuexenUnbreak builds having SCTP support compiled in
2023-02-01 Michael Tuexensctp: improve sending of ABORT packets in response...
2023-02-01 Michael Tuexentcp: improve handling of SYN-ACK segments in TIMEWAIT...
2023-02-01 Michael Tuexentcp: honor drop_synfin sysctl variable in TIME-WAIT
2023-02-01 Michael Tuexentcp: fix stats counter for SYN_RCVD state when TCP...
2023-02-01 Michael Tuexentcp: improve BBLog for output events when using the...
2023-02-01 Michael Tuexensctp: improve handling of send() calls with no user...
2023-02-01 Michael Tuexensctp: tweak panic message
2023-02-01 Michael Tuexentcp rack: simplify computation of rsm start and end
2023-02-01 Michael Tuexentcp rack: fix switching to RACK when FIN has been sent
2023-02-01 Gleb Smirnoffsctp: do not clobber listening socket with sockbuf...
2023-02-01 Michael Tuexensctp: add KASSERTs to ensure correct handling of listeners
2023-02-01 Michael Tuexentcp: fix TCPPCAP for kernels enabling VNET
2023-02-01 Michael Tuexensctp: remove book keeping not needed anymore
2023-02-01 Michael Tuexensctp: cleanup, no functional change
2023-02-01 Michael Tuexensctp: improve handling of sctp inpcb flags
2023-02-01 Michael Tuexensctp: use a consistent view of the send parameters
2023-02-01 Michael Tuexensctp: ignore SCTP_SENDALL flag on 1-to-1 style sockets
2023-02-01 Michael Tuexensctp: improve handling of send() when association is...
2023-02-01 Michael Tuexensctp: cleanup of error paths
2023-02-01 Michael Tuexensctp: cleanup, no functional change except on error...
2023-02-01 Michael Tuexensctp: more sb_cc related cleanups
2023-02-01 Michael Tuexensctp: use sb_avail() when accessing sb_acc for reading
2023-02-01 Michael Tuexensctp: cleanup, no functional change intended
2023-02-01 Michael Tuexensctp: improve path verification
2023-02-01 Michael Tuexensctp: improve path verification
2023-02-01 Michael Tuexensctp: improve consistency
2023-02-01 Michael Tuexensctp: improve locking
2023-02-01 Michael Tuexensctp: cleanup
2023-02-01 Michael Tuexensctp: improve stopping of timers
2023-02-01 Michael Tuexensctp: hold the inp lock while calling ip6_output
2023-02-01 Michael Tuexensctp: cleanup
2023-02-01 Michael Tuexensctp: fix typo introcuded in last commit
2023-02-01 Michael Tuexensctp: don't wakeup 1-to-1 listening sockets for data...
2023-02-01 Michael Tuexensctp: don't keep a pointer to a freed stcb around
2023-02-01 Michael Tuexensctp: improve locking
2023-02-01 Michael Tuexensctp: cleanup
2023-02-01 John Baldwinsctp: #ifdef INET-only and INET6-only variables.
2023-02-01 Michael Tuexensctp: fix parameter type in NAT status message
2023-02-01 Michael Tuexensctp: remove a mutex not used anymore
2023-02-01 Michael Tuexensctp: use variable names in a consistent way
2023-02-01 Michael Tuexensctp: don't refer to a potentially outdated stream
2023-02-01 Michael Tuexensctp: cleanup, no functional change
2023-02-01 Michael Tuexensctp: remove a test, which isn't safe
2023-02-01 Michael Tuexensctp: clear pointer to stack when returning from function.
2023-02-01 Michael Tuexensctp: ensure that ASCONF chunks are not too large
2023-02-01 Michael Tuexensctp: fix typos
2023-02-01 Michael Tuexensctp: don't lock an already locked stcb.
2023-02-01 Michael Tuexensctp: get rid of stcb send lock
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-23 Alexander V. ChernikovRevert "tcp: virtualise net.inet.tcp.msl sysctl."
next