]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
cdn-patch: offer option to mount /etc/keys before attaching geli devices
[FreeBSD/FreeBSD.git] / sys / netinet /
2024-02-09 Mark Johnstoninpcb: Restore some NULL checks of credential pointers
2024-01-25 Gordon Berglingtcp_fastopen: Fix a typo in a source code comment
2024-01-23 Gordon Berglingtcp_hpts: Fix a typo of a function name in a comment
2024-01-22 Mark Johnstoninpcb: Allow SO_REUSEPORT_LB to be used in jails
2024-01-22 Mark Johnstoninpcb: Remove a PCB from its LB group upon a subsequent...
2024-01-22 Mark Johnstoninpcb: Remove NULL checks of credential references
2024-01-18 John Baldwinsys: Use mbufq_empty instead of comparing mbufq_len...
2024-01-18 John Baldwinsys: Style fix for M_EXT | M_EXTPG
2024-01-15 Richard Scheffeneggertcp: prevent spurious empty segments and fix uncommon...
2024-01-12 Michael Tuexensctp: minor clean
2024-01-12 Michael Tuexenudplite: make socketoption available on IPv6 sockets
2024-01-12 Michael Tuexenudplite: fix checksum computation on the sender side
2024-01-11 Jose Luis Durannetinet: Define IPv6 ECN mask
2024-01-11 Michael Tuexensctp: further improve shutting down the read side of...
2024-01-11 Michael Tuexensctp: improve shutting down the read side of a socket
2024-01-11 Michael Tuexensctp: don't call sctp_ulp_notify() recursively
2024-01-11 Michael Tuexensctp: cleanup locking for notifications
2024-01-11 Michael Tuexensctp: make sure all SCTP RESET notifications use sctp_u...
2024-01-11 Michael Tuexensctp: cleanup SCTP AUTH related notification
2024-01-11 Michael Tuexensctp: cleanup
2024-01-11 Michael Tuexensctp: cleanup
2024-01-11 Michael Tuexensctp: improve handling of socket shutdown for reading
2024-01-11 Michael Tuexensctp: improve handling of SHUTDOWN and SHUTDOWN ACK...
2024-01-11 Michael Tuexensctp: fix a warning
2024-01-11 Michael Tuexensctp: cleanup handling of graceful shutdown of the...
2024-01-11 Michael Tuexensctp: cleanup cdefs.h include
2024-01-11 Michael Tuexensctp: cleanup
2024-01-11 Michael Tuexensctp: add an assert
2024-01-11 Michael Tuexensctp: use consistent names for locking macros
2024-01-11 Michael Tuexensctp: another cleanup
2024-01-11 Michael Tuexensctp: remove duplicate code
2024-01-11 Michael Tuexensctp: improve consistency
2024-01-11 Michael Tuexensctp: remove redundant check
2024-01-11 Michael Tuexensctp: improve consistency of acc and ccc handling in...
2024-01-11 Michael Tuexensctp: keep sb_acc and sb_ccc in sync
2024-01-11 Michael Tuexensctp: improve consistency
2024-01-11 Michael Tuexensiftr: provide dtrace with the correct pointer to data
2024-01-11 Richard Scheffeneggertcp: clean PRR state after ECN congestion recovery.
2024-01-11 Richard Scheffeneggertcp: Undo the consumption of sequence space by FIN...
2024-01-10 Mike KarelsIPv6: fix problem with duplicate port assignment with...
2024-01-07 Gordon Berglingtcp_stacks: Fix two typos in a source code comments
2024-01-06 Marius Strobltcp_info: Add and export more FreeBSD-specific fields
2024-01-05 Richard Scheffeneggertcp: reserve tcp_info counters for AccECN
2024-01-05 Marius Strobltcp_fill_info(): Change lock assertion on INPCB to...
2024-01-02 Gleb Smirnofftcp: always set tcp_tun_port to a correct value
2023-12-21 Olivier CertnerFix 'security.bsd.see_jail_proc' by using cr_bsd_visible()
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
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
next