summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | qlcnic: Minimize sleep duration within loopback diagnostic test.Jitendra Kalsaria2013-06-232-19/+41
| * | | | qlcnic: Secondary unicast MAC address support.Jitendra Kalsaria2013-06-236-23/+83
| * | | | qlcnic: Handle qlcnic_alloc_mbx_args() failureShahed Shaikh2013-06-234-64/+206
| | |/ / | |/| |
| * | | bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang2013-06-191-1/+1
| * | | amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang2013-06-191-3/+3
| * | | Bnx2x: remove redundant D0 power state setYijing Wang2013-06-191-3/+1
| * | | at91_ether: Do not select NET_COREBen Hutchings2013-06-191-1/+0
| * | | net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-1928-47/+0
| * | | be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla2013-06-191-27/+4
| * | | bnx2x: replace mechanism to check for next available packetDmitry Kravkov2013-06-194-37/+42
| * | | bnx2x: add support for ndo_ll_pollDmitry Kravkov2013-06-194-11/+208
| * | | net/mlx4_en: Low Latency recv statisticsAmir Vadai2013-06-193-1/+29
| * | | net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai2013-06-194-4/+178
| * | | sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov2013-06-192-3/+4
| * | | sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov2013-06-191-4/+4
| * | | sh_eth: remove redundant bits from 'eesipr_value' field initializerSergei Shtylyov2013-06-191-1/+1
| * | | sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov2013-06-192-17/+0
| * | | sh_eth: add NAPI supportSergei Shtylyov2013-06-192-12/+74
| * | | sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov2013-06-192-11/+10
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-1917-18/+4608
| |\ \ \
| * | | | bcm63xx_enet: fix return value check in bcm_enet_shared_probe()Wei Yongjun2013-06-191-2/+2
| * | | | pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata2013-06-171-1/+1
| * | | | mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata2013-06-171-1/+1
| * | | | fec: Add support to restart autonegotiateChris Healy2013-06-171-0/+12
| * | | | tg3: Prevent system hang during repeated EEH errors.Michael Chan2013-06-171-2/+9
| * | | | net/mlx4: Add VF link state supportRony Efraim2013-06-135-2/+72
| * | | | bcm63xx_enet: add support Broadcom BCM6345 EthernetFlorian Fainelli2013-06-132-80/+135
| * | | | sh_eth: remove '__maybe_unused' annotationsSergei Shtylyov2013-06-131-2/+2
| * | | | cxgb4: Do not set net_device::dev_id to VI indexBen Hutchings2013-06-131-1/+0
| * | | | sh_eth: split 'sh_eth_netdev_ops'Sergei Shtylyov2013-06-121-9/+20
| * | | | gianfar: Add backwards compatible Single Queue mode pollingClaudiu Manoil2013-06-121-2/+49
| * | | | sfc: Store port number in private data, not net_device::dev_idBen Hutchings2013-06-122-2/+3
| * | | | net: emaclite: Convert to use devm_ioremap_resourceTushar Behera2013-06-121-2/+4
| * | | | net: fec: Convert to use devm_ioremap_resourceTushar Behera2013-06-121-6/+6
| * | | | 3c59x: consolidate error cleanup in vortex_init_one()Sergei Shtylyov2013-06-121-13/+12
| * | | | ixgbe: add extra stats for ndo_ll_pollEliezer Tamir2013-06-103-0/+60
| * | | | ixgbe: add support for ndo_ll_pollEliezer Tamir2013-06-103-8/+177
| * | | | bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switchMaxime Bizon2013-06-102-12/+998
| * | | | bcm63xx_enet: split DMA channel register accessesMaxime Bizon2013-06-101-56/+83
| * | | | bcm63xx_enet: implement reset autoneg ethtool callbackMaxime Bizon2013-06-101-0/+15
| * | | | sh_eth: Fix warnings on 64-bit.David S. Miller2013-06-071-1/+1
| * | | | sh_eth: remove dependencies from KconfigSergei Shtylyov2013-06-071-6/+0
| * | | | sh_eth: get R8A777x support out of #ifdefSergei Shtylyov2013-06-071-9/+5
| * | | | sh_eth: get SH7724 support out of #ifdefSergei Shtylyov2013-06-071-5/+5
| * | | | sh_eth: get SH7757 support out of #ifdefSergei Shtylyov2013-06-071-20/+8
| * | | | sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov2013-06-071-31/+36
| * | | | sh_eth: get R8A7740 support out of #ifdefSergei Shtylyov2013-06-071-9/+7
| * | | | sh_eth: get SH7619 support out of #ifdefSergei Shtylyov2013-06-071-3/+3
| * | | | sh_eth: get SH771x support out of #ifdefSergei Shtylyov2013-06-071-3/+4
| * | | | sh_eth: create initial ID tableSergei Shtylyov2013-06-071-0/+10
OpenPOWER on IntegriCloud