index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_nat
Xin Long
2022-12-12
1
-1
/
+1
*
openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info nat
Xin Long
2022-12-12
1
-2
/
+4
*
openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_execute
Xin Long
2022-12-12
1
-11
/
+6
*
myri10ge: use strscpy() to instead of strncpy()
Xu Panda
2022-12-12
1
-2
/
+1
*
liquidio: use strscpy() to instead of strncpy()
Xu Panda
2022-12-12
1
-4
/
+3
*
hns: use strscpy() to instead of strncpy()
Xu Panda
2022-12-12
1
-7
/
+4
*
net: stmmac: Add check for taprio basetime configuration
Michael Sit Wei Hong
2022-12-12
1
-0
/
+3
*
Merge branch 'tun-vnet-uso'
David S. Miller
2022-12-12
8
-9
/
+49
|
\
|
*
drivers/net/virtio_net.c: Added USO support.
Andrew Melnychenko
2022-12-12
1
-4
/
+15
|
*
linux/virtio_net.h: Support USO offload in vnet header.
Andrew Melnychenko
2022-12-12
1
-0
/
+9
|
*
uapi/linux/virtio_net.h: Added USO types.
Andrew Melnychenko
2022-12-12
1
-0
/
+4
|
*
driver/net/tun: Added features for USO.
Andrew Melnychenko
2022-12-12
2
-3
/
+15
|
*
uapi/linux/if_tun.h: Added new offload types for USO4/6.
Andrew Melnychenko
2022-12-12
1
-0
/
+2
|
*
udp: allow header check for dodgy GSO_UDP_L4 packets.
Andrew Melnychenko
2022-12-12
2
-2
/
+4
|
/
*
Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2022-12-10
30
-512
/
+2141
|
\
|
*
xfrm: Fix spelling mistake "oflload" -> "offload"
Colin Ian King
2022-12-09
1
-1
/
+1
|
*
Merge branch 'mlx5 IPsec packet offload support (Part II)'
Steffen Klassert
2022-12-09
12
-118
/
+1047
|
|
\
|
|
*
net/mlx5e: Open mlx5 driver to accept IPsec packet offload
Leon Romanovsky
2022-12-08
1
-10
/
+31
|
|
*
net/mlx5e: Handle ESN update events
Leon Romanovsky
2022-12-08
3
-3
/
+48
|
|
*
net/mlx5e: Handle hardware IPsec limits events
Leon Romanovsky
2022-12-08
4
-5
/
+118
|
|
*
net/mlx5e: Update IPsec soft and hard limits
Leon Romanovsky
2022-12-08
4
-0
/
+127
|
|
*
net/mlx5e: Store all XFRM SAs in Xarray
Leon Romanovsky
2022-12-08
3
-74
/
+28
|
|
*
net/mlx5e: Provide intermediate pointer to access IPsec struct
Leon Romanovsky
2022-12-08
1
-6
/
+6
|
|
*
net/mlx5e: Skip IPsec encryption for TX path without matching policy
Leon Romanovsky
2022-12-08
3
-7
/
+43
|
|
*
net/mlx5e: Add statistics for Rx/Tx IPsec offloaded flows
Raed Salem
2022-12-08
5
-24
/
+233
|
|
*
net/mlx5e: Improve IPsec flow steering autogroup
Leon Romanovsky
2022-12-08
1
-4
/
+4
|
|
*
net/mlx5e: Configure IPsec packet offload flow steering
Leon Romanovsky
2022-12-08
3
-10
/
+91
|
|
*
net/mlx5e: Use same coding pattern for Rx and Tx flows
Leon Romanovsky
2022-12-08
1
-3
/
+2
|
|
*
net/mlx5e: Add XFRM policy offload logic
Leon Romanovsky
2022-12-08
3
-1
/
+295
|
|
*
net/mlx5e: Create IPsec policy offload tables
Leon Romanovsky
2022-12-08
3
-6
/
+56
|
|
/
|
*
Merge branch 'mlx5 IPsec packet offload support (Part I)'
Steffen Klassert
2022-12-08
9
-356
/
+543
|
|
\
|
|
*
net/mlx5e: Generalize creation of default IPsec miss group and rule
Leon Romanovsky
2022-12-06
1
-24
/
+23
|
|
*
net/mlx5e: Group IPsec miss handles into separate struct
Leon Romanovsky
2022-12-06
1
-7
/
+11
|
|
*
net/mlx5e: Make clear what IPsec rx_err does
Leon Romanovsky
2022-12-06
1
-22
/
+16
|
|
*
net/mlx5e: Flatten the IPsec RX add rule path
Leon Romanovsky
2022-12-06
2
-37
/
+53
|
|
*
net/mlx5e: Refactor FTE setup code to be more clear
Leon Romanovsky
2022-12-06
1
-54
/
+85
|
|
*
net/mlx5e: Move IPsec flow table creation to separate function
Leon Romanovsky
2022-12-06
1
-22
/
+23
|
|
*
net/mlx5e: Create hardware IPsec packet offload objects
Leon Romanovsky
2022-12-06
3
-2
/
+39
|
|
*
net/mlx5e: Create Advanced Steering Operation object for IPsec
Leon Romanovsky
2022-12-06
4
-0
/
+80
|
|
*
net/mlx5e: Remove accesses to priv for low level IPsec FS code
Leon Romanovsky
2022-12-06
3
-59
/
+56
|
|
*
net/mlx5e: Use mlx5 print routines for low level IPsec code
Leon Romanovsky
2022-12-06
1
-12
/
+14
|
|
*
net/mlx5e: Create symmetric IPsec RX and TX flow steering structs
Leon Romanovsky
2022-12-06
2
-154
/
+130
|
|
*
net/mlx5e: Remove extra layers of defines
Leon Romanovsky
2022-12-06
4
-43
/
+23
|
|
*
net/mlx5e: Store replay window in XFRM attributes
Leon Romanovsky
2022-12-06
2
-0
/
+13
|
|
*
net/mlx5e: Advertise IPsec packet offload support
Leon Romanovsky
2022-12-06
2
-0
/
+7
|
|
*
net/mlx5: Add HW definitions for IPsec packet offload
Leon Romanovsky
2022-12-06
2
-3
/
+51
|
|
*
net/mlx5: Return ready to use ASO WQE
Leon Romanovsky
2022-12-06
3
-4
/
+6
|
|
/
|
*
Merge branch 'Extend XFRM core to allow packet offload configuration'
Steffen Klassert
2022-12-06
15
-64
/
+577
|
|
\
|
|
*
xfrm: document IPsec packet offload mode
Leon Romanovsky
2022-12-05
1
-9
/
+53
|
|
*
xfrm: add support to HW update soft and hard limits
Leon Romanovsky
2022-12-05
3
-0
/
+22
[next]