summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.9-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-04-102-8/+23
|\
| * xen/mmu: On early bootup, flush the TLB when changing RO->RW bits Xen provide...Konrad Rzeszutek Wilk2013-04-021-4/+8
| * xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.Keir Fraser2013-04-021-4/+15
* | Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-04-101-1/+0
|\ \
| * | tracing: Fix double free when function profile init failedNamhyung Kim2013-04-091-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-04-1054-377/+619
|\ \ \
| * | | lsm: add the missing documentation for the security_skb_owned_by() hookPaul Moore2013-04-101-0/+4
| * | | bnx2x: Prevent null pointer dereference in AFEX modeYuval Mintz2013-04-101-1/+2
| * | | e100: Add dma mapping error checkNeil Horman2013-04-101-11/+25
| * | | Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-canDavid S. Miller2013-04-091-3/+3
| |\ \ \
| | * | | can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-091-3/+3
| * | | | selinux: add a skb_owned_by() hookEric Dumazet2013-04-095-0/+27
| |/ / /
| * | | netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun2013-04-081-1/+1
| * | | qeth: fix qeth_wait_for_threads() deadlock for OSN devicesStefan Raspl2013-04-084-0/+26
| * | | af_iucv: fix recvmsg by replacing skb_pull() functionUrsula Braun2013-04-082-18/+24
| * | | rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch2013-04-081-2/+2
| * | | bonding: fix bonding_masters race condition in bond unloadingnikolay@redhat.com2013-04-081-0/+9
| * | | Revert "bonding: remove sysfs before removing devices"nikolay@redhat.com2013-04-081-1/+1
| * | | Merge branch 'wireless'David S. Miller2013-04-0815-290/+390
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-0815-290/+390
| | |\ \ \ | |/ / / /
| | * | | rt2x00: rt2x00pci: fix build error on Ralink RT3x5x SoCsGabor Juhos2013-04-0310-264/+347
| | * | | rt2x00: rt2x00pci_regbusy_read() - only print register access failure onceTim Gardner2013-04-031-2/+2
| | * | | ath9k: Re-enable interrupts after a channel change failureRobert Shade2013-04-031-0/+4
| | * | | brcmfmac: do not proceed if fail to download nvram to dongleFranky Lin2013-04-031-3/+3
| | * | | brcmfmac: fix returning cipher_suite for get_key operation.Hante Meuleman2013-04-031-8/+4
| | * | | brcmfmac: fix stopping AP.Hante Meuleman2013-04-031-10/+15
| | * | | brcmfmac: fix tkip mic tx/rx ap swap bug.Hante Meuleman2013-04-031-3/+6
| | * | | mwifiex: complete last internal scanBing Zhao2013-04-031-2/+9
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-031-0/+2
| | |\ \ \
| | | * | | cfg80211: sched_scan_mtx lock in cfg80211_conn_work()Artem Savkov2013-03-301-0/+2
| * | | | | net: mvneta: enable features before registering the driverwilly tarreau2013-04-081-4/+5
| * | | | | hyperv: Fix RNDIS send_completion code pathHaiyang Zhang2013-04-082-18/+13
| * | | | | hyperv: Fix a kernel warning from netvsc_linkstatus_callback()Haiyang Zhang2013-04-081-2/+0
| * | | | | net: ipv4: fix schedule while atomic bug in check_lifetime()Jiri Pirko2013-04-081-16/+42
| * | | | | net: ipv4: reset check_lifetime_work after changing lifetimeJiri Pirko2013-04-081-0/+2
| * | | | | bnx2x: Fix KR2 rapid link flapYaniv Rosner2013-04-071-7/+11
| * | | | | sctp: remove 'sridhar' from maintainers listSridhar Samudrala2013-04-071-1/+0
| * | | | | Merge branch 'infoleaks'David S. Miller2013-04-0716-3/+32
| |\ \ \ \ \
| | * | | | | VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg()Mathias Krause2013-04-071-0/+2
| | * | | | | VSOCK: vmci - fix possible info leak in vmci_transport_dgram_dequeue()Mathias Krause2013-04-071-1/+2
| | * | | | | tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause2013-04-071-0/+7
| | * | | | | rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause2013-04-071-0/+1
| | * | | | | NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()Mathias Krause2013-04-071-0/+3
| | * | | | | netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause2013-04-071-0/+1
| | * | | | | llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause2013-04-071-0/+2
| | * | | | | l2tp: fix info leak in l2tp_ip6_recvmsg()Mathias Krause2013-04-071-0/+1
| | * | | | | iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause2013-04-071-0/+2
| | * | | | | irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause2013-04-071-0/+2
| | * | | | | caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause2013-04-071-0/+2
| | * | | | | Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause2013-04-071-0/+1
OpenPOWER on IntegriCloud