freebsd-dev/sys
Navdeep Parhar c0236bd93d cxgbe(4): Use the _XT variant of the CPL used to transmit NIC traffic.
CPL_TX_PKT_XT disables the internal parser on the chip and instead
relies on the driver to provide the exact length of the L2 and L3
headers.  This allows hw checksumming and TSO to be used with L2 and
L3 encapsulations that the chip doesn't understand directly.

Note that netmap tx still uses the old CPL as it never uses the hw
to generate the checksum on tx.

Reviewed by:	jhb@
MFC after:	1 month
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D22788
2019-12-13 20:38:58 +00:00
..
amd64 Support software breakpoints in the debug server on Intel CPUs. 2019-12-13 19:21:58 +00:00
arm Create new wrapper function: bus_delayed_attach_children() 2019-12-13 19:39:33 +00:00
arm64 Add comments and macros to the tcr_el1 setting code to help understand it. 2019-12-12 18:27:54 +00:00
bsm Jail and capability mode for shm_rename; add audit support for shm_rename 2019-11-18 13:31:16 +00:00
cam Use callout_func_t instead of the deprecated timeout_t. 2019-12-10 22:06:53 +00:00
cddl Use a callout instead of timeout(9) for delayed zio's. 2019-12-13 19:27:51 +00:00
compat Add kern_kill() and use it in Linuxulator. It's just a cleanup, 2019-12-13 18:44:02 +00:00
conf arm64: Add explicit devices for dwmmc variant 2019-12-11 18:36:07 +00:00
contrib Rather than pass the address of the packet information control block to 2019-12-12 20:44:49 +00:00
crypto Fix the armv8 crypto driver after r354170. 2019-10-30 10:41:10 +00:00
ddb ddb(4): Add some support for lexing IPv6 addresses 2019-09-09 16:32:23 +00:00
dev cxgbe(4): Use the _XT variant of the CPL used to transmit NIC traffic. 2019-12-13 20:38:58 +00:00
dts dtso: allwinner: Add an overlay for H3 thermal node 2019-08-24 13:26:34 +00:00
fs Add some more initializations to quiet riscv build. 2019-12-13 01:34:25 +00:00
gdb gdb(4): Implement support for NoAckMode 2019-10-17 22:37:25 +00:00
geom Add kern.geom.part.separator tunable. This makes it possible 2019-12-13 09:28:44 +00:00
gnu Import DTS files for riscv from Linux 5.4 2019-12-03 09:12:53 +00:00
i386 bitset: rename confusing macro NAND to ANDNOT 2019-12-13 09:32:16 +00:00
isa
kern Create new wrapper function: bus_delayed_attach_children() 2019-12-13 19:39:33 +00:00
kgssapi Stop using des_cblock * for arguments to DES functions. 2019-08-26 17:25:07 +00:00
libkern Port the NetBSD KCSAN runtime to FreeBSD. 2019-11-21 11:22:08 +00:00
mips Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
modules Follow RFC 4443 p2.2 and always use own addresses for reflected ICMPv6 2019-12-12 13:28:46 +00:00
net Use a void * argument to callout handlers instead of timeout_t casts. 2019-12-05 18:47:29 +00:00
net80211 Don't use if_maddr_rlock() in 802.11, use epoch(9) directly instead. 2019-10-10 23:55:33 +00:00
netgraph Use callout_func_t instead of the deprecated timeout_t. 2019-12-10 22:06:53 +00:00
netinet Use callout_func_t instead of the deprecated timeout_t. 2019-12-10 22:06:53 +00:00
netinet6 Update comment. 2019-12-06 16:53:42 +00:00
netipsec Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros. 2019-12-01 00:22:04 +00:00
netpfil Make TCP options parsing stricter. 2019-12-13 11:47:58 +00:00
netsmb Stop using des_cblock * for arguments to DES functions. 2019-08-26 17:25:07 +00:00
nfs
nfsclient
nfsserver
nlm
ofed Prevent potential underflow in ibcore. 2019-11-15 11:46:53 +00:00
opencrypto kTLS support for TLS 1.3 2019-09-27 19:17:40 +00:00
powerpc [PowerPC] Fix SPE floating point environment manipulation 2019-12-12 17:12:18 +00:00
riscv Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
rpc Change r355157 to make svc_rpc_gss_lifetime_max a static. 2019-11-28 02:18:51 +00:00
security Instead of looking up a predecessor or successor to the current map 2019-11-20 16:06:48 +00:00
sparc64 bitset: rename confusing macro NAND to ANDNOT 2019-12-13 09:32:16 +00:00
sys Create new wrapper function: bus_delayed_attach_children() 2019-12-13 19:39:33 +00:00
teken Adjust teken to allow build as part of loader 2019-09-05 18:07:40 +00:00
tests
tools makesyscalls.lua: trim trailing spaces/commas from args 2019-12-11 19:32:52 +00:00
ufs UFS: implement VOP_INACTIVE() 2019-12-10 14:07:05 +00:00
vm Restore the reservation of boot pages for bucket zones after r355707. 2019-12-13 18:28:01 +00:00
x86 bitset: rename confusing macro NAND to ANDNOT 2019-12-13 09:32:16 +00:00
xdr
xen
Makefile