aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-28can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde1-2/+3
2023-07-28can: gs_usb: gs_usb_receive_bulk_callback(): make use of statsMarc Kleine-Budde1-5/+5
2023-07-28can: gs_usb: gs_usb_receive_bulk_callback(): make use of netdevMarc Kleine-Budde1-2/+2
2023-07-28can: gs_usb: uniformly use "parent" as variable name for struct gs_usbMarc Kleine-Budde1-31/+31
2023-07-28can: gs_usb: gs_usb_set_timestamp(): remove return statements form void functionMarc Kleine-Budde1-2/+0
2023-07-28can: gs_usb: gs_usb_probe(): align block commentMarc Kleine-Budde1-2/+2
2023-07-28can: gs_usb: remove leading space from goto labelsMarc Kleine-Budde1-6/+6
2023-07-28can: Explicitly include correct DT includes, part 2Rob Herring8-8/+0
2023-07-28can: sun4i_can: Add support for the Allwinner D1John Watts2-3/+13
2023-07-28can: sun4i_can: Add acceptance register quirkJohn Watts1-2/+8
2023-07-28can: peak_usb: remove unused/legacy peak_usb_netif_rx() functionPeter Seiderer2-15/+0
2023-07-27net: Explicitly include correct DT includesRob Herring89-92/+87
2023-07-27Revert "net: stmmac: correct MAC propagation delay"Jakub Kicinski4-56/+0
2023-07-27net: stmmac: dwmac-qcom-ethqos: Use max frequency for clk_ptp_refAndrew Halaney1-0/+18
2023-07-27net: stmmac: Make ptp_clk_freq_config variable type explicitAndrew Halaney1-2/+1
2023-07-27Merge tag 'mlx5-fixes-2023-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski26-73/+137
2023-07-27net: dsa: fix value check in bcm_sf2_sw_probe()Yuanjun Gong1-2/+6
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski31-138/+405
2023-07-27net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefixJiri Pirko3-9/+9
2023-07-27net/mlx5: Make mlx5_eswitch_load/unload_vport() staticJiri Pirko2-8/+3
2023-07-27net/mlx5: Make mlx5_esw_offloads_rep_load/unload() staticJiri Pirko2-5/+2
2023-07-27net/mlx5: Remove pointless devlink_rate checksJiri Pirko1-8/+4
2023-07-27net/mlx5: Don't check vport->enabled in port opsJiri Pirko1-22/+6
2023-07-27net/mlx5e: Make flow classification filters staticParav Pandit2-6/+3
2023-07-27net/mlx5e: Remove duplicate code for user flowParav Pandit1-4/+0
2023-07-27net/mlx5: Allocate command stats with xarrayShay Drory2-9/+36
2023-07-27net/mlx5: split mlx5_cmd_init() to probe and reload routinesShay Drory3-56/+82
2023-07-27net/mlx5: Remove redundant cmdif revision checkShay Drory1-12/+3
2023-07-27net/mlx5: Re-organize mlx5_cmd structShay Drory2-49/+49
2023-07-27net/mlx5e: E-Switch, Allow devcom initialization on more vportsRoi Dayan1-1/+2
2023-07-27net/mlx5e: E-Switch, Register devcom device with switch id keyRoi Dayan3-9/+11
2023-07-27net/mlx5: Devcom, Infrastructure changesRoi Dayan10-325/+357
2023-07-27net/mlx5: Use shared code for checking lag is supportedRoi Dayan3-16/+12
2023-07-27ice: update reset path for SRIOV LAG supportDave Ertman3-4/+244
2023-07-27ice: enforce no DCB config changing when in bondDave Ertman1-0/+50
2023-07-27ice: enforce interface eligibility and add messaging for SRIOV LAGDave Ertman1-5/+84
2023-07-27ice: support non-standard teardown of bond interfaceDave Ertman1-7/+40
2023-07-27ice: Flesh out implementation of support for SRIOV on bonded interfaceDave Ertman1-10/+816
2023-07-27ice: process events created by lag netdev event handlerDave Ertman5-74/+501
2023-07-27ice: implement lag netdev event handlerDave Ertman2-14/+140
2023-07-27ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman7-29/+211
2023-07-27ice: Add driver support for firmware changes for LAGDave Ertman8-30/+66
2023-07-27ice: Correctly initialize queue context valuesJacob Keller2-5/+19
2023-07-27wifi: wil6210: fix fortify warningsDmitry Antipov4-6/+10
2023-07-27benet: fix return value check in be_lancer_xmit_workarounds()Yuanjun Gong1-1/+2
2023-07-26virtio-net: fix race between set queues and probeJason Wang1-2/+2
2023-07-26net/mlx4: clean up a type issueDan Carpenter1-2/+2
2023-07-26net: ethernet: mtk_eth_soc: add basic support for MT7988 SoCLorenzo Bianconi3-28/+273
2023-07-26net: ethernet: mtk_eth_soc: convert clock bitmap to u64Daniel Golle1-47/+49
2023-07-26net: ethernet: mtk_eth_soc: convert caps in mtk_soc_data struct to u64Lorenzo Bianconi2-39/+39