summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-01net/mlx5e: Call mlx5e_page_release_dynamic directly where possibleMaxim Mikityanskiy1-16/+4
2022-10-01net/mlx5e: Use non-XSK page allocator in SHAMPOMaxim Mikityanskiy1-11/+1
2022-10-01net/mlx5e: xsk: Use xsk_buff_alloc_batch on striding RQMaxim Mikityanskiy4-48/+106
2022-10-01net/mlx5e: xsk: Use xsk_buff_alloc_batch on legacy RQMaxim Mikityanskiy4-0/+55
2022-10-01net/mlx5e: xsk: Split out WQE allocation for legacy XSK RQMaxim Mikityanskiy3-4/+34
2022-10-01net/mlx5e: Remove the outer loop when allocating legacy RQ WQEsMaxim Mikityanskiy2-22/+17
2022-10-01net/mlx5e: xsk: Use partial batches in legacy RQ with XSKMaxim Mikityanskiy1-13/+1
2022-10-01net/mlx5e: Use partial batches in legacy RQMaxim Mikityanskiy1-18/+21
2022-10-01net/mlx5e: Make the wqe_index_mask calculation more exactMaxim Mikityanskiy1-1/+20
2022-10-01net/mlx5e: Introduce wqe_index_mask for legacy RQMaxim Mikityanskiy2-4/+22
2022-10-01net/mlx5e: xsk: Drop the check for XSK state in mlx5e_xsk_wakeupMaxim Mikityanskiy2-4/+1
2022-10-01net/mlx5e: xsk: Use mlx5e_trigger_napi_icosq for XSK wakeupMaxim Mikityanskiy1-3/+1
2022-10-01bpf, docs: Delete misformatted table.Alexei Starovoitov1-17/+0
2022-09-30Merge branch 'nfp-support-fec-mode-reporting-and-auto-neg'Jakub Kicinski8-72/+147
2022-09-30nfp: add support restart of link auto-negotiationFei Qin1-0/+33
2022-09-30nfp: add support for link auto negotiationYinjun Zhang4-5/+33
2022-09-30nfp: refine the ABI of getting `sp_indiff` infoYinjun Zhang5-65/+71
2022-09-30nfp: avoid halt of driver init process when non-fatal error happensYinjun Zhang1-5/+4
2022-09-30nfp: add support for reporting active FEC modeYinjun Zhang3-2/+11
2022-09-30selftests/tc-testing: update qdisc/cls/action features in configZhengchao Shao1-1/+24
2022-09-30dt-bindings: nfc: marvell,nci: fix reset line polarity in examplesDmitry Torokhov1-3/+3
2022-09-30Merge branch 'devlink-sanitize-per-port-region-creation-destruction'Jakub Kicinski7-136/+166
2022-09-30net: dsa: remove bool devlink_port_setupVladimir Oltean2-10/+6
2022-09-30net: dsa: don't do devlink port setup earlyJiri Pirko1-94/+82
2022-09-30net: dsa: don't leave dangling pointers in dp->pl when failingVladimir Oltean3-10/+19
2022-09-30net: dsa: move port_setup/teardown to be called outside devlink port register...Jiri Pirko1-42/+26
2022-09-30net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko2-4/+48
2022-09-30net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko2-3/+6
2022-09-30net: devlink: introduce port registered assert helper and use itJiri Pirko1-13/+19
2022-09-30r8169: add rtl_disable_rxdvgate()Chunhao Lin1-6/+10
2022-09-30Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski23-1671/+1701
2022-09-30genetlink: reject use of nlmsg_flags for new commandsJakub Kicinski1-1/+31
2022-09-30Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz1-0/+1
2022-09-30selftests/xsk: Fix double freeMagnus Karlsson1-3/+0
2022-09-30bpftool: Fix error message of strerrorTianyi Liu3-12/+10
2022-09-30libbpf: Fix overrun in netlink attribute iterationXin Liu1-1/+1
2022-09-30selftests/bpf: Fix spelling mistake "unpriviledged" -> "unprivileged"Colin Ian King2-2/+2
2022-09-30samples/bpf: Fix typo in xdp_router_ipv4 sampleDeming Wang1-1/+1
2022-09-30Merge branch 'tools: bpftool: Remove unused struct'Andrii Nakryiko2-12/+0
2022-09-30bpftool: Remove unused struct event_ring_infoYuan Can1-7/+0
2022-09-30bpftool: Remove unused struct btf_attach_pointYuan Can1-5/+0
2022-09-30bpf, docs: Add TOC and fix formatting.Dave Thaler1-132/+136
2022-09-30bpf, docs: Add Clang note about BPF_ALUDave Thaler1-0/+6
2022-09-30bpf, docs: Move Clang notes to a separate fileDave Thaler2-6/+24
2022-09-30bpf, docs: Linux byteswap noteDave Thaler2-4/+5
2022-09-30bpf, docs: Move legacy packet instructions to a separate fileDave Thaler2-35/+68
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski245-2603/+9695
2022-09-30Merge branch 'mlx5-xsk-updates-part2-2022-09-28'Jakub Kicinski16-366/+683
2022-09-30net/mlx5e: Clean up and fix error flows in mlx5e_alloc_rqMaxim Mikityanskiy1-5/+7
2022-09-30net/mlx5e: Move repeating clear_bit in mlx5e_rx_reporter_err_rq_cqe_recoverMaxim Mikityanskiy1-5/+2