summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-30smsc911x: remove superfluous variable initWolfram Sang1-1/+1
2023-03-30Merge branch 'net-rps-rfs-improvements'Paolo Abeni2-10/+37
2023-03-30net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet1-4/+18
2023-03-30net: optimize napi_schedule_rps()Eric Dumazet1-3/+5
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet2-0/+5
2023-03-30net: napi_schedule_rps() cleanupEric Dumazet1-6/+12
2023-03-30Merge tag 'mlx5-updates-2023-03-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski11-389/+464
2023-03-30net: ena: removed unused tx_bytes variableSimon Horman1-2/+0
2023-03-30octeon_ep: unlock the correct lock on error pathDan Carpenter1-1/+1
2023-03-30ptp: add ToD device driver for Intel FPGA cardsTianfei Zhang4-0/+354
2023-03-29net: hns3: support wake on lan configuration and queryHao Lan9-0/+202
2023-03-29Merge branch 'sfc-tc-decap-support'David S. Miller4-18/+857
2023-03-29sfc: add offloading of 'foreign' TC (decap) rulesEdward Cree4-17/+366
2023-03-29sfc: add code to register and unregister encap matchesEdward Cree2-0/+174
2023-03-29sfc: add functions to insert encap matches into the MAEEdward Cree3-0/+111
2023-03-29sfc: handle enc keys in efx_tc_flower_parse_match()Edward Cree1-0/+61
2023-03-29sfc: add notion of match on enc keys to MAE machineryEdward Cree3-2/+122
2023-03-29sfc: document TC-to-EF100-MAE action translation conceptsEdward Cree1-1/+25
2023-03-29Merge branch 'macvlan-broadcast-queue-bypass'David S. Miller3-28/+75
2023-03-29macvlan: Add netlink attribute for broadcast cutoffHerbert Xu3-2/+31
2023-03-29macvlan: Skip broadcast queue if multicast with single receiverHerbert Xu1-28/+46
2023-03-29Merge branch 'mptcp-cleanups'David S. Miller3-38/+72
2023-03-29selftests: mptcp: add mptcp_info testsGeliang Tang1-1/+46
2023-03-29mptcp: do not fill info not used by the PM in usedMatthieu Baerts1-7/+13
2023-03-29mptcp: simplify subflow_syn_recv_sock()Paolo Abeni1-28/+13
2023-03-29mptcp: avoid unneeded address copyPaolo Abeni1-2/+0
2023-03-29Merge branch 'in6addr_any-cleanups'David S. Miller7-29/+18
2023-03-296lowpan: Remove redundant initialisation.Kuniyuki Iwashima1-1/+1
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima6-28/+17
2023-03-29Merge branch 'vsock-sockmap-support'David S. Miller13-6/+452
2023-03-29selftests/bpf: add a test case for vsock sockmapBobby Eshleman1-0/+163
2023-03-29selftests/bpf: add vsock to vmtest.shBobby Eshleman3-0/+8
2023-03-29vsock: support sockmapBobby Eshleman9-6/+281
2023-03-29testing/vsock: add vsock_perf to gitignoreBobby Eshleman1-0/+1
2023-03-29Merge branch 'ynl-add-support-for-user-headers-and-struct-attrs'Jakub Kicinski7-18/+516
2023-03-29docs: netlink: document the sub-type attribute propertyDonald Hunter2-0/+24
2023-03-29docs: netlink: document struct support for genetlink-legacyDonald Hunter1-3/+71
2023-03-29netlink: specs: add partial specification for openvswitchDonald Hunter2-0/+292
2023-03-29tools: ynl: Add fixed-header support to ynlDonald Hunter3-12/+44
2023-03-29tools: ynl: Add struct attr decoding to ynlDonald Hunter3-1/+21
2023-03-29tools: ynl: Add C array attribute decoding to ynlDonald Hunter2-3/+22
2023-03-29tools: ynl: Add struct parsing to nlspecDonald Hunter1-0/+43
2023-03-29Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski11-235/+398
2023-03-29docs: netdev: clarify the need to sending reverts as patchesJakub Kicinski1-1/+8
2023-03-29net: ethernet: 8390: axnet_cs: remove unused xfer_count variableTom Rix1-3/+0
2023-03-29Revert "sh_eth: remove open coded netif_running()"Wolfram Sang2-1/+6
2023-03-29Merge branch 'net-refcount-address-dst_entry-reference-count-scalability-issues'Jakub Kicinski13-71/+63
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner7-38/+23
2023-03-29net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo8-35/+42
2023-03-29Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski9-19/+752