summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2013-06-25net/mlx4_en: Fix a race between napi poll function and RX ring cleanupEugenia Emantayev
2013-06-25net/mlx4_en: Change log level from error to debug for vlan related messagesEugenia Emantayev
2013-06-25net/mlx4_en: Move register_netdev() to the end of initialization functionEugenia Emantayev
2013-06-25net/mlx4_en: Do not query stats when device port is downJack Morgenstein
2013-06-25net/mlx4_en: Fix resource leak in error flowDotan Barak
2013-06-25mlx4: allow order-0 memory allocations in RX pathEric Dumazet
2013-06-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-06-25bnx2x: Remove sparse and coccinelle warningsYuval Mintz
2013-06-24net: Restore unintentional reverts.David S. Miller
2013-06-24sfc: Improve test for IOMMU in useBen Hutchings
2013-06-24sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings
2013-06-24sfc: Do not pass non-TCP packets into GRO codeBen Hutchings
2013-06-24sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings
2013-06-24sfc: Enable accelerated RFS on vlansAndy Lutomirski
2013-06-24sfc: Report software timestamping capabilitiesBen Hutchings
2013-06-24sfc: Increase size of RX SKB header areaJon Cooper
2013-06-24sfc: Enable RX checksum offload for packets not handled by GROJon Cooper
2013-06-24sfc: Fix EEH with legacy interrupts.Alexandre Rames
2013-06-24bnx2x: Fix compilation with no IOV supportYuval Mintz
2013-06-24bnx2x: Fix 20G KR2 support claimsYaniv Rosner
2013-06-24bnx2x: improve VF timingsAriel Elior
2013-06-24bnx2x: VF ndo sanityAriel Elior
2013-06-24bnx2x: Improve PF behaviour toward VFAriel Elior
2013-06-24qlcnic: Update version to 5.2.44Jitendra Kalsaria
2013-06-24qlcnic: Add support for 83xx suspend and resume.Rajesh Borundia
2013-06-24qlcnic: Add support for 'set driver version' in 83XXPratik Pujar
2013-06-24qlcnic: Cleanup of structure qlcnic_hardware_contextPratik Pujar
2013-06-24qlcnic: Add support for PEX DMA method to read memory section of adapter dumpShahed Shaikh
2013-06-24qlcnic: Minimize sleep duration within loopback diagnostic test.Jitendra Kalsaria
2013-06-24qlcnic: Secondary unicast MAC address support.Jitendra Kalsaria
2013-06-24qlcnic: Handle qlcnic_alloc_mbx_args() failureShahed Shaikh
2013-06-20bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang
2013-06-20amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang
2013-06-20Bnx2x: remove redundant D0 power state setYijing Wang
2013-06-20at91_ether: Do not select NET_COREBen Hutchings
2013-06-20net: Move MII out from under NET_CORE and hide itBen Hutchings
2013-06-20be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla
2013-06-20bnx2x: replace mechanism to check for next available packetDmitry Kravkov
2013-06-20bnx2x: add support for ndo_ll_pollDmitry Kravkov
2013-06-20net/mlx4_en: Low Latency recv statisticsAmir Vadai
2013-06-20net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai
2013-06-20sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov
2013-06-20sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov
2013-06-20sh_eth: remove redundant bits from 'eesipr_value' field initializerSergei Shtylyov
2013-06-20sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov
2013-06-20sh_eth: add NAPI supportSergei Shtylyov
2013-06-20sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-19bcm63xx_enet: fix return value check in bcm_enet_shared_probe()Wei Yongjun
2013-06-18pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata