summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2017-03-16net: sky2: Fix shutdown crashJeremy Linton1-0/+13
2017-03-16net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula1-3/+7
2017-03-16net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein1-18/+20
2017-03-16net/mlx4: Remove BUG_ON from ICM allocation routineLeon Romanovsky1-1/+6
2017-03-16net/mlx4_en: Fix bad WQE issueEugenia Emantayev1-1/+7
2017-03-16net: korina: Fix NAPI versus resources freeingFlorian Fainelli1-4/+4
2017-02-23net: ep93xx_eth: Do not crash unloading moduleFlorian Fainelli1-0/+4
2017-02-23net/mlx4_en: Process all completions in RX rings after port goes upErez Shitrit1-0/+7
2017-02-23net/mlx4_core: Fix deadlock when switching between polling and event fw commandsJack Morgenstein2-4/+17
2016-11-20net: ethoc: Fix early error pathsFlorian Fainelli1-5/+5
2016-08-22net: ehea: avoid null pointer dereferencexypron.glpk@gmx.de1-5/+4
2016-08-22net/mlx4_core: Fix access to uninitialized indexTariq Toukan1-2/+2
2016-06-15atl2: Disable unimplemented scatter/gather featureBen Hutchings1-1/+1
2016-05-01jme: Fix device PM wakeup API usageGuo-Fu Tseng1-4/+2
2016-05-01jme: Do not enable NIC WoL functions on S0Guo-Fu Tseng1-6/+11
2016-05-01qlge: Fix receive packets drop.Manish Chopra1-0/+11
2016-05-01sh_eth: fix NULL pointer dereference in sh_eth_ring_format()Sergei Shtylyov1-1/+2
2016-05-01net: jme: fix suspend/resume on JMC260Diego Viola1-1/+2
2016-05-01ethernet: micrel: fix some error codesDan Carpenter1-4/+6
2016-04-01net/mlx4_en: Count HW buffer overrun only onceAmir Vadai1-2/+2
2016-01-22sh_eth: fix TX buffer byte-swappingSergei Shtylyov1-2/+1
2015-12-30sh_eth: fix kernel oops in skb_put()Sergei Shtylyov1-2/+2
2015-12-30atl1c: Improve driver not to do order 4 GFP_ATOMIC allocationPavel Machek1-4/+3
2015-08-12niu: don't count tx error twice in case of headroom realloc failsJiri Pirko1-3/+1
2015-08-12stmmac: troubleshoot unexpected bits in des0 & des1Alexey Brodkin4-12/+14
2015-08-07e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca1-1/+9
2015-05-09gianfar: Carefully free skbs in functions called by netpoll.Eric W. Biederman1-2/+2
2015-05-09benet: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2015-05-09ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2015-05-09tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-7/+7
2015-05-09r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2015-05-098139too: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-2/+2
2015-05-098139cp: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2015-05-09netxen: fix netxen_nic_poll() logicEric Dumazet1-1/+4
2015-05-09net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras1-2/+29
2015-05-09bnx2x: Force fundamental reset for EEH recoveryBrian King1-0/+4
2015-02-20enic: fix rx skb checksumGovindarajulu Varadarajan1-4/+8
2015-02-20tg3: tg3_disable_ints using uninitialized mailbox value to disable interruptsPrashant Sreedharan1-17/+17
2014-08-06sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan1-1/+19
2014-08-06igb: do a reset on SR-IOV re-init if device is downStefan Assmann1-0/+2
2014-07-11net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()Wei Yang2-46/+65
2014-07-11mlx4_core: Stash PCI ID driver_data in mlx4_priv structureWei Yang2-3/+11
2014-06-09tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera1-1/+3
2014-05-18mlx4_en: don't use napi_synchronize inside mlx4_en_netpollChris Mason3-7/+1
2014-04-02tg3: Don't check undefined error bits in RXBDMichael Chan2-3/+6
2014-04-02tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir1-2/+2
2014-02-15bnx2x: fix DMA unmapping of TSO split BDsMichal Schmidt1-4/+9
2014-02-15tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0Nat Gurumoorthy1-0/+3
2014-02-15net: do not pretend FRAGLIST supportEric Dumazet3-3/+2
2014-01-03net: smc91: fix crash regression on the versatileLinus Walleij1-18/+4