summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: wan: lmc: use time_is_before_jiffies() instead of open coding itWang Qing2022-02-281-1/+2
* net: hamradio: use time_is_after_jiffies() instead of open coding itWang Qing2022-02-281-3/+4
* net: ethernet: sun: use time_is_before_jiffies() instead of open coding itWang Qing2022-02-281-2/+3
* net: qlcnic: use time_is_before_jiffies() instead of open coding itWang Qing2022-02-281-1/+2
* net: ethernet: use time_is_before_eq_jiffies() instead of open coding itWang Qing2022-02-281-1/+2
* net: phylink: remove phylink_set_pcs()Russell King (Oracle)2022-02-281-32/+12
* net: dsa: felix: remove prevalidate_phy_mode interfaceColin Foster2022-02-284-48/+63
* ionic: no transition while stoppingShannon Nelson2022-02-281-5/+9
* net: netsec: enable pp skb recyclingLorenzo Bianconi2022-02-281-1/+1
* flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu2022-02-2811-38/+363
* net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean2022-02-275-46/+296
* net: dsa: sja1105: enforce FDB isolationVladimir Oltean2022-02-271-29/+30
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-2715-16/+30
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-2713-50/+103
* net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean2022-02-271-1/+1
* net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean2022-02-273-58/+67
* net: dsa: felix: delete workarounds present due to SVL tag_8021q bridgingVladimir Oltean2022-02-271-17/+2
* net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean2022-02-272-3/+16
* net/fungible: Kconfig, Makefiles, and MAINTAINERSDimitris Michailidis2022-02-276-0/+63
* net/funeth: add kTLS TX control partDimitris Michailidis2022-02-272-0/+186
* net/funeth: add the data pathDimitris Michailidis2022-02-274-0/+1969
* net/funeth: devlink supportDimitris Michailidis2022-02-272-0/+53
* net/funeth: ethtool operationsDimitris Michailidis2022-02-272-0/+1259
* net/funeth: probing and netdev opsDimitris Michailidis2022-02-272-0/+2262
* net/fungible: Add service module for Fungible driversDimitris Michailidis2022-02-276-0/+2976
* net: dsa: ocelot: mark as non-legacyRussell King (Oracle)2022-02-261-0/+6
* net: dsa: ocelot: convert to mac_select_pcs()Russell King (Oracle)2022-02-261-6/+8
* net: dsa: ocelot: remove interface checksRussell King (Oracle)2022-02-262-14/+0
* net: dsa: ocelot: populate supported_interfacesRussell King (Oracle)2022-02-261-0/+10
* mctp i2c: Fix hard head TX bounds length checkMatt Johnston2022-02-261-2/+3
* mctp i2c: Fix potential use-after-freeMatt Johnston2022-02-261-1/+1
* stmmac: intel: Enable 2.5Gbps for Intel AlderLake-SWong Vee Khee2022-02-261-2/+1
* net: dsa: qca8k: return with -EINVAL on invalid portColin Ian King2022-02-261-0/+1
* net: dsa: sja1105: support switching between SGMII and 2500BASE-XRussell King (Oracle)2022-02-251-5/+22
* net: dsa: sja1105: convert to phylink_generic_validate()Russell King (Oracle)2022-02-251-28/+7
* net: dsa: sja1105: mark as non-legacyRussell King (Oracle)2022-02-251-0/+6
* net: dsa: sja1105: use .mac_select_pcs() interfaceRussell King (Oracle)2022-02-251-9/+7
* net: dsa: sja1105: remove interface checksRussell King (Oracle)2022-02-251-29/+0
* net: dsa: sja1105: populate supported_interfacesRussell King (Oracle)2022-02-251-0/+13
* nfp: add NFP_FL_FEATS_QOS_METER to host features to enable meter offloadBaowen Zheng2022-02-251-1/+2
* nfp: add support to offload police action from flower tableBaowen Zheng2022-02-254-1/+68
* nfp: add process to get action stats from hardwareBaowen Zheng2022-02-252-5/+114
* nfp: add hash table to store meter tableBaowen Zheng2022-02-252-1/+176
* nfp: add support to offload tc action to hardwareBaowen Zheng2022-02-253-1/+121
* nfp: refactor policer config to support ingress/egress meterBaowen Zheng2022-02-252-20/+56
* net: dsa: felix: support FDB entries on offloaded LAG interfacesVladimir Oltean2022-02-252-1/+145
* net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2022-02-251-5/+7
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-253-56/+49
* net: dsa: mv88e6xxx: use dsa_switch_for_each_port in mv88e6xxx_lag_sync_masksVladimir Oltean2022-02-251-2/+2
* net: dsa: make LAG IDs one-basedVladimir Oltean2022-02-252-7/+11