opnsense-src/sys
Mark Johnston bc7bc3bdf9 netinet: Remove in_cksum_update()
It was never implemented on powerpc or riscv and appears to have been
unused since it was added in 1998.  No functional change intended.

Reviewed by:	kp, glebius, cy
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 09100f936b)
2021-12-01 07:41:55 -05:00
..
amd64 netinet: Remove in_cksum_update() 2021-12-01 07:41:55 -05:00
arm TWL: Fix a typo in a source code comment 2021-11-28 12:40:29 +01:00
arm64 arm64, riscv: Fix TRAF_PC() to return the PC, not the return address. 2021-11-23 15:48:07 -08:00
bsm Add aio_writev and aio_readv 2021-01-02 19:57:58 -07:00
cam sddadone: 'error' gets assigned only errno codes, never MMC_ERR codes 2021-11-27 10:32:36 +02:00
cddl kern: drop remaining references to removed makesyscalls.sh 2021-09-14 20:53:03 -05:00
compat LinuxKPI: add bcd.h 2021-11-21 18:15:58 +00:00
conf pchtherm: Let the driver be compiled into the kernel 2021-11-29 09:04:16 -05:00
contrib Upgrade ENA to v2.4.1 2021-10-07 18:10:32 +02:00
crypto aesni: Avoid a potential out-of-bounds load in AES_GCM_encrypt() 2021-11-23 09:32:33 -05:00
ddb ddb: reliably fail with ambiguous commands 2021-07-02 14:13:24 -07:00
dev safexcel: Fix -Wunused-but-set-variable warnings 2021-12-01 07:40:49 -05:00
dts add rk3328 overlay for enabling analog sound 2021-11-21 12:04:42 +02:00
fs ext2fs: check for eh_depth in ext4_ext_check_header() 2021-11-29 09:56:42 -08:00
gdb gdb: report specific stop reason for watchpoints 2021-04-21 10:20:33 -03:00
geom g_vfs_close(): vp is unused 2021-11-19 06:25:29 +02:00
gnu Remove the old dts imported tree. 2021-01-15 20:09:55 +01:00
i386 netinet: Remove in_cksum_update() 2021-12-01 07:41:55 -05:00
isa Remove more remnants of sio(4) 2021-04-14 09:19:49 -04:00
kern mbuf: Only allow extpg mbufs if the system has a direct map 2021-11-29 20:34:54 -05:00
kgssapi State kgssapi dependency on xdr. 2020-09-17 22:29:38 +00:00
libkern Switch to an ifunc in the kernel for crc32c 2021-08-30 12:22:21 +01:00
mips netinet: Remove in_cksum_update() 2021-12-01 07:41:55 -05:00
modules Fix some modules to export more used symbols 2021-11-25 03:09:21 +02:00
net if_gif: fix vnet shutdown panic 2021-11-29 15:44:39 +01:00
net80211 net80211: add a driver-private pointer to struct ieee80211_node 2021-11-19 00:01:27 +00:00
netgraph ng_pptpgre(4): Fix a typo in a source code comment 2021-11-06 08:50:54 +01:00
netinet sctp: Remove now-unneeded mb_unmapped_to_ext() calls 2021-11-29 20:35:20 -05:00
netinet6 net: Allow binding of unspecified address without address existance 2021-11-18 19:28:56 -05:00
netipsec sctp: Remove now-unneeded mb_unmapped_to_ext() calls 2021-11-29 20:35:20 -05:00
netpfil sctp: Remove now-unneeded mb_unmapped_to_ext() calls 2021-11-29 20:35:20 -05:00
netsmb netsmb: Avoid a read-after-free in smb_t2_request_int() 2021-06-02 09:34:47 -04:00
nfs
nfsclient
nfsserver nfs: Mark unused statistics variable as reserved 2020-11-18 04:35:49 +00:00
nlm
ofed socket: Rename sb(un)lock() and interlock with listen(2) 2021-10-07 09:56:47 -04:00
opencrypto ktls: Split encrypt vs decrypt OCF counters. 2021-11-23 15:11:54 -08:00
powerpc netinet: Remove in_cksum_update() 2021-12-01 07:41:55 -05:00
riscv riscv: add COMPAT_FREEBSD12 option 2021-11-24 17:45:51 +01:00
rpc mbuf: Only allow extpg mbufs if the system has a direct map 2021-11-29 20:34:54 -05:00
security mac: cheaper check for ifnet_create_mbuf and ifnet_check_transmit 2021-07-05 11:32:14 +00:00
sys vm: Add a mode to vm_object_page_remove() which skips invalid pages 2021-11-29 09:09:28 -05:00
teken loader: implement framebuffer console 2021-01-02 21:41:36 +02:00
tests routing: add IPv6 fib validation procedure. 2021-09-07 21:02:58 +00:00
tools makesyscalls.lua: add a CAPENABLED flag 2021-10-20 00:19:56 +01:00
ufs ffs_softdep: Fix a typo in a source code comment 2021-11-28 12:43:32 +01:00
vm vm_page: Remove vm_page_sbusy() and vm_page_xbusy() 2021-11-29 09:11:37 -05:00
x86 Prefer CPUID leaf 1Fh for Intel CPU topology detection. 2021-11-19 19:26:29 -05:00
xdr
xen xen: remove .swp file from public headers 2021-01-11 18:14:11 +01:00
Makefile