summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-16Merge tag 'pinctrl-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds4-35/+3
2016-08-16e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson1-1/+2
2016-08-16e1000e: factor out systim sanitizationJarod Wilson3-29/+44
2016-08-16igb: fix adjusting PTP timestamps for Tx/Rx latencyKshitiz Gupta1-3/+23
2016-08-16Merge branch 'mediatek-fixes'David S. Miller1-16/+30
2016-08-16net: ethernet: mediatek: fix runtime warning raised by inconsistent struct de...sean.wang@mediatek.com1-13/+13
2016-08-16net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enab...sean.wang@mediatek.com1-0/+5
2016-08-16net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMACsean.wang@mediatek.com1-3/+12
2016-08-16Merge branch 'dsa-abstract-PHY-access'David S. Miller2-289/+369
2016-08-16net: dsa: mv88e6xxx: use the new PHY APIVivien Didelot1-135/+50
2016-08-16net: dsa: mv88e6xxx: describe PHY page and SerDesVivien Didelot2-17/+105
2016-08-16net: dsa: mv88e6xxx: abstract PHY opsVivien Didelot2-51/+81
2016-08-16net: dsa: mv88e6xxx: rework Global2 SMI PHY accessVivien Didelot2-56/+90
2016-08-16net: dsa: mv88e6xxx: describe Multi-chip registersVivien Didelot2-16/+26
2016-08-16net: dsa: mv88e6xxx: rename _mv88e6xxx_waitVivien Didelot1-30/+33
2016-08-16net: mediatek: remove unnecessary platform_set_drvdata()Wei Yongjun1-1/+0
2016-08-16net: thunderx: Remove unnecessary pci_set_drvdata()Wei Yongjun1-2/+0
2016-08-16net: ena: Fix error return code in ena_device_init()Wei Yongjun1-0/+1
2016-08-16net: ena: Remove unnecessary pci_set_drvdata()Wei Yongjun1-3/+0
2016-08-16net: phy: Fix return value check in xgmiitorgmii_probe()Wei Yongjun1-1/+1
2016-08-16power_supply: tps65217-charger: fix missing platform_set_drvdata()Wei Yongjun1-0/+1
2016-08-15tipc: fix NULL pointer dereference in shutdown()Vegard Nossum1-1/+2
2016-08-15Merge branch 'hv_netvsc-VF-removal-fixes'David S. Miller3-82/+66
2016-08-15hv_netvsc: fix bonding devices check in netvsc_netdev_event()Vitaly Kuznetsov1-2/+7
2016-08-15hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdevVitaly Kuznetsov1-2/+2
2016-08-15hv_netvsc: reset vf_inject on VF removalVitaly Kuznetsov1-10/+16
2016-08-15hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt waitVitaly Kuznetsov2-35/+5
2016-08-15hv_netvsc: don't lose VF informationVitaly Kuznetsov3-42/+45
2016-08-15net: hns: mdio->irq is an array, so no need to check if it is nullColin Ian King1-2/+1
2016-08-15switchdev: Put export declaration in the right placeOr Gerlitz1-1/+1
2016-08-15gre: set inner_protocol on xmitSimon Horman3-3/+1
2016-08-15Merge branch 'qed-janitorial'David S. Miller13-709/+484
2016-08-15qed*: Add and modify some printsYuval Mintz6-24/+53
2016-08-15qed*: Trivial modificationsYuval Mintz6-46/+28
2016-08-15qed*: Semantic changesYuval Mintz13-640/+404
2016-08-15Merge tag 'iommu-fixes-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+12
2016-08-15Merge tag 'edac_fixes_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+11
2016-08-15net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti1-16/+17
2016-08-15fjes: Delete owner assignmentMarkus Elfring1-1/+0
2016-08-15rhashtable: fix shift by 64 when shrinkingVegard Nossum1-2/+4
2016-08-15pptp: Refactor the struct and macros of PPTP codesGao Feng3-35/+24
2016-08-15mlxsw: spectrum_router: Fix use after freeVincent1-1/+2
2016-08-15net: dsa: b53: remove .owner and .bus fields for driverWei Yongjun1-2/+0
2016-08-15net: macb: add missing free_netdev() on error in macb_probe()Wei Yongjun1-1/+1
2016-08-15qed: Fix possible memory leak in qed_dcbnl_get_ieee_pfc()Wei Yongjun1-0/+1
2016-08-15Merge branch 'cxgb4-IFLA_VF_MAC'David S. Miller6-24/+253
2016-08-15cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai6-7/+151
2016-08-15cxgb4: Add control net_device for configuring PCIe VFHariprasad Shenai1-18/+103
2016-08-15rhashtable: avoid large lock-array allocationsFlorian Westphal1-2/+5
2016-08-15Merge branch 'proc-per-ns'David S. Miller6-13/+61