summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-09-19net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli
2014-09-19net: bcmgenet: remove PHY_BRCM_100MBPS_WARFlorian Fainelli
2014-09-19net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli
2014-09-19of: mdio: honor flags passed to of_phy_connectFlorian Fainelli
2014-09-19vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions.Andy Zhou
2014-09-19net: fec: Workaround for imx6sx enet tx hang when enable three queuesFugang Duan
2014-09-19net:fec: increase DMA queue numberFugang Duan
2014-09-19net: fec: add interrupt coalescence feature supportFugang Duan
2014-09-19net: fec: refine error handle of parser queue number from DTFrank Li
2014-09-16net: fec: fix build error at m68k platformFrank Li
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck
2014-09-15bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov
2014-09-15bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov
2014-09-15net: ethernet: neterion: vxge: vxge-main.c: Cleaning up missing null-terminat...Rickard Strandqvist
2014-09-15net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in c...Rickard Strandqvist
2014-09-15bna: use container_of to resolve bufdesc_ex from bufdescFabian Frederick
2014-09-15net: fec: use container_of to resolve bufdesc_ex from bufdescFabian Frederick
2014-09-13net/macb: Add hardware revision information during probeBo Shen
2014-09-13net: fec: init complete variable in early to avoid kernel dumpFugang Duan
2014-09-13net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan
2014-09-13net:fec: Add fsl,imx6sx-fec compatible stringsFugang Duan
2014-09-13net: fec: add enet-avb IP supportFrank Li
2014-09-13net:fec: Disable enet-avb MAC instead of reset MACFugang Duan
2014-09-13net: fec: init multi queue date structureFrank Li
2014-09-13net: fec: parser max queue number from dt fileFugang Duan
2014-09-13net: fec: change data structure to support multiqueueFugang Duan
2014-09-13net:fec: add enet AVB feature macro define for imx6sxFugang Duan
2014-09-13net:fec: add enet refrence clock for i.MX 6SX chipFugang Duan
2014-09-13net: DSA: Marvell mv88e6171 switch driverAndrew Lunn
2014-09-13be2net: enable PCIe error reporting on VFs tooKalesh AP
2014-09-13be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP
2014-09-13be2net: fix port-type reporting in get_settingsRavikumar Nelavelli
2014-09-13be2net: add ethtool "-m" option supportMark Leonard
2014-09-13be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy
2014-09-13be2net: fix RX fragment posting for jumbo framesAjit Khaparde
2014-09-13be2net: replace strcpy with strlcpyVasundhara Volam
2014-09-13be2net: fix some log messagesVasundhara Volam
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli
2014-09-13r8152: support VLANhayeswang
2014-09-13net: stmmac: fix return value check in socfpga_dwmac_parse_data()Wei Yongjun
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov
2014-09-13bonding: alb: remove curr_slave_lockNikolay Aleksandrov
2014-09-13bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov
2014-09-13virtio_ring: unify direct/indirect code paths.Rusty Russell
2014-09-13virtio_ring: assume sgs are always well-formed.Rusty Russell