freebsd-dev/sys
Gleb Smirnoff 53af690381 tcp: remove INP_TIMEWAIT flag
Mechanically cleanup INP_TIMEWAIT from the kernel sources.  After
0d7445193a, this commit shall not cause any functional changes.

Note: this flag was very often checked together with INP_DROPPED.
If we modify in_pcblookup*() not to return INP_DROPPED pcbs, we
will be able to remove most of this checks and turn them to
assertions.  Some of them can be turned into assertions right now,
but that should be carefully done on a case by case basis.

Differential revision:	https://reviews.freebsd.org/D36400
2022-10-06 19:24:37 -07:00
..
amd64 amd64, arm64 pmap: fix a comment typo 2022-10-06 19:04:54 -03:00
arm Teach the GICv3 driver to translate memory ranges 2022-09-23 15:28:45 +01:00
arm64 amd64, arm64 pmap: fix a comment typo 2022-10-06 19:04:54 -03:00
bsm
cam cam: Provide compatibility for CAMGETPASSTHRU for periph drivers 2022-09-29 13:14:57 -04:00
cddl dtrace: Add a "regs" variable 2022-10-04 13:05:54 -04:00
compat LinuxKPI: Add pci_power querying for drm-kmod 2022-10-06 10:15:41 +02:00
conf Fix the options to build rk_usb2phy.c 2022-10-06 14:30:18 +01:00
contrib zfs: powerpc: disable kernel floating point support 2022-10-06 20:35:48 -03:00
crypto Fix the IV length in the armv8 AES GCM code 2022-09-06 13:11:04 +01:00
ddb Fix kernel build after 754cb545b6 . 2022-10-04 17:13:17 +02:00
dev tcp: remove INP_TIMEWAIT flag 2022-10-06 19:24:37 -07:00
dts
fs cuse(3): Cosmetic change about testing boolean values. 2022-10-04 13:51:06 +02:00
gdb
geom
gnu
i386 ddb: de-duplicate decode_syscall() 2022-10-03 13:49:54 -03:00
isa
kern tcp: remove INP_TIMEWAIT flag 2022-10-06 19:24:37 -07:00
kgssapi
libkern qdivrem: Predict division by zero as false. 2022-10-04 13:51:06 +02:00
modules netlink: fix standalone module build 2022-10-04 14:38:40 -07:00
net if_ovpn: ensure we're in net_epoch when calling ovpn_encap() 2022-10-06 17:42:12 +02:00
net80211 net80211: move IEEE80211_F_WME check to vap for consistency 2022-09-29 12:54:23 +00:00
netgraph Alter the prototype of qsort_r(3) to match POSIX, which adopted the 2022-09-30 15:26:30 -07:00
netinet tcp: remove INP_TIMEWAIT flag 2022-10-06 19:24:37 -07:00
netinet6 tcp: remove INP_TIMEWAIT flag 2022-10-06 19:24:37 -07:00
netipsec tcp: remove INP_TIMEWAIT flag 2022-10-06 19:24:37 -07:00
netlink netlink: make it working without INET6 2022-10-04 14:39:49 -07:00
netpfil pf: use time_to for timestamps 2022-10-05 17:52:27 +02:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed ibcore: The use of IN_LOOPBACK() now requires a valid VNET context. 2022-09-23 13:42:03 +02:00
opencrypto
powerpc powerpc: slb_alloc_user_cache: fix missing uma_zalloc wait flag 2022-10-03 20:56:41 -03:00
riscv riscv: handle kernel PTE edge-case in pmap_enter_l2() 2022-10-06 19:04:53 -03:00
rpc nfsd: Allow multiple instances of rpc.tlsservd 2022-08-22 13:54:24 -07:00
security vfs: introduce V_PCATCH to stop abusing PCATCH 2022-09-17 15:41:37 +00:00
sys Add mbuf_tstmp2timeval() 2022-10-06 00:38:13 +03:00
teken
tests
tools Make #if and #endif do what people expect in *_if.m 2022-10-06 14:35:31 +01:00
ufs Updates to UFS/FFS superblock integrity checks when reading a superblock. 2022-10-03 05:53:10 -07:00
vm vm_page: Fix a logic error in the handling of PQ_ACTIVE operations 2022-10-05 15:12:46 -04:00
x86 Fix various places which cast a pointer to a vm_paddr_t or vice versa. 2022-10-03 16:10:41 -07:00
xdr
xen
Makefile