summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-05-17Merge tag 'ntb-bugfixes-3.10' of git://github.com/jonmason/ntbLinus Torvalds1-0/+2
2013-05-15ntb_netdev: remove from list on exitJon Mason1-0/+2
2013-05-13bna: add missing iounmap() on error in bnad_init()Wei Yongjun1-2/+3
2013-05-13qlge: fix dma map leak when the last chunk is not allocatedThadeu Lima de Souza Cascardo1-0/+7
2013-05-12virtio_net: use default napi weight by defaultAmerigo Wang1-1/+1
2013-05-12emac: Fix EMAC soft reset on 460EX/GTPetri Gynther1-8/+28
2013-05-123c59x: fix PCI resource managementSergei Shtylyov1-12/+13
2013-05-12caif: CAIF_VIRTIO should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-12net/ethernet: MACB should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-05-12net/ethernet: ARM_AT91_ETHER should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-12net/wireless: ATH9K should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-12net/ethernet: STMMAC_ETH should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-12net/ethernet: NET_CALXEDA_XGMAC should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-12macvlan: fix passthru mode race between dev removal and rx pathJiri Pirko1-3/+4
2013-05-12net/mlx4: Strengthen VLAN tags/priorities enforcement in VST modeRony Efraim2-4/+18
2013-05-12net/mlx4_core: Add missing report on VST and spoof-checking dev capsOr Gerlitz2-10/+3
2013-05-12net: fec: enable hardware checksum only on imx6q-fecShawn Guo1-7/+13
2013-05-12qlcnic: Fix validation of link event command.Rajesh Borundia1-3/+0
2013-05-12qlcnic: Fix mailbox response handling.Rajesh Borundia4-15/+10
2013-05-12qlcnic: Fix bug in diagnostics test reset recovery pathManish Chopra1-3/+11
2013-05-12qlcnic: Fix reset recovery after transmit timeoutSony Chacko2-14/+23
2013-05-12qlcnic: Fix ethtool supported port status for 83xxHimanshu Madhani4-27/+94
2013-05-12qlcnic: Fix missing bracket in module parameter.Himanshu Madhani1-5/+5
2013-05-12qlcnic: Fix ethtool stringsShahed Shaikh1-2/+3
2013-05-12qlcnic: Fix setting MAC addressManish Chopra1-0/+21
2013-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-117/+131
2013-05-10Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds1-1/+1
2013-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-50/+184
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-05-09Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-134/+102
2013-05-09mwifiex: fix setting of multicast filterDaniel Drake1-15/+6
2013-05-09mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar2-3/+1
2013-05-09mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao1-0/+1
2013-05-09ath9k: Update initvals for AR9565Sujith Manoharan1-68/+70
2013-05-09ath9k: Fix beacon reconfigurationSujith Manoharan1-2/+2
2013-05-09iwl4965: workaround connection regression on passive channelStanislaw Gruszka1-2/+1
2013-05-09B43: Handle DMA RX descriptor underrunThommy Jakobsson3-26/+40
2013-05-09net: fec: fix kernel oops when plug/unplug cable many timesFrank Li2-15/+39
2013-05-09bfin_mac: fix error return code in bfin_mac_probe()Wei Yongjun1-1/+2
2013-05-09sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun1-1/+3
2013-05-09net/spider_net: fix error return code in spider_net_open()Wei Yongjun1-1/+2
2013-05-09net/irda: fix error return code in bfin_sir_open()Wei Yongjun1-2/+4
2013-05-09sierra_net: keep status interrupt URB activeDan Williams1-7/+31
2013-05-09usbnet: allow status interrupt URB to always be activeDan Williams1-6/+71
2013-05-08qmi_wwan/cdc_ether: add device IDs for Dell 5804 (Novatel E371) WWAN cardDan Williams2-0/+14
2013-05-08be2net: disable TX in be_close()Sathya Perla1-0/+2
2013-05-08be2net: fix EQ from getting full while cleaning RX CQSathya Perla1-6/+1
2013-05-08be2net: fix payload_len value for GET_MAC_LIST cmd reqSathya Perla1-3/+2
2013-05-08be2net: provision VF resources before enabling SR-IOVSathya Perla1-8/+13
2013-05-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds7-9/+9