aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-02-25can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8Vincent Mailhol2-7/+10
2022-02-24nfp: add NFP_FL_FEATS_QOS_METER to host features to enable meter offloadBaowen Zheng1-1/+2
2022-02-24nfp: add support to offload police action from flower tableBaowen Zheng4-1/+68
2022-02-24nfp: add process to get action stats from hardwareBaowen Zheng2-5/+114
2022-02-24nfp: add hash table to store meter tableBaowen Zheng2-1/+176
2022-02-24nfp: add support to offload tc action to hardwareBaowen Zheng3-1/+121
2022-02-24nfp: refactor policer config to support ingress/egress meterBaowen Zheng2-20/+56
2022-02-24net: dsa: felix: support FDB entries on offloaded LAG interfacesVladimir Oltean2-1/+145
2022-02-24net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean1-5/+7
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean3-56/+49
2022-02-24net: dsa: mv88e6xxx: use dsa_switch_for_each_port in mv88e6xxx_lag_sync_masksVladimir Oltean1-2/+2
2022-02-24net: dsa: make LAG IDs one-basedVladimir Oltean2-7/+11
2022-02-24net: dsa: qca8k: rename references to "lag" as "lag_dev"Vladimir Oltean1-14/+14
2022-02-24net: dsa: mv88e6xxx: rename references to "lag" as "lag_dev"Vladimir Oltean1-24/+25
2022-02-24net: asix: remove code duplicates in asix_mdio_read/write and asix_mdio_read/write_nopmOleksij Rempel1-55/+19
2022-02-24net: marvell: prestera: Fix return value check in prestera_kern_fib_cache_find()Yang Yingliang1-1/+1
2022-02-24net: marvell: prestera: Fix return value check in prestera_fib_node_find()Yang Yingliang1-1/+1
2022-02-24net: sparx5: Support offloading of bridge port flooding flagsCasper Andersson1-1/+20
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski52-302/+558
2022-02-24Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski4-26/+26
2022-02-24net: mv643xx_eth: process retval from of_get_mac_addressMauri Sandberg1-10/+14
2022-02-24Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski1-11/+1
2022-02-24bnx2x: fix driver load from initrdManish Chopra1-0/+3
2022-02-24Revert "xen-netback: Check for hotplug-status existence before watching"Marek Marczykowski-Górecki1-8/+4
2022-02-24Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"Marek Marczykowski-Górecki1-1/+1
2022-02-24mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau4-10/+16
2022-02-24mt76: mt7915: simplify conditionalWan Jiabing1-3/+1
2022-02-24mt76: mt7921: fix injected MPDU transmission to not use HW A-MSDULorenzo Bianconi1-0/+1
2022-02-24mt76: mt7915e: Enable thermal management by defaultNicolas Cavallari1-1/+2
2022-02-24mt76: mt7915e: Add a hwmon attribute to get the actual throttle state.Nicolas Cavallari1-9/+18
2022-02-24mt76: mt7915e: Fix degraded performance after temporary overheatNicolas Cavallari2-6/+13
2022-02-24mt76: improve signal strength reportingFelix Fietkau6-29/+33
2022-02-24mt76: mt7915: use min_t() to make code cleanerChangcheng Deng1-6/+2
2022-02-24mt76: mt7915: fix the muru tlv issueMeiChia Chiu1-7/+5
2022-02-24mt76: mt7915: check band idx for bcc eventRyder Lee2-3/+26
2022-02-24mt76: mt7615: Fix assigning negative values to unsigned variableYang Li1-1/+1
2022-02-24mt76: connac: adjust wlan_idx size from u8 to u16Chad Monroe2-2/+2
2022-02-24mt76: mt7915: fix endianness warnings in mt7915_mac_tx_free()Lorenzo Bianconi1-1/+1
2022-02-24mt76: mt7915: fix endianness warnings in mt7915_debugfs_rx_fw_monitorLorenzo Bianconi1-2/+2
2022-02-24mt76: mt7615: fix compiler warning on frame sizeDeren Wu1-3/+11
2022-02-24mt76: mt7915: initialize smps mode in mt7915_mcu_sta_rate_ctrl_tlv()Peter Chiu1-0/+1
2022-02-24mt76: mt7915: introduce band_idx in mt7915_phyBo Jiao10-160/+172
2022-02-24mt76: mt7915: add support for MT7986Bo Jiao15-80/+1817
2022-02-24ath10k: fix pointer arithmetic error in trace callFrancesco Magliocca1-1/+1
2022-02-24carl9170: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2-2/+2
2022-02-24ath11k: add dbring debug supportVenkateswara Naralasetty6-6/+283
2022-02-24ath11k: translate HE status to radiotap formatPradeep Kumar Chitrapu2-63/+437
2022-02-24ath11k: decode HE status tlvPradeep Kumar Chitrapu3-20/+214
2022-02-24ath11k: switch to using ieee80211_tx_status_ext()Pradeep Kumar Chitrapu1-5/+23
2022-02-24can: mcp251xfd: mcp251xfd_priv: introduce macros specifying the number of supported TEF/RX/TX ringsMarc Kleine-Budde1-4/+13