summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski21-270/+618
2022-02-28net: dm9051: Make remove() callback a void functionStephen Rothwell1-3/+1
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski186-586/+232
2022-02-28net: wan: lmc: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-28net: hamradio: use time_is_after_jiffies() instead of open coding itWang Qing1-3/+4
2022-02-28net: ethernet: sun: use time_is_before_jiffies() instead of open coding itWang Qing1-2/+3
2022-02-28net: qlcnic: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-28net: ethernet: use time_is_before_eq_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-28net: phylink: remove phylink_set_pcs()Russell King (Oracle)1-32/+12
2022-02-28net: dsa: felix: remove prevalidate_phy_mode interfaceColin Foster4-48/+63
2022-02-28ionic: no transition while stoppingShannon Nelson1-5/+9
2022-02-28net: netsec: enable pp skb recyclingLorenzo Bianconi1-1/+1
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu11-38/+363
2022-02-27net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean5-46/+296
2022-02-27net: dsa: sja1105: enforce FDB isolationVladimir Oltean1-29/+30
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean15-16/+30
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean13-50/+103
2022-02-27net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean1-1/+1
2022-02-27net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean3-58/+67
2022-02-27net: dsa: felix: delete workarounds present due to SVL tag_8021q bridgingVladimir Oltean1-17/+2
2022-02-27net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean2-3/+16
2022-02-27net/fungible: Kconfig, Makefiles, and MAINTAINERSDimitris Michailidis6-0/+63
2022-02-27net/funeth: add kTLS TX control partDimitris Michailidis2-0/+186
2022-02-27net/funeth: add the data pathDimitris Michailidis4-0/+1969
2022-02-27net/funeth: devlink supportDimitris Michailidis2-0/+53
2022-02-27net/funeth: ethtool operationsDimitris Michailidis2-0/+1259
2022-02-27net/funeth: probing and netdev opsDimitris Michailidis2-0/+2262
2022-02-27net/fungible: Add service module for Fungible driversDimitris Michailidis6-0/+2976
2022-02-26net: dsa: ocelot: mark as non-legacyRussell King (Oracle)1-0/+6
2022-02-26net: dsa: ocelot: convert to mac_select_pcs()Russell King (Oracle)1-6/+8
2022-02-26net: dsa: ocelot: remove interface checksRussell King (Oracle)2-14/+0
2022-02-26net: dsa: ocelot: populate supported_interfacesRussell King (Oracle)1-0/+10
2022-02-25mctp i2c: Fix hard head TX bounds length checkMatt Johnston1-2/+3
2022-02-25mctp i2c: Fix potential use-after-freeMatt Johnston1-1/+1
2022-02-25stmmac: intel: Enable 2.5Gbps for Intel AlderLake-SWong Vee Khee1-2/+1
2022-02-25net: dsa: qca8k: return with -EINVAL on invalid portColin Ian King1-0/+1
2022-02-25net: dsa: sja1105: support switching between SGMII and 2500BASE-XRussell King (Oracle)1-5/+22
2022-02-25net: dsa: sja1105: convert to phylink_generic_validate()Russell King (Oracle)1-28/+7
2022-02-25net: dsa: sja1105: mark as non-legacyRussell King (Oracle)1-0/+6
2022-02-25net: dsa: sja1105: use .mac_select_pcs() interfaceRussell King (Oracle)1-9/+7
2022-02-25net: dsa: sja1105: remove interface checksRussell King (Oracle)1-29/+0
2022-02-25net: dsa: sja1105: populate supported_interfacesRussell King (Oracle)1-0/+13
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