summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-05net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König136-139/+139
2024-10-05net: dsa: bcm_sf2: fix crossbar port bitwidth logicSam Edwards2-3/+7
2024-10-05Merge branch 'net-prepare-pacing-offload-support'Jakub Kicinski8-6/+44
2024-10-05net_sched: sch_fq: add the ability to offload pacingJeffrey Ji2-6/+29
2024-10-05net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet6-0/+15
2024-10-05selftest/ptp: update ptp selftest to exercise the gettimex optionsMahesh Bandewar1-5/+57
2024-10-05Merge branch 'tcp-add-fast-path-in-timer-handlers'Jakub Kicinski8-24/+49
2024-10-05tcp: add a fast path in tcp_delack_timer()Eric Dumazet5-6/+18
2024-10-05tcp: add a fast path in tcp_write_timer()Eric Dumazet1-0/+5
2024-10-05tcp: annotate data-races around icsk->icsk_pendingEric Dumazet7-20/+28
2024-10-05Merge branch 'selftests-net-ioam-add-tunsrc-support'Jakub Kicinski2-790/+2129
2024-10-05selftests: net: add new ioam testsJustin Iurman4-0/+2787
2024-10-05selftests: net: remove ioam testsJustin Iurman4-1448/+0
2024-10-05net: dsa: mv88e6xxx: Support LED controlLinus Walleij7-2/+1031
2024-10-04hv_netvsc: Don't assume cpu_possible_mask is denseMichael Kelley1-1/+1
2024-10-04ethtool: rss: fix rss key initialization warningDaniel Zahka1-0/+1
2024-10-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-954/+910
2024-10-04Merge branch 'add-option-to-provide-opt_id-value-via-cmsg'Jakub Kicinski20-48/+149
2024-10-04selftests: txtimestamp: add SCM_TS_OPT_ID testVadim Fedorenko3-15/+43
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko9-21/+31
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko11-12/+75
2024-10-04Merge branch 'net-mlx5-hw-counters-refactor'Jakub Kicinski4-278/+147
2024-10-04net/mlx5: hw counters: Remove mlx5_fc_create_exCosmin Ratiu3-10/+2
2024-10-04net/mlx5: hw counters: Don't maintain a counter countCosmin Ratiu1-22/+18
2024-10-04net/mlx5: hw counters: Drop unneeded cacheline alignmentCosmin Ratiu1-1/+1
2024-10-04net/mlx5: hw counters: Replace IDR+lists with xarrayCosmin Ratiu1-194/+82
2024-10-04net/mlx5: hw counters: Use kvmalloc for bulk query bufferCosmin Ratiu1-37/+22
2024-10-04net/mlx5: hw counters: Make fc_stats & fc_pool privateCosmin Ratiu2-52/+60
2024-10-04octeontx2-af: Change block parameter to const pointer in get_lf_str_listRiyan Dhiman1-7/+7
2024-10-04net: macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2Aleksander Jan Bajkowski1-1/+2
2024-10-04Merge branch 'net-airoha-fix-pse-memory-configuration'Jakub Kicinski1-6/+14
2024-10-04net: airoha: fix PSE memory configuration in airoha_fe_pse_ports_init()Lorenzo Bianconi1-2/+4
2024-10-04net: airoha: read default PSE reserved pages value before updatingLorenzo Bianconi1-4/+10
2024-10-04Merge branch 'net-switch-to-scoped-device_for_each_child_node'Jakub Kicinski2-10/+4
2024-10-04net: hns: hisilicon: hns_dsaf_mac: switch to scoped device_for_each_child_node()Javier Carrasco1-7/+3
2024-10-04net: mdio: thunder: switch to scoped device_for_each_child_node()Javier Carrasco1-3/+1
2024-10-04Merge branch 'qed-ethtool-d-faster-less-latency'Jakub Kicinski3-29/+18
2024-10-04qed: put cond_resched() in qed_dmae_operation_wait()Michal Schmidt1-0/+1
2024-10-04qed: allow the callee of qed_mcp_nvm_read() to sleepMichal Schmidt1-8/+1
2024-10-04qed: put cond_resched() in qed_grc_dump_ctx_data()Michal Schmidt1-0/+1
2024-10-04qed: make 'ethtool -d' 10 times fasterMichal Schmidt1-21/+15
2024-10-04Merge branch 'net-mv643xx-devm-fixes'Jakub Kicinski1-21/+7
2024-10-04net: mv643xx: fix wrong devm_clk_get usageRosen Penev1-13/+4
2024-10-04net: mv643xx: use devm_platform_ioremap_resourceRosen Penev1-8/+3
2024-10-04Merge branch 'net-ag71xx-small-cleanups'Jakub Kicinski1-23/+14
2024-10-04net: ag71xx: move assignment into main loopRosen Penev1-2/+1
2024-10-04net: ag71xx: replace INIT_LIST_HEADRosen Penev1-3/+1
2024-10-04net: ag71xx: remove platform_set_drvdataRosen Penev1-3/+0
2024-10-04net: ag71xx: use some dev_err_probeRosen Penev1-12/+9
2024-10-04net: ag71xx: use devm_ioremap_resourceRosen Penev1-3/+3