aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-13Merge branch 'gfar-ethtool-atomic' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller3-45/+37
2013-02-12gianfar: convert u64 status counters to atomic64_tPaul Gortmaker3-30/+31
2013-02-12gianfar: remove largely unused gfar_stats structPaul Gortmaker2-16/+7
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-72/+34
2013-02-12net: fec_mpc52xx: Read MAC address from device-treeStefan Roese1-24/+38
2013-02-12cxgb4vf: Fix VLAN extraction counter incrementVipul Pandya1-1/+3
2013-02-12driver: net: ethernet: cpsw: dual emac interface implementationMugunthan V N1-52/+283
2013-02-12driver: net: ethernet: cpsw: make cpts as pointerMugunthan V N1-15/+21
2013-02-12driver: net: ethernet: davinci_cpdma: add support for directed packet and source port detectionMugunthan V N4-9/+24
2013-02-12ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck1-6/+3
2013-02-11qlcnic: fix mailbox response handlingJitendra Kalsaria1-26/+40
2013-02-11qlcnic: enhance MSIX allocation failure log messageManish Chopra1-2/+3
2013-02-11qlcnic: fix async event handling during diagnostic loopback testJitendra Kalsaria1-2/+5
2013-02-11qlcnic: refactor 83xx diagnostic IRQ testJitendra Kalsaria3-27/+48
2013-02-11qlcnic: refactor 83xx diagnostic loopback testJitendra Kalsaria5-32/+158
2013-02-11qlcnic: helper routine to handle async eventsJitendra Kalsaria4-64/+45
2013-02-11qlcnic: fix firmware based IDC participationJitendra Kalsaria1-4/+4
2013-02-11qlcnic: fix initialize NIC mailbox commandHimanshu Madhani3-7/+12
2013-02-10bnx2x: set gso_typeMichael S. Tsirkin1-7/+5
2013-02-10qlcnic: set gso_typeMichael S. Tsirkin1-1/+6
2013-02-10ixgbe: fix gso typeMichael S. Tsirkin1-2/+6
2013-02-10stmmac: mdio register has to fail if the phy is not foundGiuseppe CAVALLARO1-3/+7
2013-02-10stmmac: fix macro used for debugging the xmitGiuseppe CAVALLARO1-1/+1
2013-02-10Merge branch 'davem.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller1-67/+19
2013-02-09Revert "r8169: enable internal ASPM and clock request settings".Francois Romieu1-21/+9
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-02-08cxgb4vf: Fix extraction of cpl_rx_pkt from the response queue descriptorVipul Pandya1-1/+1
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches10-101/+49
2013-02-08bgmac: fix "cmdcfg" calls for promisc and loopback modesRafał Miłecki1-4/+4
2013-02-08Revert "r8169: enable ALDPS for power saving".Francois Romieu1-46/+10
2013-02-08bgmac: validate (and random if needed) MAC addrRafał Miłecki1-0/+6
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-11/+78
2013-02-07tg3: add support for Ethernet core in bcm4785Hauke Mehrtens2-6/+116
2013-02-07tg3: make it possible to provide phy_id in ioctlHauke Mehrtens1-6/+20
2013-02-07net: fec: fix spin_lock dead lockFrank Li1-1/+3
2013-02-07net: fec: correct fix method about miss init spinlockFrank Li1-4/+3
2013-02-07mlx4_en: Fix BQL reset TX queue call pointTom Herbert2-3/+2
2013-02-07Merge branch 'mlx4'David S. Miller10-385/+707
2013-02-07net/mlx4_en: Implement ndo fdb functionalityYan Burman1-0/+75
2013-02-07net/mlx4_en: Add unicast MAC filteringYan Burman2-2/+130
2013-02-07net/mlx4_en: Manage hash of MAC addresses per portYan Burman3-38/+79
2013-02-07net/mlx4_en: Save previous MAC address of the port so we can replace it laterYan Burman1-2/+2
2013-02-07net/mlx4_en: Re-arrange ndo_set_rx_mode related codeYan Burman2-128/+145
2013-02-07net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_enYan Burman5-205/+222
2013-02-07net/mlx4_en: Cleanup multiline stringsYan Burman1-15/+10
2013-02-07net/mlx4_en: Optimize Rx fast path filter checksYan Burman4-30/+35
2013-02-07net/mlx4_en: Optimize loopback related checks in data pathYan Burman6-21/+65
2013-02-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2013-02-06bgmac: add ndo_set_rx_mode netdev opsHauke Mehrtens1-4/+12
2013-02-06bgmac: add generic ndo_validate_addr netdev opsHauke Mehrtens1-0/+1