summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-02-24net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean
2022-02-24net: dsa: mv88e6xxx: use dsa_switch_for_each_port in mv88e6xxx_lag_sync_masksVladimir Oltean
2022-02-24net: dsa: make LAG IDs one-basedVladimir Oltean
2022-02-24net: dsa: qca8k: rename references to "lag" as "lag_dev"Vladimir Oltean
2022-02-24net: dsa: mv88e6xxx: rename references to "lag" as "lag_dev"Vladimir Oltean
2022-02-24net: asix: remove code duplicates in asix_mdio_read/write and asix_mdio_read/...Oleksij Rempel
2022-02-24net: marvell: prestera: Fix return value check in prestera_kern_fib_cache_find()Yang Yingliang
2022-02-24net: marvell: prestera: Fix return value check in prestera_fib_node_find()Yang Yingliang
2022-02-24net: sparx5: Support offloading of bridge port flooding flagsCasper Andersson
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-24Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2022-02-24net: mv643xx_eth: process retval from of_get_mac_addressMauri Sandberg
2022-02-24Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski
2022-02-24bnx2x: fix driver load from initrdManish Chopra
2022-02-24Revert "xen-netback: Check for hotplug-status existence before watching"Marek Marczykowski-Górecki
2022-02-24Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"Marek Marczykowski-Górecki
2022-02-24mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau
2022-02-24mt76: mt7915: simplify conditionalWan Jiabing
2022-02-24mt76: mt7921: fix injected MPDU transmission to not use HW A-MSDULorenzo Bianconi
2022-02-24mt76: mt7915e: Enable thermal management by defaultNicolas Cavallari
2022-02-24mt76: mt7915e: Add a hwmon attribute to get the actual throttle state.Nicolas Cavallari
2022-02-24mt76: mt7915e: Fix degraded performance after temporary overheatNicolas Cavallari
2022-02-24mt76: improve signal strength reportingFelix Fietkau
2022-02-24mt76: mt7915: use min_t() to make code cleanerChangcheng Deng
2022-02-24mt76: mt7915: fix the muru tlv issueMeiChia Chiu
2022-02-24mt76: mt7915: check band idx for bcc eventRyder Lee
2022-02-24mt76: mt7615: Fix assigning negative values to unsigned variableYang Li
2022-02-24mt76: connac: adjust wlan_idx size from u8 to u16Chad Monroe
2022-02-24mt76: mt7915: fix endianness warnings in mt7915_mac_tx_free()Lorenzo Bianconi
2022-02-24mt76: mt7915: fix endianness warnings in mt7915_debugfs_rx_fw_monitorLorenzo Bianconi
2022-02-24mt76: mt7615: fix compiler warning on frame sizeDeren Wu
2022-02-24mt76: mt7915: initialize smps mode in mt7915_mcu_sta_rate_ctrl_tlv()Peter Chiu
2022-02-24mt76: mt7915: introduce band_idx in mt7915_phyBo Jiao
2022-02-24mt76: mt7915: add support for MT7986Bo Jiao
2022-02-24ath10k: fix pointer arithmetic error in trace callFrancesco Magliocca
2022-02-24carl9170: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-02-24ath11k: add dbring debug supportVenkateswara Naralasetty
2022-02-24ath11k: translate HE status to radiotap formatPradeep Kumar Chitrapu
2022-02-24ath11k: decode HE status tlvPradeep Kumar Chitrapu
2022-02-24ath11k: switch to using ieee80211_tx_status_ext()Pradeep Kumar Chitrapu
2022-02-24can: mcp251xfd: mcp251xfd_priv: introduce macros specifying the number of sup...Marc Kleine-Budde
2022-02-24can: mcp251xfd: prepare for multiple RX-FIFOsMarc Kleine-Budde
2022-02-24can: mcp251xfd: ring: update FIFO setup debug infoMarc Kleine-Budde
2022-02-24can: mcp251xfd: ring: mcp251xfd_ring_init(): checked RAM usage of ring setupMarc Kleine-Budde
2022-02-24can: mcp251xfd: ring: change order of TX and RX FIFOsMarc Kleine-Budde
2022-02-24can: mcp251xfd: ring: prepare to change order of TX and RX FIFOsMarc Kleine-Budde
2022-02-24can: mcp251xfd: mcp251xfd_ring_init(): split ring_init into separate functionsMarc Kleine-Budde
2022-02-24can: mcp251xfd: introduce struct mcp251xfd_tx_ring::nr and ::fifo_nr and make...Marc Kleine-Budde
2022-02-24can: mcp251xfd: add support for internal PLLMarc Kleine-Budde