summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-11-11net: sfp: allow sfp to probe slow to initialise GPON modulesRussell King1-10/+28
2019-11-11net: sfp: move module insert reporting out of probeRussell King1-18/+40
2019-11-11net: sfp: split power mode switching from probeRussell King1-37/+64
2019-11-11net: sfp: track upstream's attachment state in state machineRussell King1-13/+29
2019-11-11net: sfp: ensure TX_FAULT has deasserted before probing the PHYRussell King1-6/+25
2019-11-11net: sfp: allow fault processing to transition to other statesRussell King1-6/+6
2019-11-11net: sfp: eliminate mdelay() from PHY probeRussell King1-12/+40
2019-11-11net: sfp: split the PHY probe from sfp_sm_mod_init()Russell King1-8/+13
2019-11-11net: sfp: control TX_DISABLE and phy only from main state machineRussell King1-8/+1
2019-11-11net: sfp: avoid power switch on address-change modulesRussell King1-11/+20
2019-11-11net: sfp: parse SFP power requirement earlierRussell King1-13/+29
2019-11-11net: sfp: rename T_PROBE_WAIT to T_SERIALRussell King1-7/+6
2019-11-11net: sfp: handle module remove outside state machineRussell King1-7/+9
2019-11-11net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()Russell King1-8/+8
2019-11-11net: sfp: move tx disable on device down to main state machineRussell King1-8/+2
2019-11-11net: sfp: move sfp sub-state machines into separate functionsRussell King1-31/+43
2019-11-11net: sfp: fix sfp_bus_put() kernel documentationRussell King1-1/+1
2019-11-11r8169: respect EEE user setting when restarting networkHeiner Kallweit1-3/+15
2019-11-11net: mscc: ocelot: don't hardcode the number of the CPU portVladimir Oltean1-4/+7
2019-11-11net: mscc: ocelot: split assignment of the cpu port into a separate functionVladimir Oltean3-22/+57
2019-11-11net: mscc: ocelot: refactor adjust_link into a netdev-independent functionVladimir Oltean1-10/+17
2019-11-11net: mscc: ocelot: initialize list of multicast addresses in common codeClaudiu Manoil2-1/+1
2019-11-11net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stopVladimir Oltean1-10/+26
2019-11-11net: mscc: ocelot: move port initialization into separate functionVladimir Oltean1-21/+24
2019-11-11net: mscc: ocelot: limit vlan ingress filtering to actual number of portsVladimir Oltean1-1/+2
2019-11-11net: mscc: ocelot: refactor ethtool callbacksVladimir Oltean1-17/+47
2019-11-11net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean6-190/+233
2019-11-11net: mscc: ocelot: refactor struct ocelot_port out of function prototypesVladimir Oltean4-65/+59
2019-11-11net: mscc: ocelot: change prototypes of switchdev port attribute handlersVladimir Oltean1-43/+45
2019-11-11net: mscc: ocelot: change prototypes of hwtstamping ioctlsVladimir Oltean1-12/+13
2019-11-11net: mscc: ocelot: break out fdb operations into abstract implementationsVladimir Oltean1-46/+78
2019-11-11net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}Vladimir Oltean1-18/+42
2019-11-11net: mscc: ocelot: break apart ocelot_vlan_port_applyVladimir Oltean1-68/+100
2019-11-11can: flexcan: flexcan_mailbox_read() make use of flexcan_write64() to mark th...Marc Kleine-Budde1-8/+3
2019-11-11can: flexcan: flexcan_irq(): add support for TX mailbox in iflag1Marc Kleine-Budde1-2/+15
2019-11-11can: flexcan: flexcan_read_reg_iflag_rx(): optimize readingMarc Kleine-Budde1-11/+17
2019-11-11can: flexcan: introduce struct flexcan_priv::tx_mask and make use of itMarc Kleine-Budde1-6/+8
2019-11-11can: flexcan: convert struct flexcan_priv::rx_mask{1,2} to rx_maskMarc Kleine-Budde1-17/+13
2019-11-11can: flexcan: remove TX mailbox bit from struct flexcan_priv::rx_mask{1,2}Marc Kleine-Budde1-9/+5
2019-11-11can: flexcan: rename struct flexcan_priv::reg_imask{1,2}_default to rx_mask{1,2}Marc Kleine-Budde1-11/+11
2019-11-11can: flexcan: flexcan_irq(): rename variable reg_iflag -> reg_iflag_rxMarc Kleine-Budde1-3/+3
2019-11-11can: flexcan: rename macro FLEXCAN_IFLAG_MB() -> FLEXCAN_IFLAG2_MB()Marc Kleine-Budde1-5/+5
2019-11-11can: flexcan: flexcan_irq_state(): only read timestamp if neededMarc Kleine-Budde1-2/+2
2019-11-11can: flexcan: use devm_platform_ioremap_resource() to simplify codeJoakim Zhang1-3/+1
2019-11-11can: rx-offload: Prepare for CAN FD supportJoakim Zhang3-66/+57
2019-11-11can: rx-offload: can_rx_offload_reset(): remove no-op functionMarc Kleine-Budde1-7/+0
2019-11-11can: rx-offload: can_rx_offload_irq_offload_timestamp(): don't use assignment...Marc Kleine-Budde1-2/+2
2019-11-11can: rx-offload: can_rx_offload_compare(): fix typoMarc Kleine-Budde1-1/+1
2019-11-11can: rx-offload: fix long linesMarc Kleine-Budde1-13/+26
2019-11-11can: sun4i: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1