summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers/net/virtio_net.c: Added USO support.Andrew Melnychenko2022-12-121-4/+15
* driver/net/tun: Added features for USO.Andrew Melnychenko2022-12-122-3/+15
* Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-12-1020-445/+1542
|\
| * 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
| * 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-061-0/+1
| * net/mlx5: Return ready to use ASO WQELeon Romanovsky2022-12-063-4/+6
| * xfrm: allow state packet offload modeLeon Romanovsky2022-12-056-0/+28
* | skbuff: Introduce slab_build_skb()Kees Cook2022-12-102-2/+2
* | net: bcmgenet: Remove the unused functionJiapeng Chong2022-12-101-18/+0
* | Merge tag 'mlx5-updates-2022-12-08' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-12-1031-193/+1295
|\ \
| * | net/mlx5: Expose steering dropped packets counterMichael Guralnik2022-12-091-3/+19
| * | net/mlx5: Refactor and expand rep vport stat groupOr Har-Toov2022-12-092-20/+90
| * | net/mlx5e: multipath, support routes with more than 2 nexthopsMaor Dickman2022-12-091-31/+48
| * | net/mlx5e: TC, add support for meter mtu offloadOz Shlomo2022-12-098-9/+92
| * | net/mlx5e: meter, add mtu post meter tablesOz Shlomo2022-12-093-7/+185
| * | net/mlx5e: meter, refactor to allow multiple post meter tablesOz Shlomo2022-12-091-58/+96
| * | net/mlx5: DR, Add support for range match actionYevgeny Kliteynik2022-12-097-3/+363
| * | net/mlx5: DR, Add function that tells if STE miss addr has been initializedYevgeny Kliteynik2022-12-097-0/+23
| * | net/mlx5: DR, Some refactoring of miss address handlingYevgeny Kliteynik2022-12-091-10/+14
| * | net/mlx5: DR, Manage definers with refcountsYevgeny Kliteynik2022-12-095-2/+163