aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-05net/mlx5e: Implement ethtool hardware timestamping statisticsRahul Rameshbabu3-0/+56
2024-04-05net/mlx5e: Introduce timestamps statistic counter for Tx DMA layerRahul Rameshbabu3-2/+7
2024-04-05net/mlx5e: Introduce lost_cqe statistic counter for PTP Tx port timestamping CQRahul Rameshbabu3-0/+3
2024-04-05net: xgbe: remove extraneous #ifdef checksArnd Bergmann1-8/+0
2024-04-053c515: remove unused 'mtu' variableArnd Bergmann1-3/+0
2024-04-05net/mlx5e: Un-expose functions in en.hTariq Toukan3-24/+12
2024-04-05net/mlx5e: Support FEC settings for 100G/lane modesCosmin Ratiu1-2/+34
2024-04-05net/mlx5e: Extract checking of FEC support for a link modeCosmin Ratiu1-5/+11
2024-04-05bnxt_en: Fix PTP firmware timeout parameterMichael Chan1-1/+1
2024-04-05wifi: ath10k: support board-specific firmware overridesDmitry Baryshkov3-1/+15
2024-04-05Merge tag 'rtw-next-2024-04-04' of https://github.com/pkshih/rtwKalle Valo26-218/+369
2024-04-05wifi: mwifiex: replace open-coded module_sdio_driver()Krzysztof Kozlowski1-1/+1
2024-04-05wifi: wilc1000: replace open-coded module_sdio_driver()Krzysztof Kozlowski1-3/+2
2024-04-05wifi: wl1251: simplify module initializationKrzysztof Kozlowski1-19/+1
2024-04-05wifi: rsi: sdio: simplify module initializationKrzysztof Kozlowski1-30/+1
2024-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): use entries variable to signal 0...Oleksij Rempel1-17/+7
2024-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): return read/write error if we go...Oleksij Rempel1-5/+15
2024-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): ksz: do not return EAGAIN on tim...Oleksij Rempel1-6/+5
2024-04-04net: dsa: microchip: ksz8: Unify variable naming in ksz8_r_dyn_mac_table()Oleksij Rempel1-6/+6
2024-04-04net: dsa: microchip: ksz8: Refactor ksz8_r_dyn_mac_table() for readabilityOleksij Rempel1-29/+31
2024-04-04net: dsa: microchip: ksz8: Refactor ksz8_fdb_dump()Oleksij Rempel2-13/+17
2024-04-04net: dsa: microchip: Make ksz8_r_dyn_mac_table() staticOleksij Rempel2-4/+2
2024-04-04net: dsa: microchip: Remove unused FDB timestamp support in ksz8_r_dyn_mac_ta...Oleksij Rempel2-6/+3
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski33-199/+461
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds32-198/+460
2024-04-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-18/+16
2024-04-04net: usb: ax88179_178a: avoid the interface always configured as random addressJose Ignacio Tornos Martinez1-0/+2
2024-04-04bnxt_en: Add warning message about disallowed speed changeSreekanth Reddy1-0/+3
2024-04-04bnxt_en: Update firmware interface to 1.10.3.39Pavan Chebbi1-47/+137
2024-04-04bnxt_en: Add XDP Metadata supportSomnath Kotur2-5/+41
2024-04-04bnxt_en: Change bnxt_rx_xdp function prototypeSomnath Kotur3-16/+16
2024-04-04bnxt_en: Allocate page pool per numa nodeSomnath Kotur1-4/+11
2024-04-04bnxt_en: Enable XPS by default on driver loadSomnath Kotur1-1/+45
2024-04-04bnxt_en: Add delay to handle Downstream Port Containment (DPC) AERVikas Gupta1-0/+4
2024-04-04net: ethernet: mtk_eth_soc: Reuse value using READ_ONCE instead of re-rereadi...linke li1-1/+1
2024-04-04net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45()Christophe JAILLET1-1/+1
2024-04-04net: ravb: Always update error countersPaul Barker1-8/+9
2024-04-04net: ravb: Always process TX descriptor ringPaul Barker1-2/+5
2024-04-04wifi: ath6kl: sdio: simplify module initializationKrzysztof Kozlowski1-19/+1
2024-04-04wifi: wil6210: wmi: Use __counted_by() in struct wmi_set_link_monitor_cmd and...Gustavo A. R. Silva2-13/+8
2024-04-04wifi: wil6210: cfg80211: Use __counted_by() in struct wmi_start_scan_cmd and ...Gustavo A. R. Silva2-13/+10
2024-04-04wifi: ath12k: fix hal_rx_buf_return_buf_manager documentationJeff Johnson1-1/+1
2024-04-04wifi: ath11k: fix hal_rx_buf_return_buf_manager documentationJeff Johnson1-1/+1
2024-04-04wifi: ath9k: work around memset overflow warningArnd Bergmann2-4/+5
2024-04-04wifi: carl9170: re-fix fortified-memset warningArnd Bergmann1-1/+2
2024-04-04wifi: ath12k: fix missing endianness conversion in wmi_vdev_create_cmd()Miaoqing Pan2-9/+9
2024-04-04wifi: ath12k: debugfs: radar simulation supportRamya Gnanasekar1-0/+29
2024-04-04wifi: ath12k: initial debugfs supportRamasamy Kaliappan7-0/+119
2024-04-04wifi: wfx: drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-04wifi: mwifiex: drop driver owner initializationKrzysztof Kozlowski1-1/+0