summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-28sfc: Miscellaneous comment removalsMartin Habets4-21/+2
2023-07-28sfc: Remove struct efx_special_bufferMartin Habets8-75/+25
2023-07-28sfc: Filter cleanups for Falcon and SienaMartin Habets2-23/+0
2023-07-28sfc: Remove some NIC type indirections that are no longer neededMartin Habets5-19/+0
2023-07-28sfc: Remove PTP code for SienaMartin Habets2-226/+1
2023-07-28sfc: Remove EFX_REV_SIENA_A0Martin Habets2-9/+1
2023-07-28sfc: Remove support for siena high priority queueMartin Habets4-50/+2
2023-07-28sfc: Remove siena_nic_data and statsMartin Habets1-95/+0
2023-07-28sfc: Remove falcon referencesMartin Habets6-3170/+2
2023-07-28net/mlx5: Fix flowhash key set/get for custom RSSJoe Damato3-17/+48
2023-07-28can: gs_usb: convert to NAPI/rx-offload to avoid OoO receptionMarc Kleine-Budde2-19/+67
2023-07-28can: rx-offload: add can_rx_offload_get_echo_skb_queue_tail()Marc Kleine-Budde1-1/+26
2023-07-28can: rx-offload: rename rx_offload_get_echo_skb() -> can_rx_offload_get_echo_...Marc Kleine-Budde5-15/+16
2023-07-28can: gs_usb: gs_usb_disconnect(): remove not needed usb_kill_anchored_urbs()Marc Kleine-Budde1-1/+0
2023-07-28can: gs_usb: gs_destroy_candev(): remove not needed usb_kill_anchored_urbs()Marc Kleine-Budde1-1/+0
2023-07-28can: gs_usb: gs_can_close(): don't complain about failed device reset during ...Marc Kleine-Budde1-3/+1
2023-07-28can: gs_usb: gs_can_start_xmit(), gs_can_open(): clean up printouts in error ...Marc Kleine-Budde1-6/+3
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 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