aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-09sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning3-1/+18
2015-07-08drivers/net/usb: add device id for NVIDIA Tegra USB 3.0 EthernetZheng Liu2-0/+10
2015-07-083c59x: Fix shared IRQ handlingDenys Vlasenko1-1/+3
2015-07-08vmxnet3: prevent receive getting out of sequence on napi pollNeil Horman1-4/+4
2015-07-08sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling efx_net_open()Shradha Shah1-6/+11
2015-07-08drivers: net: cpsw: fix crash while accessing second slave ethernet interfaceMugunthan V N1-2/+4
2015-07-08sfc: suppress handled MCDI failures when changing the MAC addressDaniel Pieczko1-2/+5
2015-07-08sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko3-42/+126
2015-07-08sfc: refactor code in efx_ef10_set_mac_address()Daniel Pieczko1-25/+20
2015-07-08bonding: "primary_reselect" with "failure" is not working properlyMazhar Rana1-17/+34
2015-07-08net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+75
2015-07-08amd-xgbe: Fix DMA API debug warningLendacky, Thomas4-12/+22
2015-07-08net: phy: add dependency on HAS_IOMEM to MDIO_BUS_MUX_MMIOREGRob Herring1-1/+1
2015-07-08NET: hamradio: Fix IP over bpq encapsulation.Ralf Baechle1-0/+1
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-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+2
2015-07-01Merge 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/kernel/git/xen/tipLinus Torvalds2-2/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-8/+8
2015-06-30cxgb4: use kvfree() in t4_free_mem()Pekka Enberg1-4/+1
2015-06-30cxgb3: 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-29net: 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-28net: phy: mdio-bcm-unimac: workaround initial read failures for integrated PHYsFlorian Fainelli1-0/+43
2015-06-28net: bcmgenet: workaround initial read failures for integrated PHYsFlorian Fainelli2-4/+51
2015-06-28net: phy: bcm7xxx: workaround MDIO management controller initial readFlorian Fainelli1-0/+7
2015-06-28bnx2x: fix DMA API usageMichal Schmidt3-24/+12
2015-06-28net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMAGeert Uytterhoeven1-0/+2
2015-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller9-104/+198
2015-06-28net/phy: tune get_phy_c45_ids to support more c45 phyShengzhou Liu1-6/+14
2015-06-28bnx2x: fix lockdep splatEric Dumazet1-1/+2
2015-06-28net: fec: don't access RACC register when not availableGreg Ungerer2-13/+19
2015-06-28net: phy: fix phy link up when limiting speed via device treeMugunthan V N1-2/+3
2015-06-28drivers: net: xgene: Pre-initialize ret in xgene_enet_get_resources()Geert Uytterhoeven1-1/+1
2015-06-28xen-netfront: Remove the meaningless codeLi, Liang Z1-7/+0
2015-06-26i40evf: don't configure unused RSS queuesMitch Williams1-1/+1
2015-06-26i40evf: fix panic during MTU changeMitch Williams4-65/+54
2015-06-26e1000e: i219 - k1 workaround for LPT is not required for SPTYanir Lubetkin1-2/+1
2015-06-26e1000e: i219 - Increase minimum FIFO read/write min gapYanir Lubetkin1-0/+46
2015-06-26e1000e: i219 - increase IPG for speed 10/100 full duplexYanir Lubetkin1-3/+7
2015-06-26e1000e: i219 - fix to enable both ULP and EEE in Sx stateYanir Lubetkin1-13/+32
2015-06-26e1000e: synchronization of MAC-PHY interface only on non- ME systemsYanir Lubetkin1-10/+12
2015-06-26e1000e: fix locking issue with e1000e_disable_aspmYanir Lubetkin1-4/+34