summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-31mac80211: don't wait for TX status foreverJohannes Berg1-3/+12
2013-07-31Merge tag 'nfc-fixes-3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville8-29/+30
2013-07-31mac80211: fix infinite loop in ieee80211_determine_chantypeChris Wright1-1/+1
2013-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville3-25/+65
2013-07-31MAINTAINERS: change email of TI WiLink drivers' maintainerLuciano Coelho1-1/+1
2013-07-31mwifiex: fix command 0x2c timeout during p2p_find or p2p_connectStone Piao1-2/+2
2013-07-31mwifiex: fix wrong data rates in P2P clientAvinash Patil1-1/+2
2013-07-31mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil2-4/+6
2013-07-31cifs: set sb->s_d_op before calling d_make_root()Jeff Layton1-6/+5
2013-07-31cifs: fix bad error handling in crypto codeJeff Layton2-6/+15
2013-07-31Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds7-16/+24
2013-07-31Merge tag 'stable/for-linus-3.11-rc3-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-26/+21
2013-07-31Merge tag 'xen-arm-3.11-rc2-warn-tag' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2013-07-31Merge tag 'usb-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-91/+223
2013-07-31Merge tag 'tty-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-20/+25
2013-07-31usb: xhci: add missing dma-mapping.h includesJames Hogan2-0/+2
2013-07-31HID: hidraw: fix improper mutex releaseYonghua Zheng1-1/+1
2013-07-31tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)1-0/+6
2013-07-31tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov2-3/+34
2013-07-31usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner1-2/+3
2013-07-31debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov1-47/+22
2013-07-31x86, amd, microcode: Fix error path in apply_microcode_amd()Torsten Kaiser1-4/+5
2013-07-31ASoC: wm0010: Fix resource leakDimitris Papastamos1-12/+12
2013-07-31cgroup: fix a leak when percpu_ref_init() failsLi Zefan1-1/+3
2013-07-31ARM: 7801/1: v6: prevent gcc 4.5 from reordering extended CP15 reads above is...Paul Walmsley1-1/+6
2013-07-31ARM: 7800/1: ARMv7-M: Fix name of NVIC handler functionUwe Kleine-König1-1/+1
2013-07-31ASoC: au1x: Fix buildRalf Baechle1-1/+1
2013-07-31RDMA/cma: Only call cma_save_ib_info() for CM REQsSean Hefty1-1/+2
2013-07-31RDMA/cma: Fix accessing invalid private data for UDSean Hefty1-8/+11
2013-07-31iwlwifi: pcie: disable L1 Active after pci_enable_deviceEmmanuel Grumbach1-5/+5
2013-07-31iwlwifi: dvm: fix calling ieee80211_chswitch_done() with NULLStanislaw Gruszka1-1/+4
2013-07-31cifs: file: initialize oparms.reconnect before using itAndi Shyti1-0/+1
2013-07-31Do not attempt to do cifs operations reading symlinks with SMB2Steve French4-32/+60
2013-07-31cifs: extend the buffer length enought for sprintf() usingChen Gang4-7/+9
2013-07-31mlx5: fix error return code in mlx5_alloc_uuars()Wei Yongjun1-0/+1
2013-07-31mvneta: Try to fix mvneta when compiled as moduleArnaud Patard \(Rtp\)1-10/+14
2013-07-31mvneta: Fix hang when loading the mvneta driverArnaud Patard \(Rtp\)1-10/+9
2013-07-31atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringEric Dumazet2-1/+42
2013-07-31ARM: shmobile: lager: do not annotate gpio_buttons as __initdataSimon Horman1-1/+1
2013-07-31ARM: shmobile: BOCK-W: fix SDHI0 PFC settingsSergei Shtylyov1-1/+7
2013-07-31shdma: fixup sh_dmae_get_partial() calculation errorKuninori Morimoto1-2/+2
2013-07-31ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)1-9/+62
2013-07-31drm/i915: fix missed hunk after GT access breakageBen Widawsky3-0/+8
2013-07-31genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACEPablo Neira1-1/+1
2013-07-31af_key: more info leaks in pfkey messagesDan Carpenter1-0/+4
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz7-29/+29
2013-07-31RDMA/cma: Fix gcc warningPaul Bolle1-4/+3
2013-07-31net/fec: Don't let ndo_start_xmit return NETDEV_TX_BUSY without linkUwe Kleine-König1-5/+0
2013-07-31Revert "RDMA/nes: Fix compilation error when nes_debug is enabled"Roland Dreier1-2/+2
2013-07-31Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie3-12/+18