summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-11-12net: sfp: parse SFP power requirement earlierRussell King1-13/+29
2019-11-12net: sfp: rename T_PROBE_WAIT to T_SERIALRussell King1-7/+6
2019-11-12net: sfp: handle module remove outside state machineRussell King1-7/+9
2019-11-12net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()Russell King1-8/+8
2019-11-12net: sfp: move tx disable on device down to main state machineRussell King1-8/+2
2019-11-12net: sfp: move sfp sub-state machines into separate functionsRussell King1-31/+43
2019-11-12net: sfp: fix sfp_bus_put() kernel documentationRussell King1-1/+1
2019-11-12r8169: 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-11net: dsa: mv88e6xxx: Add support for port mirroringIwan R Timmer5-4/+136
2019-11-11net: dsa: mv88e6xxx: Split monitor port configurationIwan R Timmer4-16/+52
2019-11-11Support LAN743x PTP periodic output on any GPIOJohn Efstathiades2-96/+230
2019-11-11net: dsa: sja1105: Disallow management xmit during switch resetVladimir Oltean1-0/+4
2019-11-11net: dsa: sja1105: Restore PTP time after switch resetVladimir Oltean4-32/+114
2019-11-11net: dsa: sja1105: Implement the .gettimex64 system call for PTPVladimir Oltean4-22/+61
2019-11-10r8169: remove rtl8168c_4_hw_phy_configHeiner Kallweit1-6/+1
2019-11-10r8169: add helper r8168d_modify_extpageHeiner Kallweit1-82/+39
2019-11-10r8169: switch to phylib functions in more placesHeiner Kallweit1-68/+17
2019-11-10r8169: add helper r8168d_phy_paramHeiner Kallweit1-164/+85
2019-11-10r8169: add helper r8168g_phy_paramHeiner Kallweit1-187/+98
2019-11-10net: sfp: rework upstream interfaceRussell King2-31/+71
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller143-588/+1281
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds60-376/+690
2019-11-09Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds3-1/+10
2019-11-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller8-24/+15
2019-11-09ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson1-8/+2
2019-11-09i40e: need_wakeup flag might not be set for TxMagnus Karlsson1-8/+2
2019-11-09igb/igc: use ktime accessors for skb->tstampJacob Keller3-4/+6
2019-11-09i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski1-1/+2
2019-11-09iavf: initialize ITRN registers with correct valuesNicholas Nunley1-2/+2
2019-11-09ice: fix potential infinite loop because loop counter being too smallColin Ian King1-1/+1
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko3-1/+11
2019-11-09qede: fix NULL pointer deref in __qede_remove()Manish Chopra1-2/+10
2019-11-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller24-218/+2751
2019-11-09Merge tag 'pwm/for-5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2019-11-08ice: print opcode when printing controlq errorsJacob Keller1-2/+4