summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-07-27net/macb: suppress compiler warningsAndy Shevchenko2-6/+5
2015-07-27net/macb: use dev_*() when netdev is not yet registeredAndy Shevchenko1-2/+2
2015-07-27net/macb: check if macb_config presentAndy Shevchenko1-2/+1
2015-07-27net/macb: improve big endian CPU supportAndy Shevchenko2-44/+87
2015-07-27net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach3-3/+13
2015-07-27net: fec: use managed DMA API functions to allocate BD ringLucas Stach1-2/+2
2015-07-27niu: don't count tx error twice in case of headroom realloc failsJiri Pirko1-3/+1
2015-07-27net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay1-1/+0
2015-07-27net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein1-2/+15
2015-07-27net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein1-2/+2
2015-07-27net/mlx4_core: Use sink counter for the VF default as fallbackOr Gerlitz1-0/+5
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-131/+66
2015-07-22ravb: fix ring memory allocationSergei Shtylyov1-25/+34
2015-07-21drivers: net: cpsw: remove tx event processing in rx napi pollMugunthan V N1-6/+3
2015-07-21net: mvneta: fix refilling for Rx DMA buffersSimon Guinot1-12/+10
2015-07-21stmmac: fix setting of driver data in stmmac_dvr_probeJoachim Eastwood1-1/+1
2015-07-21ravb: fix race updating TCCRSergei Shtylyov1-4/+1
2015-07-21net: netcp: fix improper initialization in netcp_ndo_open()Karicheri, Muralidharan1-1/+1
2015-07-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-9/+0
2015-07-17ravb: do not invalidate cache for RX buffer twiceSergei Shtylyov1-7/+3
2015-07-16Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam1-75/+13
2015-07-14MIPS: SB1: Remove support for Pass 1 parts.Ralf Baechle1-9/+0
2015-07-12net: bcmgenet: fix accounting of packet drops vs errorsPetri Gynther1-4/+0
2015-07-10net: axienet: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski1-4/+4
2015-07-10drivers: net: cpsw: fix disabling of tx interrupt in rx isrMugunthan V N1-16/+3
2015-07-10net: systemport: Use eth_hw_addr_randomVaishali Thakkar1-1/+1
2015-07-09sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning3-1/+18
2015-07-093c59x: Fix shared IRQ handlingDenys Vlasenko1-1/+3
2015-07-09sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling...Shradha Shah1-6/+11
2015-07-09drivers: net: cpsw: fix crash while accessing second slave ethernet interfaceMugunthan V N1-2/+4
2015-07-09sfc: suppress handled MCDI failures when changing the MAC addressDaniel Pieczko1-2/+5
2015-07-09sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko3-42/+126
2015-07-09sfc: refactor code in efx_ef10_set_mac_address()Daniel Pieczko1-25/+20
2015-07-09net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+75
2015-07-09amd-xgbe: Fix DMA API debug warningLendacky, Thomas4-12/+22
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 Torvalds41-315/+515
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
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-29amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocationTom Lendacky1-1/+1
2015-06-29net: bcmgenet: workaround initial read failures for integrated PHYsFlorian Fainelli2-4/+51