]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
pci: add tunable hw.pci.enable_mps_tune
[FreeBSD/FreeBSD.git] / sys / netinet /
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."
2023-01-22 Gordon Berglingextra_tcp_stacks: Fix a common typo in source code...
2023-01-22 Gordon Berglingip_gre: Fix a common typo in source code comments
2023-01-14 Gordon Berglingtcp_rack(4): Fix a typo in a source code comment
2023-01-14 Gordon Berglingtcp_hpts: Fix a typo in a source code comment
2023-01-13 Alexander V. Chernikovnetinet: pass cred instead of the curthread to ifaddr...
2023-01-13 Alexander V. Chernikovrouting: refactor private KPI
2023-01-13 Alexander V. Chernikovrouting: add nhop(9) kpi.
2023-01-13 Alexander V. Chernikovtcp: virtualise net.inet.tcp.msl sysctl.
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-11 Gordon Berglingtcp_bbr(4): Fix a typo in a source code comment
2022-11-09 Richard Scheffeneggeripfw: Have NAT steal the TH_RES1 bit, instead of the...
2022-10-23 Alexander Motininet: Simplify if_multiaddrs iteration.
2022-10-12 Konstantin BelousovAdd mbuf_tstmp2timeval()
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-09-25 Richard Scheffeneggertcp: fix cwnd restricted SACK retransmission loop
2022-09-25 Michael Tuexentcp: send ACKs when requested
2022-09-25 Michael Tuexentcp: fix computation of offset
2022-09-19 Gleb Smirnofftcp: tcp6_connect() requires net epoch
2022-09-14 Richard Scheffeneggertcp: finish SACK loss recovery on sudden lack of SACK...
2022-09-13 Richard ScheffeneggerRevert "tcp: finish SACK loss recovery on sudden lack...
2022-09-13 Richard Scheffeneggertcp: finish SACK loss recovery on sudden lack of SACK...
2022-09-12 Gordon Berglingextra_tcp_stacks: Fix two typos in source code comments
2022-09-07 Gordon Berglingnetdump(4): Correct a typo in source code comment
2022-09-07 Gordon Berglingnetinet: Correct a typo in source code comment
2022-09-07 Gordon Berglingtcp_hpts: Correct some typos in source code comments
2022-09-06 Gordon Berglingtcp_rack: Fix two typos in source code comments
2022-08-21 Dimitry AndricFix unused variable warnings in tcp_hpts.c
2022-08-21 Dimitry AndricAdjust function definition in tcp_hpts.c to avoid clang...
2022-08-21 Dimitry AndricSuppress unused variable warning in tcp_stacks's rack.c
2022-08-21 Dimitry AndricFix unused variable warning in tcp_stacks's rack.c
2022-08-21 Dimitry AndricFix unused variable warning in tcp_stacks's bbr.c
2022-08-11 Mitchell Horneddb: use _FLAGS command macros where appropriate
2022-07-29 Dimitry AndricAdjust sctp_drain() definition to avoid clang 15 warning
2022-07-29 Dimitry AndricAdjust sctp_init_sysctls() definition to avoid clang...
2022-07-29 Dimitry AndricFix unused variable warnings in sctp_indata.c
2022-07-29 Dimitry AndricFix unused variable warning in sctp_output.c
2022-07-29 Dimitry AndricFix unused variable warning in sctp_timer.c
2022-07-20 Claudio JekerUnlock inp when handling TCP_MD5SIG socket options
next