aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
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
2013-05-14tg3: Skip powering down function 0 on certain serdes devicesNithin Sujir
2013-05-13bna: add missing iounmap() on error in bnad_init()Wei Yongjun
2013-05-13qlge: fix dma map leak when the last chunk is not allocatedThadeu Lima de Souza Cascardo
2013-05-11emac: Fix EMAC soft reset on 460EX/GTPetri Gynther
2013-05-113c59x: fix PCI resource managementSergei Shtylyov
2013-05-11net/ethernet: MACB should depend on HAS_DMAGeert Uytterhoeven
2013-05-11net/ethernet: ARM_AT91_ETHER should depend on HAS_DMAGeert Uytterhoeven
2013-05-11net/ethernet: STMMAC_ETH should depend on HAS_DMAGeert Uytterhoeven
2013-05-11net/ethernet: NET_CALXEDA_XGMAC should depend on HAS_DMAGeert Uytterhoeven
2013-05-11net/mlx4: Strengthen VLAN tags/priorities enforcement in VST modeRony Efraim
2013-05-11net/mlx4_core: Add missing report on VST and spoof-checking dev capsOr Gerlitz
2013-05-11net: fec: enable hardware checksum only on imx6q-fecShawn Guo
2013-05-11qlcnic: Fix validation of link event command.Rajesh Borundia
2013-05-11qlcnic: Fix mailbox response handling.Rajesh Borundia
2013-05-11qlcnic: Fix bug in diagnostics test reset recovery pathManish Chopra
2013-05-11qlcnic: Fix reset recovery after transmit timeoutSony Chacko
2013-05-11qlcnic: Fix ethtool supported port status for 83xxHimanshu Madhani
2013-05-11qlcnic: Fix missing bracket in module parameter.Himanshu Madhani
2013-05-11qlcnic: Fix ethtool stringsShahed Shaikh
2013-05-11qlcnic: Fix setting MAC addressManish Chopra
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds
2013-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-05-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-05-08net: fec: fix kernel oops when plug/unplug cable many timesFrank Li
2013-05-08bfin_mac: fix error return code in bfin_mac_probe()Wei Yongjun
2013-05-08sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun
2013-05-08net/spider_net: fix error return code in spider_net_open()Wei Yongjun
2013-05-08be2net: disable TX in be_close()Sathya Perla
2013-05-08be2net: fix EQ from getting full while cleaning RX CQSathya Perla
2013-05-08be2net: fix payload_len value for GET_MAC_LIST cmd reqSathya Perla
2013-05-08be2net: provision VF resources before enabling SR-IOVSathya Perla
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita