summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smsc911x: remove superfluous variable initWolfram Sang2023-03-301-1/+1
* Merge branch 'net-rps-rfs-improvements'Paolo Abeni2023-03-302-10/+37
|\
| * net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet2023-03-301-4/+18
| * net: optimize napi_schedule_rps()Eric Dumazet2023-03-301-3/+5
| * net: add softnet_data.in_net_rx_actionEric Dumazet2023-03-302-0/+5
| * net: napi_schedule_rps() cleanupEric Dumazet2023-03-301-6/+12
|/
* Merge tag 'mlx5-updates-2023-03-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-03-2911-389/+464
|\
| * net/mlx5e: RX, Remove unnecessary recycle parameter and page_cache statsDragos Tatulea2023-03-285-85/+25
| * net/mlx5e: RX, Break the wqe bulk refill in smaller chunksDragos Tatulea2023-03-283-3/+34
| * net/mlx5e: RX, Increase WQE bulk size for legacy rqDragos Tatulea2023-03-282-5/+44
| * net/mlx5e: RX, Split off release path for xsk buffers for legacy rqDragos Tatulea2023-03-281-15/+35
| * net/mlx5e: RX, Defer page release in legacy rq for better recyclingDragos Tatulea2023-03-284-23/+66
| * net/mlx5e: RX, Change wqe last_in_page field from bool to bit flagsDragos Tatulea2023-03-283-4/+8
| * net/mlx5e: RX, Defer page release in striding rq for better recyclingDragos Tatulea2023-03-284-10/+25
| * net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic nameDragos Tatulea2023-03-283-9/+9
| * net/mlx5e: RX, Enable skb page recycling through the page_poolDragos Tatulea2023-03-285-88/+121
| * net/mlx5e: RX, Enable dma map and sync from page_pool allocatorDragos Tatulea2023-03-284-27/+4
| * net/mlx5e: RX, Remove internal page_cacheDragos Tatulea2023-03-283-72/+0
| * net/mlx5e: RX, Store SHAMPO header pages in arrayDragos Tatulea2023-03-283-26/+45
| * net/mlx5e: RX, Remove alloc unit layout constraint for striding rqDragos Tatulea2023-03-285-51/+51
| * net/mlx5e: RX, Remove alloc unit layout constraint for legacy rqDragos Tatulea2023-03-284-62/+87
| * net/mlx5e: RX, Remove mlx5e_alloc_unit argument in page allocationDragos Tatulea2023-03-281-17/+18
* | net: ena: removed unused tx_bytes variableSimon Horman2023-03-291-2/+0
* | octeon_ep: unlock the correct lock on error pathDan Carpenter2023-03-291-1/+1
* | ptp: add ToD device driver for Intel FPGA cardsTianfei Zhang2023-03-294-0/+354
* | net: hns3: support wake on lan configuration and queryHao Lan2023-03-299-0/+202
* | Merge branch 'sfc-tc-decap-support'David S. Miller2023-03-294-18/+857
|\ \
| * | sfc: add offloading of 'foreign' TC (decap) rulesEdward Cree2023-03-294-17/+366
| * | sfc: add code to register and unregister encap matchesEdward Cree2023-03-292-0/+174
| * | sfc: add functions to insert encap matches into the MAEEdward Cree2023-03-293-0/+111
| * | sfc: handle enc keys in efx_tc_flower_parse_match()Edward Cree2023-03-291-0/+61
| * | sfc: add notion of match on enc keys to MAE machineryEdward Cree2023-03-293-2/+122
| * | sfc: document TC-to-EF100-MAE action translation conceptsEdward Cree2023-03-291-1/+25
|/ /
* | Merge branch 'macvlan-broadcast-queue-bypass'David S. Miller2023-03-293-28/+75
|\ \
| * | macvlan: Add netlink attribute for broadcast cutoffHerbert Xu2023-03-293-2/+31
| * | macvlan: Skip broadcast queue if multicast with single receiverHerbert Xu2023-03-291-28/+46
|/ /
* | Merge branch 'mptcp-cleanups'David S. Miller2023-03-293-38/+72
|\ \
| * | selftests: mptcp: add mptcp_info testsGeliang Tang2023-03-291-1/+46
| * | mptcp: do not fill info not used by the PM in usedMatthieu Baerts2023-03-291-7/+13
| * | mptcp: simplify subflow_syn_recv_sock()Paolo Abeni2023-03-291-28/+13
| * | mptcp: avoid unneeded address copyPaolo Abeni2023-03-291-2/+0
|/ /
* | Merge branch 'in6addr_any-cleanups'David S. Miller2023-03-297-29/+18
|\ \
| * | 6lowpan: Remove redundant initialisation.Kuniyuki Iwashima2023-03-291-1/+1
| * | ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima2023-03-296-28/+17
|/ /
* | Merge branch 'vsock-sockmap-support'David S. Miller2023-03-2913-6/+452
|\ \
| * | selftests/bpf: add a test case for vsock sockmapBobby Eshleman2023-03-291-0/+163
| * | selftests/bpf: add vsock to vmtest.shBobby Eshleman2023-03-293-0/+8
| * | vsock: support sockmapBobby Eshleman2023-03-299-6/+281
|/ /
* | testing/vsock: add vsock_perf to gitignoreBobby Eshleman2023-03-281-0/+1
* | Merge branch 'ynl-add-support-for-user-headers-and-struct-attrs'Jakub Kicinski2023-03-287-18/+516
|\ \