aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck6-10/+27
2014-09-15bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov1-4/+2
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov6-167/+93
2014-09-15bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov1-28/+10
2014-09-15net: ethernet: neterion: vxge: vxge-main.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-1/+1
2014-09-15net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-2/+2
2014-09-15bna: use container_of to resolve bufdesc_ex from bufdescFabian Frederick2-5/+8
2014-09-15net: fec: use container_of to resolve bufdesc_ex from bufdescFabian Frederick1-2/+2
2014-09-13net/macb: Add hardware revision information during probeBo Shen1-3/+3
2014-09-13net: fec: init complete variable in early to avoid kernel dumpFugang Duan1-0/+1
2014-09-13net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan2-11/+27
2014-09-13net:fec: Add fsl,imx6sx-fec compatible stringsFugang Duan1-0/+2
2014-09-13net: fec: add enet-avb IP supportFrank Li2-18/+51
2014-09-13net:fec: Disable enet-avb MAC instead of reset MACFugang Duan1-6/+20
2014-09-13net: fec: init multi queue date structureFrank Li1-113/+252
2014-09-13net: fec: parser max queue number from dt fileFugang Duan2-1/+47
2014-09-13net: fec: change data structure to support multiqueueFugang Duan2-196/+400
2014-09-13net:fec: add enet AVB feature macro define for imx6sxFugang Duan1-0/+16
2014-09-13net:fec: add enet refrence clock for i.MX 6SX chipFugang Duan2-0/+18
2014-09-13net: DSA: Marvell mv88e6171 switch driverAndrew Lunn5-0/+426
2014-09-13be2net: enable PCIe error reporting on VFs tooKalesh AP1-5/+3
2014-09-13be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP1-2/+21
2014-09-13be2net: fix port-type reporting in get_settingsRavikumar Nelavelli4-16/+73
2014-09-13be2net: add ethtool "-m" option supportMark Leonard3-19/+109
2014-09-13be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy2-1/+7
2014-09-13be2net: fix RX fragment posting for jumbo framesAjit Khaparde1-7/+15
2014-09-13be2net: replace strcpy with strlcpyVasundhara Volam1-4/+6
2014-09-13be2net: fix some log messagesVasundhara Volam3-12/+9
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli4-5/+5
2014-09-13r8152: support VLANhayeswang1-14/+65
2014-09-13net: stmmac: fix return value check in socfpga_dwmac_parse_data()Wei Yongjun1-2/+2
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov3-10/+10
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov3-57/+22
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov4-89/+35
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov3-7/+6
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov4-70/+14
2014-09-13bonding: alb: remove curr_slave_lockNikolay Aleksandrov1-36/+3
2014-09-13bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov1-7/+3
2014-09-13virtio_ring: unify direct/indirect code paths.Rusty Russell1-76/+52
2014-09-13virtio_ring: assume sgs are always well-formed.Rusty Russell1-49/+19
2014-09-13virtio_net: pass well-formed sgs to virtqueue_add_*()Rusty Russell1-1/+4
2014-09-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller10-383/+396
2014-09-12sunvnet: Avoid sending superfluous LDC messages.Sowmini Varadhan2-5/+72
2014-09-12net: axienet: remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta1-1/+0
2014-09-12ethernet: amd: use pr_info_once()Varka Bhadram1-4/+2
2014-09-12e1000: switch to napi_gro_frags apiFlorian Westphal1-17/+32
2014-09-12e1000: convert to build_skbFlorian Westphal3-120/+131
2014-09-12e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal3-17/+17
2014-09-12e1000: add and use e1000_rx_buffer info for RxFlorian Westphal3-23/+27
2014-09-12e1000: perform copybreak ahead of DMA unmapFlorian Westphal1-30/+43