summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-07-11be2net: remove redundant D0 power state setKalesh Purayil1-2/+0
2015-07-11be2net: query FW to check if EVB is enabledKalesh Purayil2-3/+4
2015-07-11be2net: remove duplicate code in be_setup_wol()Kalesh Purayil1-17/+11
2015-07-11net: Drop owner assignment from platform_driverKrzysztof Kozlowski3-3/+0
2015-07-11net: phy: Support setting polarity in marvell phy driverDavid Thomson2-2/+41
2015-07-11net: phy: Pass mdix ethtool setting through to phy driverDavid Thomson1-0/+2
2015-07-10dsa: mv88e6352/mv88e6xxx: Add support for Marvell 88E6320 and 88E6321Aleksey S. Kazantsev4-22/+65
2015-07-09rocker: add change MTU supportScott Feldman2-0/+62
2015-07-09neterion: s2io: Use module_pci_driverVaishali Thakkar2-27/+1
2015-07-09cxgb4vf: Fix check to use new User Doorbell mechanismHariprasad Shenai1-3/+9
2015-07-09cxgb4: Enable cim_la dump to support T6Hariprasad Shenai1-3/+51
2015-07-09cxgb4: Read stats for only available channelsHariprasad Shenai1-47/+26
2015-07-09cxgb4: Update register ranges for T6 adapterHariprasad Shenai1-7/+9
2015-07-09cxgb4: Don't use entire L2T table, use only its sliceHariprasad Shenai4-44/+71
2015-07-09net: ec_bhf: Use module_pci_driverVaishali Thakkar1-13/+1
2015-07-09hv_netvsc: Add support to set MTU reservation from guest sideHaiyang Zhang3-3/+3
2015-07-09ifb: add multiqueue operationEric Dumazet1-87/+120
2015-07-09cxgb4: Add PCI device ids for few more T5 and T6 adaptersHariprasad Shenai1-0/+18
2015-07-09net/mlx4_core: Add extra check for total vfs for SRIOVCarol Soto1-6/+14
2015-07-09net: macb: Add SG support for Zynq SOC familyPunnaiah Choudary Kalluri1-4/+2
2015-07-09xen-netback: remove duplicated function definitionLi, Liang Z1-3/+0
2015-07-08mlx4: TCP/UDP packets have L4 hashEric Dumazet1-2/+6
2015-07-03cxgb4: Fix incorrect sequence numbers shown in devlogHariprasad Shenai1-12/+13
2015-07-02enic: fix issues in enic_pollGovindarajulu Varadarajan1-2/+2
2015-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+2
2015-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds47-332/+598
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-8/+8
2015-07-01cxgb4: use kvfree() in t4_free_mem()Pekka Enberg1-4/+1
2015-07-01cxgb3: use kvfree() in cxgb_free_mem()Pekka Enberg1-4/+1
2015-06-30net: mvneta: disable IP checksum with jumbo frames for Armada 370Simon Guinot1-1/+25
2015-06-30net: mvneta: introduce compatible string "marvell, armada-xp-neta"Simon Guinot1-0/+1
2015-06-30net: icplus: fix typo in constant nameNik Nyby2-2/+2
2015-06-29sis900: Trivial: Fix typos in enumsNik Nyby1-2/+2
2015-06-29stmmac: Trivial: fix typo in constant nameNik Nyby1-2/+2
2015-06-29net-Liquidio: Delete unnecessary checks before the function call "vfree"Markus Elfring3-13/+5
2015-06-29vmxnet3: Bump up driver version numberShreyas Bhatewara1-2/+2
2015-06-29amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocationTom Lendacky1-1/+1
2015-06-29net: phy: mdio-bcm-unimac: workaround initial read failures for integrated PHYsFlorian Fainelli1-0/+43
2015-06-29net: bcmgenet: workaround initial read failures for integrated PHYsFlorian Fainelli2-4/+51
2015-06-29net: phy: bcm7xxx: workaround MDIO management controller initial readFlorian Fainelli1-0/+7
2015-06-29bnx2x: fix DMA API usageMichal Schmidt3-24/+12
2015-06-29net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMAGeert Uytterhoeven1-0/+2
2015-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller9-104/+198
2015-06-29net/phy: tune get_phy_c45_ids to support more c45 phyShengzhou Liu1-6/+14
2015-06-29bnx2x: fix lockdep splatEric Dumazet1-1/+2
2015-06-29net: fec: don't access RACC register when not availableGreg Ungerer2-13/+19
2015-06-29net: phy: fix phy link up when limiting speed via device treeMugunthan V N1-2/+3
2015-06-29drivers: net: xgene: Pre-initialize ret in xgene_enet_get_resources()Geert Uytterhoeven1-1/+1
2015-06-29xen-netfront: Remove the meaningless codeLi, Liang Z1-7/+0