summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_natXin Long2022-12-121-1/+1
* openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info natXin Long2022-12-121-2/+4
* openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_executeXin Long2022-12-121-11/+6
* myri10ge: use strscpy() to instead of strncpy()Xu Panda2022-12-121-2/+1
* liquidio: use strscpy() to instead of strncpy()Xu Panda2022-12-121-4/+3
* hns: use strscpy() to instead of strncpy()Xu Panda2022-12-121-7/+4
* net: stmmac: Add check for taprio basetime configurationMichael Sit Wei Hong2022-12-121-0/+3
* Merge branch 'tun-vnet-uso'David S. Miller2022-12-128-9/+49
|\
| * drivers/net/virtio_net.c: Added USO support.Andrew Melnychenko2022-12-121-4/+15
| * linux/virtio_net.h: Support USO offload in vnet header.Andrew Melnychenko2022-12-121-0/+9
| * uapi/linux/virtio_net.h: Added USO types.Andrew Melnychenko2022-12-121-0/+4
| * driver/net/tun: Added features for USO.Andrew Melnychenko2022-12-122-3/+15
| * uapi/linux/if_tun.h: Added new offload types for USO4/6.Andrew Melnychenko2022-12-121-0/+2
| * udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko2022-12-122-2/+4
|/
* Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-12-1030-512/+2141
|\
| * xfrm: Fix spelling mistake "oflload" -> "offload"Colin Ian King2022-12-091-1/+1
| * Merge branch 'mlx5 IPsec packet offload support (Part II)'Steffen Klassert2022-12-0912-118/+1047
| |\
| | * net/mlx5e: Open mlx5 driver to accept IPsec packet offloadLeon Romanovsky2022-12-081-10/+31
| | * net/mlx5e: Handle ESN update eventsLeon Romanovsky2022-12-083-3/+48
| | * net/mlx5e: Handle hardware IPsec limits eventsLeon Romanovsky2022-12-084-5/+118
| | * net/mlx5e: Update IPsec soft and hard limitsLeon Romanovsky2022-12-084-0/+127
| | * net/mlx5e: Store all XFRM SAs in XarrayLeon Romanovsky2022-12-083-74/+28
| | * net/mlx5e: Provide intermediate pointer to access IPsec structLeon Romanovsky2022-12-081-6/+6
| | * net/mlx5e: Skip IPsec encryption for TX path without matching policyLeon Romanovsky2022-12-083-7/+43
| | * net/mlx5e: Add statistics for Rx/Tx IPsec offloaded flowsRaed Salem2022-12-085-24/+233
| | * net/mlx5e: Improve IPsec flow steering autogroupLeon Romanovsky2022-12-081-4/+4
| | * net/mlx5e: Configure IPsec packet offload flow steeringLeon Romanovsky2022-12-083-10/+91
| | * net/mlx5e: Use same coding pattern for Rx and Tx flowsLeon Romanovsky2022-12-081-3/+2
| | * net/mlx5e: Add XFRM policy offload logicLeon Romanovsky2022-12-083-1/+295
| | * net/mlx5e: Create IPsec policy offload tablesLeon Romanovsky2022-12-083-6/+56
| |/
| * Merge branch 'mlx5 IPsec packet offload support (Part I)'Steffen Klassert2022-12-089-356/+543
| |\
| | * net/mlx5e: Generalize creation of default IPsec miss group and ruleLeon Romanovsky2022-12-061-24/+23
| | * net/mlx5e: Group IPsec miss handles into separate structLeon Romanovsky2022-12-061-7/+11
| | * net/mlx5e: Make clear what IPsec rx_err doesLeon Romanovsky2022-12-061-22/+16
| | * net/mlx5e: Flatten the IPsec RX add rule pathLeon Romanovsky2022-12-062-37/+53
| | * net/mlx5e: Refactor FTE setup code to be more clearLeon Romanovsky2022-12-061-54/+85
| | * net/mlx5e: Move IPsec flow table creation to separate functionLeon Romanovsky2022-12-061-22/+23
| | * net/mlx5e: Create hardware IPsec packet offload objectsLeon Romanovsky2022-12-063-2/+39
| | * net/mlx5e: Create Advanced Steering Operation object for IPsecLeon Romanovsky2022-12-064-0/+80
| | * net/mlx5e: Remove accesses to priv for low level IPsec FS codeLeon Romanovsky2022-12-063-59/+56
| | * net/mlx5e: Use mlx5 print routines for low level IPsec codeLeon Romanovsky2022-12-061-12/+14
| | * net/mlx5e: Create symmetric IPsec RX and TX flow steering structsLeon Romanovsky2022-12-062-154/+130
| | * net/mlx5e: Remove extra layers of definesLeon Romanovsky2022-12-064-43/+23
| | * net/mlx5e: Store replay window in XFRM attributesLeon Romanovsky2022-12-062-0/+13
| | * net/mlx5e: Advertise IPsec packet offload supportLeon Romanovsky2022-12-062-0/+7
| | * net/mlx5: Add HW definitions for IPsec packet offloadLeon Romanovsky2022-12-062-3/+51
| | * net/mlx5: Return ready to use ASO WQELeon Romanovsky2022-12-063-4/+6
| |/
| * Merge branch 'Extend XFRM core to allow packet offload configuration'Steffen Klassert2022-12-0615-64/+577
| |\
| | * xfrm: document IPsec packet offload modeLeon Romanovsky2022-12-051-9/+53
| | * xfrm: add support to HW update soft and hard limitsLeon Romanovsky2022-12-053-0/+22