summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-06-16lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro1-1/+1
2013-06-13tulip: Properly check dma mapping resultNeil Horman1-0/+6
2013-06-13net: sh_eth: fix incorrect RX length error if R8A7740Yoshihiro Shimoda1-4/+11
2013-06-13drivers: net: davinci_mdio: restore mdio clk divider in mdio resumeMugunthan V N1-4/+1
2013-06-13drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driverMugunthan V N1-2/+2
2013-06-13tg3: Wait for boot code to finish after power onNithin Sujir1-0/+10
2013-06-13net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG usedDinh Nguyen1-1/+1
2013-06-13be2net: Fix 32-bit DMA Mask handlingSomnath Kotur1-0/+3
2013-06-11sh_eth: fix result of sh_eth_check_reset() on timeoutSergei Shtylyov1-2/+2
2013-06-11net/ti davinci_mdio: don't hold a spin lock while calling pm_runtimeSebastian Siewior1-3/+2
2013-06-04tg3: Add read dma workaround for 5720Nithin Sujir2-8/+18
2013-06-04net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANARJens Renner \(EFE\)1-1/+2
2013-06-04bnx2x: Fix bridged GSO for 57710/57711 chipsYuval Mintz1-2/+1
2013-06-04net: fec: add fallback to random MAC addressLucas Stach1-0/+12
2013-06-04bnx2x: fix TCP offload for tunneling ipv4 over ipv6Dmitry Kravkov1-7/+6
2013-06-04net/mlx4_core: Keep VF assigned MAC in the PF admin tableOr Gerlitz1-3/+7
2013-06-04net/mlx4_en: Handle unassigned VF MAC address correctlyOr Gerlitz1-4/+12
2013-06-04net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficie...Jack Morgenstein2-16/+6
2013-06-04net/mlx4_en: Fix adaptive moderation cq updateSagi Grimberg1-0/+1
2013-05-30be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hookSomnath Kotur2-28/+26
2013-05-30be2net: Mark checksum fail for IP fragmented packetsSomnath Kotur3-2/+8
2013-05-25qlge: add missing free_netdev() on error in qlge_probe()Wei Yongjun1-0/+1
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds21-184/+264
2013-05-23be2net: bug fix on returning an invalid nic descriptorWei Yang1-9/+4
2013-05-23net: Revert unused variable changes.David S. Miller3-0/+3
2013-05-22net: ethernet: sun: drop unused variableEmilio López1-1/+0
2013-05-22net: ethernet: korina: drop unused variableEmilio López1-1/+0
2013-05-22net: ethernet: apple: drop unused variableEmilio López1-1/+0
2013-05-22net: fec: use a more proper compatible string for MVF type deviceShawn Guo1-3/+3
2013-05-22qlcnic: Fix updating netdev->featuresShahed Shaikh4-46/+61
2013-05-22qlcnic: remove netdev->trans_start updates within the driverSony Chacko3-6/+1
2013-05-22qlcnic: Return proper error codes from probe failure pathsSony Chacko1-4/+8
2013-05-22tg3: Update version to 3.132Nithin Sujir1-2/+2
2013-05-22tg3: Ensure boot code has completed initialization before accessing hardwareNithin Sujir1-4/+4
2013-05-208139cp: reset BQL when ring tx ring clearedstephen hemminger1-0/+1
2013-05-20bnx2x: Fix GSO for 57710/57711 chipsYuval Mintz1-2/+7
2013-05-20r8169: fix offloaded tx checksum for small packets.françois romieu1-14/+27
2013-05-18Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+0
2013-05-18drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-17gianfar: add missing iounmap() on error in gianfar_ptp_probe()Wei Yongjun1-0/+1
2013-05-16NET: mv643xx_eth: avoid lockdep dump on interface downRussell King1-2/+2
2013-05-15fec: Invert the order of function calls in fec_restart()Fabio Estevam1-3/+3
2013-05-15fec: Fix inconsistent lock stateFabio Estevam1-2/+2
2013-05-15ipg: fix an unsigned widening cast of '~' truncation issueDan Carpenter1-43/+43
2013-05-14net/macb: fix ISR clear-on-write behavior only for some SoCNicolas Ferre2-2/+23
2013-05-14mv643xx_eth: fix NAPI weight being > 64Andrew Lunn1-1/+1
2013-05-14be2net: Avoid double insertion of vlan tags.Sarveshwar Bandi1-13/+5
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings3-5/+19
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings3-19/+6
2013-05-14tg3: Fix data corruption on 5725 with TSOMichael Chan1-0/+17