aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-13net: macb: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: sis: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-2/+2
2019-02-13net: fealnx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: moxa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-2/+2
2019-02-13net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: neterion: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-2/+2
2019-02-12mlxsw: spectrum_switchdev: Remove unused variablesFlorian Fainelli1-3/+0
2019-02-12rocker: Remove port_attr_bridge_flags_get assignmentFlorian Fainelli1-1/+0
2019-02-12net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed1-2/+20
2019-02-12enetc: add PTP clock driverYangbo Lu4-2/+162
2019-02-12ptp_qoriq: make structure/function names more consistentYangbo Lu2-2/+2
2019-02-12rocker: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli3-27/+0
2019-02-12mlxsw: spectrum_switchdev: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli1-17/+0
2019-02-12net: marvell: mvpp2: use mvpp2_is_xlg() helper elsewhereRussell King1-9/+6
2019-02-12net: marvell: mvpp2: add mvpp2_is_xlg() helperRussell King1-11/+9
2019-02-12Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam2-19/+1
2019-02-12smc911x: pass struct device to DMA API functionsChristoph Hellwig1-2/+2
2019-02-12meth: pass struct device to DMA API functionsChristoph Hellwig1-10/+15
2019-02-12moxart_ether: pass struct device to DMA API functionsChristoph Hellwig2-4/+8
2019-02-12pxa168_eth: pass struct device to DMA API functionsChristoph Hellwig1-4/+7
2019-02-12lantiq_etop: pass struct device to DMA API functionsChristoph Hellwig1-2/+4
2019-02-12macb_main: pass struct device to DMA API functionsChristoph Hellwig1-4/+4
2019-02-12au1000_eth: pass struct device to DMA API functionsChristoph Hellwig1-3/+3
2019-02-12mlxsw: spectrum_flower: Fix VLAN modify action supportIdo Schimmel1-2/+1
2019-02-12mlxsw: spectrum_router: Drop unnecessary WARN_ON_ONCE()Ido Schimmel1-1/+1
2019-02-12mlxsw: spectrum: Set LAG port collector only when activeNir Dotan1-17/+45
2019-02-12nfp: flower: remove double new lineJakub Kicinski1-1/+0
2019-02-11nfp: devlink: include vendor/product info in serial numberJakub Kicinski1-3/+18
2019-02-11nfp: devlink: use the generic manufacture identifier instead of vendorJakub Kicinski1-1/+1
2019-02-09net: marvell: mvpp2: clear flow control modes in 10G modeRussell King1-0/+5
2019-02-08net: marvell: mvpp2: fix AN restartRussell King1-10/+5
2019-02-08net: marvell: mvpp2: read correct pause bitsRussell King1-2/+2
2019-02-08net: marvell: mvpp2: only reprogram what is necessary on mac_configRussell King1-23/+35
2019-02-08net: marvell: mvpp2: fix stuck in-band SGMII negotiationRussell King1-6/+11
2019-02-08net: marvell: mvpp2: phylink compliance updatesRussell King1-36/+61
2019-02-08ixgbe: Use struct_size() helperGustavo A. R. Silva1-5/+5
2019-02-08igc: Use struct_size() helperGustavo A. R. Silva1-5/+4
2019-02-08igb: use struct_size() helperGustavo A. R. Silva1-3/+3
2019-02-08fm10k: use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-02-08nfp: flower: cmsg: use struct_size() helperGustavo A. R. Silva1-4/+2
2019-02-08mlxsw: spectrum_router: Use struct_size() in kzalloc()Gustavo A. R. Silva1-8/+4
2019-02-08bnx2x: Use struct_size() in kzalloc()Gustavo A. R. Silva1-6/+2
2019-02-08qede: Add ethtool interface for SmartAN query.Sudarsana Reddy Kalluru1-1/+10
2019-02-08qed: Add API for SmartAN query.Sudarsana Reddy Kalluru4-0/+19
2019-02-08net: macb: add sam9x60-macb compatibility stringNicolas Ferre1-0/+1
2019-02-08mlxsw: spectrum_acl: Add couple of vregion rehash tracepointsJiri Pirko1-1/+8
2019-02-08mlxsw: spectrum: add "acl_region_rehash_interval" devlink paramJiri Pirko6-2/+131
2019-02-08mlxsw: spectrum_acl: Implement region migration according to hintsJiri Pirko2-21/+268