summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2019-11-11net: sfp: control TX_DISABLE and phy only from main state machineRussell King
2019-11-11net: sfp: avoid power switch on address-change modulesRussell King
2019-11-11net: sfp: parse SFP power requirement earlierRussell King
2019-11-11net: sfp: rename T_PROBE_WAIT to T_SERIALRussell King
2019-11-11net: sfp: handle module remove outside state machineRussell King
2019-11-11net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()Russell King
2019-11-11net: sfp: move tx disable on device down to main state machineRussell King
2019-11-11net: sfp: move sfp sub-state machines into separate functionsRussell King
2019-11-11net: sfp: fix sfp_bus_put() kernel documentationRussell King
2019-11-11r8169: respect EEE user setting when restarting networkHeiner Kallweit
2019-11-11net: mscc: ocelot: don't hardcode the number of the CPU portVladimir Oltean
2019-11-11net: mscc: ocelot: split assignment of the cpu port into a separate functionVladimir Oltean
2019-11-11net: mscc: ocelot: refactor adjust_link into a netdev-independent functionVladimir Oltean
2019-11-11net: mscc: ocelot: initialize list of multicast addresses in common codeClaudiu Manoil
2019-11-11net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stopVladimir Oltean
2019-11-11net: mscc: ocelot: move port initialization into separate functionVladimir Oltean
2019-11-11net: mscc: ocelot: limit vlan ingress filtering to actual number of portsVladimir Oltean
2019-11-11net: mscc: ocelot: refactor ethtool callbacksVladimir Oltean
2019-11-11net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean
2019-11-11net: mscc: ocelot: refactor struct ocelot_port out of function prototypesVladimir Oltean
2019-11-11net: mscc: ocelot: change prototypes of switchdev port attribute handlersVladimir Oltean
2019-11-11net: mscc: ocelot: change prototypes of hwtstamping ioctlsVladimir Oltean
2019-11-11net: mscc: ocelot: break out fdb operations into abstract implementationsVladimir Oltean
2019-11-11net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}Vladimir Oltean
2019-11-11net: mscc: ocelot: break apart ocelot_vlan_port_applyVladimir Oltean
2019-11-11can: flexcan: flexcan_mailbox_read() make use of flexcan_write64() to mark th...Marc Kleine-Budde
2019-11-11can: flexcan: flexcan_irq(): add support for TX mailbox in iflag1Marc Kleine-Budde
2019-11-11can: flexcan: flexcan_read_reg_iflag_rx(): optimize readingMarc Kleine-Budde
2019-11-11can: flexcan: introduce struct flexcan_priv::tx_mask and make use of itMarc Kleine-Budde
2019-11-11can: flexcan: convert struct flexcan_priv::rx_mask{1,2} to rx_maskMarc Kleine-Budde
2019-11-11can: flexcan: remove TX mailbox bit from struct flexcan_priv::rx_mask{1,2}Marc Kleine-Budde
2019-11-11can: flexcan: rename struct flexcan_priv::reg_imask{1,2}_default to rx_mask{1,2}Marc Kleine-Budde
2019-11-11can: flexcan: flexcan_irq(): rename variable reg_iflag -> reg_iflag_rxMarc Kleine-Budde
2019-11-11can: flexcan: rename macro FLEXCAN_IFLAG_MB() -> FLEXCAN_IFLAG2_MB()Marc Kleine-Budde
2019-11-11can: flexcan: flexcan_irq_state(): only read timestamp if neededMarc Kleine-Budde
2019-11-11can: flexcan: use devm_platform_ioremap_resource() to simplify codeJoakim Zhang
2019-11-11can: rx-offload: Prepare for CAN FD supportJoakim Zhang
2019-11-11can: rx-offload: can_rx_offload_reset(): remove no-op functionMarc Kleine-Budde
2019-11-11can: rx-offload: can_rx_offload_irq_offload_timestamp(): don't use assignment...Marc Kleine-Budde
2019-11-11can: rx-offload: can_rx_offload_compare(): fix typoMarc Kleine-Budde
2019-11-11can: rx-offload: fix long linesMarc Kleine-Budde
2019-11-11can: sun4i: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-11-11can: rcar: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-11-11can: ifi: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-11-11can: grcan: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-11-11can: m_can: add support for handling arbitration errorPankaj Sharma
2019-11-11can: m_can: add support for one shot modePankaj Sharma
2019-11-11can: xilinx_can: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-11-11can: xilinx_can: avoid non-requested bus error framesAnssi Hannula
2019-11-11can: xilinx_can: fix checkpatch warningsMarc Kleine-Budde