aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2013-06-16lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro
2013-06-13tulip: Properly check dma mapping resultNeil Horman
2013-06-13net: sh_eth: fix incorrect RX length error if R8A7740Yoshihiro Shimoda
2013-06-13drivers: net: davinci_mdio: restore mdio clk divider in mdio resumeMugunthan V N
2013-06-13drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driverMugunthan V N
2013-06-13tg3: Wait for boot code to finish after power onNithin Sujir
2013-06-13net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG usedDinh Nguyen
2013-06-13be2net: Fix 32-bit DMA Mask handlingSomnath Kotur
2013-06-11sh_eth: fix result of sh_eth_check_reset() on timeoutSergei Shtylyov
2013-06-11net/ti davinci_mdio: don't hold a spin lock while calling pm_runtimeSebastian Siewior
2013-06-04tg3: Add read dma workaround for 5720Nithin Sujir
2013-06-04net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANARJens Renner \(EFE\)
2013-06-04bnx2x: Fix bridged GSO for 57710/57711 chipsYuval Mintz
2013-06-04net: fec: add fallback to random MAC addressLucas Stach
2013-06-04bnx2x: fix TCP offload for tunneling ipv4 over ipv6Dmitry Kravkov
2013-06-04net/mlx4_core: Keep VF assigned MAC in the PF admin tableOr Gerlitz
2013-06-04net/mlx4_en: Handle unassigned VF MAC address correctlyOr Gerlitz
2013-06-04net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficie...Jack Morgenstein
2013-06-04net/mlx4_en: Fix adaptive moderation cq updateSagi Grimberg
2013-05-30be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hookSomnath Kotur
2013-05-30be2net: Mark checksum fail for IP fragmented packetsSomnath Kotur
2013-05-25qlge: add missing free_netdev() on error in qlge_probe()Wei Yongjun
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-05-23be2net: bug fix on returning an invalid nic descriptorWei Yang
2013-05-23net: Revert unused variable changes.David S. Miller
2013-05-22net: ethernet: sun: drop unused variableEmilio López
2013-05-22net: ethernet: korina: drop unused variableEmilio López
2013-05-22net: ethernet: apple: drop unused variableEmilio López
2013-05-22net: fec: use a more proper compatible string for MVF type deviceShawn Guo
2013-05-22qlcnic: Fix updating netdev->featuresShahed Shaikh
2013-05-22qlcnic: remove netdev->trans_start updates within the driverSony Chacko
2013-05-22qlcnic: Return proper error codes from probe failure pathsSony Chacko
2013-05-22tg3: Update version to 3.132Nithin Sujir
2013-05-22tg3: Ensure boot code has completed initialization before accessing hardwareNithin Sujir
2013-05-208139cp: reset BQL when ring tx ring clearedstephen hemminger
2013-05-20bnx2x: Fix GSO for 57710/57711 chipsYuval Mintz
2013-05-20r8169: fix offloaded tx checksum for small packets.françois romieu
2013-05-18Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-05-18drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resourceWolfram Sang
2013-05-17gianfar: add missing iounmap() on error in gianfar_ptp_probe()Wei Yongjun
2013-05-16NET: mv643xx_eth: avoid lockdep dump on interface downRussell King
2013-05-15fec: Invert the order of function calls in fec_restart()Fabio Estevam
2013-05-15fec: Fix inconsistent lock stateFabio Estevam
2013-05-15ipg: fix an unsigned widening cast of '~' truncation issueDan Carpenter
2013-05-14net/macb: fix ISR clear-on-write behavior only for some SoCNicolas Ferre
2013-05-14mv643xx_eth: fix NAPI weight being > 64Andrew Lunn
2013-05-14be2net: Avoid double insertion of vlan tags.Sarveshwar Bandi
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings
2013-05-14tg3: Fix data corruption on 5725 with TSOMichael Chan