summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* 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-181-1/+1
* mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata2013-06-181-1/+1
* fec: Add support to restart autonegotiateChris Healy2013-06-181-0/+12
* tg3: Prevent system hang during repeated EEH errors.Michael Chan2013-06-181-2/+9
* net/mlx4: Add VF link state supportRony Efraim2013-06-145-2/+72
* bcm63xx_enet: add support Broadcom BCM6345 EthernetFlorian Fainelli2013-06-142-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/+0Star
* 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/+12Star
* ixgbe: add extra stats for ndo_ll_pollEliezer Tamir2013-06-113-0/+60
* ixgbe: add support for ndo_ll_pollEliezer Tamir2013-06-113-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-081-1/+1
* sh_eth: remove dependencies from KconfigSergei Shtylyov2013-06-081-6/+0Star
* sh_eth: get R8A777x support out of #ifdefSergei Shtylyov2013-06-081-9/+5Star
* sh_eth: get SH7724 support out of #ifdefSergei Shtylyov2013-06-081-5/+5
* sh_eth: get SH7757 support out of #ifdefSergei Shtylyov2013-06-081-20/+8Star
* sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov2013-06-081-31/+36
* sh_eth: get R8A7740 support out of #ifdefSergei Shtylyov2013-06-081-9/+7Star
* sh_eth: get SH7619 support out of #ifdefSergei Shtylyov2013-06-081-3/+3
* sh_eth: get SH771x support out of #ifdefSergei Shtylyov2013-06-081-3/+4
* sh_eth: create initial ID tableSergei Shtylyov2013-06-081-0/+10
* fec: Only pass pdev in fec_ptp_init()Fabio Estevam2013-06-073-3/+4
* net/macb: change RX path for GEMNicolas Ferre2013-06-072-49/+272
* net/macb: increase RX buffer size for GEMNicolas Ferre2013-06-072-8/+38
* sh_eth: enclose PM code into #ifdef CONFIG_PMNobuhiro Iwamatsu2013-06-071-2/+7
* sh_eth: consolidate sh_eth_reset()Nobuhiro Iwamatsu2013-06-071-125/+51Star
* sh_eth: remove #ifdef around sh_eth_select_mii()Nobuhiro Iwamatsu2013-06-071-5/+1Star
* sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'Nobuhiro Iwamatsu2013-06-072-8/+6Star
* sh_eth: remove SH_ETH_HAS_TSUNobuhiro Iwamatsu2013-06-071-12/+8Star
* sh_eth: remove duplicate sh_eth_set_duplex() definitionsNobuhiro Iwamatsu2013-06-071-54/+5Star
* sh_eth: use EDSR_ENALL to set EDSRNobuhiro Iwamatsu2013-06-071-1/+1
* sh_eth: remove #ifdef around EDSR and GECMR bit definitionsNobuhiro Iwamatsu2013-06-071-5/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-0614-71/+100
|\
| * tg3: Add read dma workaround for 5720Nithin Sujir2013-06-052-8/+18
| * net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANARJens Renner \(EFE\)2013-06-051-1/+2
| * bnx2x: Fix bridged GSO for 57710/57711 chipsYuval Mintz2013-06-051-2/+1Star
| * net: fec: add fallback to random MAC addressLucas Stach2013-06-051-0/+12
| * bnx2x: fix TCP offload for tunneling ipv4 over ipv6Dmitry Kravkov2013-06-051-7/+6Star
| * net/mlx4_core: Keep VF assigned MAC in the PF admin tableOr Gerlitz2013-06-041-3/+7
| * net/mlx4_en: Handle unassigned VF MAC address correctlyOr Gerlitz2013-06-041-4/+12
| * net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficie...Jack Morgenstein2013-06-042-16/+6Star