summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2015-07-08cxgb4: Enable cim_la dump to support T6Hariprasad Shenai
2015-07-08cxgb4: Read stats for only available channelsHariprasad Shenai
2015-07-08cxgb4: Update register ranges for T6 adapterHariprasad Shenai
2015-07-08cxgb4: Don't use entire L2T table, use only its sliceHariprasad Shenai
2015-07-08net: ec_bhf: Use module_pci_driverVaishali Thakkar
2015-07-08cxgb4: Add PCI device ids for few more T5 and T6 adaptersHariprasad Shenai
2015-07-08net/mlx4_core: Add extra check for total vfs for SRIOVCarol Soto
2015-07-08net: macb: Add SG support for Zynq SOC familyPunnaiah Choudary Kalluri
2015-07-08mlx4: TCP/UDP packets have L4 hashEric Dumazet
2015-07-03cxgb4: Fix incorrect sequence numbers shown in devlogHariprasad Shenai
2015-07-02enic: fix issues in enic_pollGovindarajulu Varadarajan
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-30cxgb4: use kvfree() in t4_free_mem()Pekka Enberg
2015-06-30cxgb3: use kvfree() in cxgb_free_mem()Pekka Enberg
2015-06-30net: mvneta: disable IP checksum with jumbo frames for Armada 370Simon Guinot
2015-06-30net: mvneta: introduce compatible string "marvell, armada-xp-neta"Simon Guinot
2015-06-29net: icplus: fix typo in constant nameNik Nyby
2015-06-29sis900: Trivial: Fix typos in enumsNik Nyby
2015-06-29stmmac: Trivial: fix typo in constant nameNik Nyby
2015-06-29net-Liquidio: Delete unnecessary checks before the function call "vfree"Markus Elfring
2015-06-29amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocationTom Lendacky
2015-06-28net: bcmgenet: workaround initial read failures for integrated PHYsFlorian Fainelli
2015-06-28bnx2x: fix DMA API usageMichal Schmidt
2015-06-28net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMAGeert Uytterhoeven
2015-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2015-06-28bnx2x: fix lockdep splatEric Dumazet
2015-06-28net: fec: don't access RACC register when not availableGreg Ungerer
2015-06-28drivers: net: xgene: Pre-initialize ret in xgene_enet_get_resources()Geert Uytterhoeven
2015-06-26i40evf: don't configure unused RSS queuesMitch Williams
2015-06-26i40evf: fix panic during MTU changeMitch Williams
2015-06-26e1000e: i219 - k1 workaround for LPT is not required for SPTYanir Lubetkin
2015-06-26e1000e: i219 - Increase minimum FIFO read/write min gapYanir Lubetkin
2015-06-26e1000e: i219 - increase IPG for speed 10/100 full duplexYanir Lubetkin
2015-06-26e1000e: i219 - fix to enable both ULP and EEE in Sx stateYanir Lubetkin
2015-06-26e1000e: synchronization of MAC-PHY interface only on non- ME systemsYanir Lubetkin
2015-06-26e1000e: fix locking issue with e1000e_disable_aspmYanir Lubetkin
2015-06-26igb: bump version of igb to 5.2.18Todd Fujinaka
2015-06-26igb: disable IPv6 extension header processingTodd Fujinaka
2015-06-25bnx2x: Fix linearization for encapsulated packetsYuval Mintz
2015-06-25bnx2x: Release nvram lock on error flowYuval Mintz
2015-06-25bnx2x: Fix statistics gathering on link changeAriel Elior
2015-06-25bnx2x: Fix self-test for 20g devicesYuval Mintz
2015-06-25bnx2x: Fix VF MAC removalShahed Shaikh
2015-06-25bnx2x: Don't notify about scratchpad paritiesManish Chopra
2015-06-25bnx2x: Prevent false warning when accessing MACsYuval Mintz
2015-06-25bnx2x: Correct speed from baseT into KR.Yuval Mintz
2015-06-25bnx2x: Correct asymmetric flow-controlYuval Mintz
2015-06-25enic: use atomic_t instead of spin_lock in busy pollGovindarajulu Varadarajan