summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorLines
2013-02-13net/macb: fix race with RX interrupt while doing NAPINicolas Ferre-0/+5
2013-02-13atl1c: add error checking for pci_map_single functionsHuang, Xiong-7/+64
2013-02-12ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck-6/+3
2013-02-10bnx2x: set gso_typeMichael S. Tsirkin-7/+5
2013-02-10qlcnic: set gso_typeMichael S. Tsirkin-1/+6
2013-02-10ixgbe: fix gso typeMichael S. Tsirkin-2/+6
2013-02-10stmmac: mdio register has to fail if the phy is not foundGiuseppe CAVALLARO-3/+7
2013-02-10stmmac: fix macro used for debugging the xmitGiuseppe CAVALLARO-1/+1
2013-02-10Merge branch 'davem.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller-67/+19
2013-02-09Revert "r8169: enable internal ASPM and clock request settings".Francois Romieu-21/+9
2013-02-08Revert "r8169: enable ALDPS for power saving".Francois Romieu-46/+10
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-11/+78
2013-02-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-1/+1
2013-02-05mlx4_core: Fix advertisement of wrong PF context behaviourOr Gerlitz-1/+1
2013-02-02via-rhine: Fix bugs in NAPI support.David S. Miller-6/+2
2013-01-29e1000e: enable ECC on I217/I218 to catch packet buffer memory errorsBruce Allan-0/+71
2013-01-29be2net: Updating Module Author string and log message string to "Emulex Corpo...Sarveshwar Bandi-5/+5
2013-01-27r8169: fix vlan tag read ordering.françois romieu-8/+6
2013-01-23r8169: remove the obsolete and incorrect AMD workaroundTimo Teräs-7/+0
2013-01-22netxen: fix off by one bug in netxen_release_tx_buffer()Eric Dumazet-1/+3
2013-01-18net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaultsOr Gerlitz-9/+2
2013-01-18net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV modeYan Burman-4/+9
2013-01-18net: calxedaxgmac: throw away overrun framesRob Herring-0/+4
2013-01-173c574_cs: fix operator precedence between << and &Nickolai Zeldovich-1/+1
2013-01-16cxgb4: set coalesce parameters on all queuesThadeu Lima de Souza Cascardo-3/+14
2013-01-16ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller-2/+2
2013-01-16ixgbe: only compile ixgbe_debugfs.o when enabledJacob Keller-6/+2
2013-01-14tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir-23/+35
2013-01-14tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir-0/+4
2013-01-12be2net: fix unconditionally returning IRQ_HANDLED in INTxSathya Perla-9/+21
2013-01-11qlge: remove NETIF_F_TSO6 flagAmerigo Wang-1/+1
2013-01-10net: ethernet: xilinx: Do not use NO_IRQ in axienetMichal Simek-1/+1
2013-01-10net: ethernet: xilinx: Do not use axienet on PPCMichal Simek-1/+1
2013-01-10bnx2x: Allow management traffic after boot from SANBarak Witkowski-8/+52
2013-01-10bnx2x: Fix fastpath structures when memory allocation failsYuval Mintz-2/+28
2013-01-10bfin_mac: Restore hardware time-stamping dependency on BF518Lars-Peter Clausen-0/+1
2013-01-10bnx2x: move debugging code before the returnDan Carpenter-1/+1
2012-12-28forcedeth: Fix WARNINGS that result when DMA mapping is not checkedLarry Finger-0/+35
2012-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-16/+13
2012-12-26cpts: fix a run time warn_on.Richard Cochran-1/+1
2012-12-26cpts: fix build error by removing useless code.Richard Cochran-2/+0
2012-12-22Drivers: network: more __dev* removalGreg KH-13/+12
2012-12-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-59/+1309
2012-12-19Merge branches 'cxgb4', 'ipoib' and 'mlx4' into for-nextRoland Dreier-44/+128
2012-12-19RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya-6/+24
2012-12-19RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya-0/+55
2012-12-19RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya-2/+162
2012-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-61/+98
2012-12-198139cp: Prevent dev_close/cp_interrupt race on MTU changeJohn Greene-7/+11
2012-12-19drivers/net: Use of_match_ptr() macro in smsc911x.cSachin Kamat-1/+3