aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-14macvlan: propagate the mac address change status for lowerdevZhang Shengju1-4/+2
2017-06-13ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney1-1/+1
2017-06-13ixgbe: Resolve cppcheck format string warningTony Nguyen1-1/+1
2017-06-13ixgbe: fix writes to PFQDEEmil Tantilov1-1/+1
2017-06-13ixgbevf: Bump version numberTony Nguyen1-1/+1
2017-06-13ixgbe: Bump version numberTony Nguyen1-1/+1
2017-06-13ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller3-0/+29
2017-06-13ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller3-10/+17
2017-06-13ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-5/+15
2017-06-13ixgbe: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-3/+12
2017-06-13net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli2-4/+4
2017-06-13cxgb4: handle serial flash interruptGanesh Goudar1-1/+1
2017-06-13of_mdio: move of_mdio_parse_addr to header fileJon Mason1-22/+0
2017-06-13fjes: remove duplicate set of flag IFF_BROADCASTZhang Shengju1-1/+0
2017-06-13networking: use skb_put_zero()Johannes Berg5-10/+6
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com19-46/+61
2017-06-13mdio_bus: use devm_gpiod_get_optional()Sergei Shtylyov1-9/+5
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov2-35/+19
2017-06-13ibmvnic: Remove netdev notify for failover resetsNathan Fontenot1-1/+3
2017-06-13ibmvnic: Client-initiated failoverThomas Falcon1-0/+46
2017-06-13net: mvpp2: enable basic 10G supportAntoine Ténart1-8/+41
2017-06-13net: dsa: mv88e6xxx: prefix remaining port macrosVivien Didelot3-13/+32
2017-06-13net: dsa: mv88e6xxx: prefix Port IEEE Priority mapping macrosVivien Didelot2-29/+38
2017-06-13net: dsa: mv88e6xxx: prefix Port Association Vector macrosVivien Didelot2-7/+10
2017-06-13net: dsa: mv88e6xxx: prefix Port Egress Rate Control macrosVivien Didelot3-5/+12
2017-06-13net: dsa: mv88e6xxx: prefix Port Control 2 macrosVivien Didelot3-48/+50
2017-06-13net: dsa: mv88e6xxx: prefix Port Default VLAN macrosVivien Didelot3-9/+14
2017-06-13net: dsa: mv88e6xxx: prefix Port Based VLAN macrosVivien Didelot2-7/+9
2017-06-13net: dsa: mv88e6xxx: prefix Port Control 1 macrosVivien Didelot2-10/+15
2017-06-13net: dsa: mv88e6xxx: prefix Port Control macrosVivien Didelot3-77/+79
2017-06-13net: dsa: mv88e6xxx: prefix Port Switch ID macrosVivien Didelot2-57/+61
2017-06-13net: dsa: mv88e6xxx: prefix Port Jamming macrosVivien Didelot2-9/+22
2017-06-13net: dsa: mv88e6xxx: prefix Port MAC Control macrosVivien Didelot2-56/+64
2017-06-13net: dsa: mv88e6xxx: prefix Port Status macrosVivien Didelot4-54/+56
2017-06-12net: phy: marvell: Show complete link partner advertisingThomas Bogendoerfer1-7/+0
2017-06-12vxlan: dont migrate permanent fdb entries during learnRoopa Prabhu1-1/+1
2017-06-12Merge tag 'wireless-drivers-next-for-davem-2017-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller152-3509/+16684
2017-06-12sh_eth: add support for changing MTUNiklas Söderlund1-0/+20
2017-06-11Merge tag 'mlx5-updates-2017-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller6-67/+284
2017-06-10net: ethernet: ti: cpdma: do not enable host error misc irqGrygorii Strashko1-4/+1
2017-06-10net: ethernet: ti: cpsw: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filterGrygorii Strashko1-4/+8
2017-06-10net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272Fabio Estevam1-0/+4
2017-06-10bonding: warn user when 802.3ad speed is unknownNicolas Dichtel1-0/+5
2017-06-09cxgb4: fix memory leak in init_one()Ganesh Goudar1-1/+5
2017-06-09qed: add qed_int_sb_init() stub functionArnd Bergmann1-0/+5
2017-06-09qed: collect GSI port statisticsMintz, Yuval1-0/+23
2017-06-09qed: Call rx_release_cb() when flushing LL2Mintz, Yuval1-6/+7
2017-06-09qed: No need for LL2 frags indicationMintz, Yuval1-23/+8
2017-06-09qed*: LL2 callback operationsMichal Kalderon8-505/+320
2017-06-09qed: LL2 code relocationsMintz, Yuval1-30/+28