summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-05-15ipg: fix an unsigned widening cast of '~' truncation issueDan Carpenter1-43/+43
2013-05-15ntb_netdev: remove from list on exitJon Mason1-0/+2
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern1-1/+1
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
2013-05-14tg3: Skip powering down function 0 on certain serdes devicesNithin Sujir1-6/+26
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-11virtio_net: use default napi weight by defaultAmerigo Wang1-1/+1
2013-05-11emac: Fix EMAC soft reset on 460EX/GTPetri Gynther1-8/+28
2013-05-113c59x: fix PCI resource managementSergei Shtylyov1-12/+13
2013-05-11caif: CAIF_VIRTIO should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-11net/ethernet: MACB should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-05-11net/ethernet: ARM_AT91_ETHER should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-11net/wireless: ATH9K should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-11net/ethernet: STMMAC_ETH should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-11net/ethernet: NET_CALXEDA_XGMAC should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-11macvlan: fix passthru mode race between dev removal and rx pathJiri Pirko1-3/+4
2013-05-11net/mlx4: Strengthen VLAN tags/priorities enforcement in VST modeRony Efraim2-4/+18
2013-05-11net/mlx4_core: Add missing report on VST and spoof-checking dev capsOr Gerlitz2-10/+3
2013-05-11net: fec: enable hardware checksum only on imx6q-fecShawn Guo1-7/+13
2013-05-11qlcnic: Fix validation of link event command.Rajesh Borundia1-3/+0
2013-05-11qlcnic: Fix mailbox response handling.Rajesh Borundia4-15/+10
2013-05-11qlcnic: Fix bug in diagnostics test reset recovery pathManish Chopra1-3/+11
2013-05-11qlcnic: Fix reset recovery after transmit timeoutSony Chacko2-14/+23
2013-05-11qlcnic: Fix ethtool supported port status for 83xxHimanshu Madhani4-27/+94
2013-05-11qlcnic: Fix missing bracket in module parameter.Himanshu Madhani1-5/+5
2013-05-11qlcnic: Fix ethtool stringsShahed Shaikh1-2/+3
2013-05-11qlcnic: 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-09Merge 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-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-134/+102
2013-05-08mwifiex: fix setting of multicast filterDaniel Drake1-15/+6
2013-05-08mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar2-3/+1
2013-05-08mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao1-0/+1
2013-05-08ath9k: Update initvals for AR9565Sujith Manoharan1-68/+70
2013-05-08ath9k: Fix beacon reconfigurationSujith Manoharan1-2/+2
2013-05-08iwl4965: workaround connection regression on passive channelStanislaw Gruszka1-2/+1
2013-05-08B43: Handle DMA RX descriptor underrunThommy Jakobsson3-26/+40
2013-05-08net: fec: fix kernel oops when plug/unplug cable many timesFrank Li2-15/+39
2013-05-08bfin_mac: fix error return code in bfin_mac_probe()Wei Yongjun1-1/+2
2013-05-08sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun1-1/+3
2013-05-08net/spider_net: fix error return code in spider_net_open()Wei Yongjun1-1/+2
2013-05-08net/irda: fix error return code in bfin_sir_open()Wei Yongjun1-2/+4