aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* niu: don't count tx error twice in case of headroom realloc failsJiri Pirko2015-08-121-3/+1
* stmmac: troubleshoot unexpected bits in des0 & des1Alexey Brodkin2015-08-124-12/+14
* e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca2015-08-071-1/+9
* gianfar: Carefully free skbs in functions called by netpoll.Eric W. Biederman2015-05-091-2/+2
* benet: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman2015-05-091-1/+1
* ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2015-05-091-3/+3
* tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2015-05-091-7/+7
* r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2015-05-091-3/+3
* 8139too: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2015-05-091-2/+2
* 8139cp: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman2015-05-091-1/+1
* netxen: fix netxen_nic_poll() logicEric Dumazet2015-05-091-1/+4
* net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras2015-05-091-2/+29
* bnx2x: Force fundamental reset for EEH recoveryBrian King2015-05-091-0/+4
* enic: fix rx skb checksumGovindarajulu Varadarajan2015-02-201-4/+8
* tg3: tg3_disable_ints using uninitialized mailbox value to disable interruptsPrashant Sreedharan2015-02-201-17/+17
* sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan2014-08-061-1/+19
* igb: do a reset on SR-IOV re-init if device is downStefan Assmann2014-08-061-0/+2
* net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()Wei Yang2014-07-112-46/+65
* mlx4_core: Stash PCI ID driver_data in mlx4_priv structureWei Yang2014-07-112-3/+11
* tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera2014-06-091-1/+3
* mlx4_en: don't use napi_synchronize inside mlx4_en_netpollChris Mason2014-05-183-7/+1
* tg3: Don't check undefined error bits in RXBDMichael Chan2014-04-022-3/+6
* tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir2014-04-021-2/+2
* bnx2x: fix DMA unmapping of TSO split BDsMichal Schmidt2014-02-151-4/+9
* tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0Nat Gurumoorthy2014-02-151-0/+3
* net: do not pretend FRAGLIST supportEric Dumazet2014-02-153-3/+2
* net: smc91: fix crash regression on the versatileLinus Walleij2014-01-031-18/+4
* 8139cp: re-enable interrupts after tx timeoutDavid Woodhouse2013-11-281-0/+1
* davinci_emac.c: Fix IFF_ALLMULTI setupMariusz Ceier2013-11-281-2/+1
* bnx2x: record rx queue for LRO packetsEric Dumazet2013-11-281-0/+1
* gianfar: Change default HW Tx queue scheduling modeClaudiu Manoil2013-10-262-2/+20
* sfc: Fix efx_rx_buf_offset() for recycled pagesBen Hutchings2013-10-261-1/+2
* ll_temac: Reset dma descriptors indexes on ndo_openRicardo Ribalda2013-10-261-0/+6
* via-rhine: fix VLAN priority field (PCP, IEEE 802.1p)Roger Luethi2013-10-261-2/+7
* 8139cp: Add dma_mapping_error checkingNeil Horman2013-10-261-3/+46
* ixgbe: Fix Tx Hang issue with lldpad on 82598EBJacob Keller2013-09-101-2/+1
* atl1e: unmap partially mapped skb on dma error and free skbNeil Horman2013-08-021-1/+23
* atl1e: fix dma mapping warningsNeil Horman2013-08-021-3/+25
* sunvnet: vnet_port_remove must call unregister_netdevDave Kleikamp2013-08-021-0/+2
* sh_eth: fix unhandled RFE interruptSergei Shtylyov2013-08-022-9/+10
* r8169: fix offloaded tx checksum for small packets.Ben Hutchings2013-07-271-8/+0
* r8169: fix 8168evl frame padding.Stefan Bader2013-06-291-6/+27
* gianfar: add missing iounmap() on error in gianfar_ptp_probe()Wei Yongjun2013-06-291-0/+1
* tg3: Wait for boot code to finish after power onNithin Sujir2013-06-191-0/+10
* tg3: Add read dma workaround for 5720Nithin Sujir2013-06-192-8/+18
* tg3: Add New 5719 Read DMA workaroundMichael Chan2013-06-192-1/+29
* 3c59x: fix PCI resource managementSergei Shtylyov2013-05-301-12/+13
* 3c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov2013-05-301-1/+1
* 3c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA)Matthew Whitehead2013-05-301-0/+2
* tg3: Skip powering down function 0 on certain serdes devicesNithin Sujir2013-05-301-6/+26