freebsd-src/sys
Michael Tuexen fd7daa7271 tcp: make tcp_ctloutput_set() non-static
tcp_ctloutput_set() will be used via the sysctl interface in a
upcoming command line tool tcpsso.

Reviewed by:		glebius, rscheff
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D34164
2022-02-08 18:49:44 +01:00
..
amd64 Extend the VMM stats interface to support a dynamic count of statistics. 2022-02-07 14:11:10 -08:00
arm tegra: Fix a common typo in source code comments 2022-02-06 17:31:05 +01:00
arm64 Stop single stepping in signal handers on arm64 2022-02-07 15:03:23 +00:00
bsm
cam cfiscsi_done: Free the dummy PDU earlier. 2022-02-07 12:55:08 -08:00
cddl
compat linuxkpi: Add parentheses to pacify -Wparentheses warnings from GCC. 2022-02-07 13:43:22 -08:00
conf Disable clang 14 warning about bitwise operators in zstd 2022-02-08 21:46:08 +01:00
contrib xen: import Xen 4.16 public headers in sys/contrib/ 2022-02-07 10:11:56 +01:00
crypto crypto: Add an API supporting curve25519. 2022-01-24 15:27:39 -08:00
ddb
dev cxgbei: Replace worker thread pools with per-connection kthreads. 2022-02-07 16:20:40 -08:00
dts dts: add IPQ4018/IPQ4019 ethernet MAC and ethernet switch definitions 2022-02-03 21:26:45 -08:00
fs fs: fix a few common typos in source code comments 2022-02-06 13:48:31 +01:00
gdb
geom In GEOM debugging output, show consumer for cloned and duplicated bio's. 2022-01-30 17:21:13 -08:00
gnu
i386 Remove device lio from i386's LINT-NOIP 2022-02-08 19:53:52 +01:00
isa
kern tty_info: Avoid warning by using logical instead of bitwise operators 2022-02-08 21:21:04 +01:00
kgssapi
libkern
modules Disable clang 14 warning about bitwise operators in zstd 2022-02-08 21:46:08 +01:00
net if_vxlan(4): Allow netmap_generic to intercept RX packets. 2022-02-06 15:27:46 +03:00
net80211
netgraph
netinet tcp: make tcp_ctloutput_set() non-static 2022-02-08 18:49:44 +01:00
netinet6 Fix a memory leak when ip_output_send() returns EAGAIN due to send tag issues 2022-01-27 10:34:34 -05:00
netipsec IPsec: Use protocol-specific malloc types instead of M_XDATA. 2022-01-24 15:27:39 -08:00
netpfil dummynet: don't use per-vnet locks to protect global data. 2022-02-07 22:59:46 +01:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto opencrypto/xform_*.h: Trim scope of included headers. 2022-01-25 15:21:22 -08:00
powerpc Stop adding -Wredundant-decls to CWARNFLAGS. 2022-02-07 12:47:51 -08:00
riscv riscv: Fix a race in pmap_pinit() 2022-02-08 13:31:55 -05:00
rpc
security
sys ktls: Disallow transmitting empty frames outside of TLS 1.0/CBC mode 2022-02-08 12:40:41 -05:00
teken
tests
tools
ufs ffs_read(): lock buffers after snaplk with LK_NOWITNESS 2022-02-06 03:26:22 +02:00
vm pbuf_ctor(): lock the buffer with LK_NOWAIT 2022-02-07 10:05:20 -09:00
x86 xen: switch to use headers in contrib 2022-02-07 10:11:56 +01:00
xdr
xen xen: remove public headers in sys/xen/interface 2022-02-07 10:12:34 +01:00
Makefile