summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-05Linux 4.11-rc1v4.11-rc1Linus Torvalds1-2/+2
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds86-368/+895
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-30/+223
2017-03-04Merge tag 'docs-4.11-fixes' of git://git.lwn.net/linuxLinus Torvalds8-41/+47
2017-03-04Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-23/+29
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds11-54/+79
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds11-43/+67
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds87-3188/+22372
2017-03-03strparser: destroy workqueue on module exitWANG Cong1-0/+1
2017-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-91/+66
2017-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-12/+48
2017-03-03Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-3/+25
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-88/+83
2017-03-03Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds8-30/+71
2017-03-03Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds31-302/+852
2017-03-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-168/+447
2017-03-03Documentation/sphinx: fix primary_domain configurationJohn Keeping1-1/+1
2017-03-03docs: Fix htmldocs build failureMartyn Welch1-2/+2
2017-03-03doc/ko_KR/memory-barriers: Update control-dependencies sectionSeongJae Park1-31/+37
2017-03-03pcieaer doc: update the linkCao jin1-1/+1
2017-03-03Documentation: Update path to sysrq.txtKrzysztof Kozlowski4-6/+6
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-18/+13
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-27/+148
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds72-214/+822
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds19-89/+265
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1218-3575/+5226
2017-03-03Merge tag 'linux-kselftest-4.11-rc1-urgent_fix' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+4
2017-03-03Merge branch 'sfx-fixes'David S. Miller1-6/+6
2017-03-03sfc: fix IPID endianness in TSOv2Edward Cree1-1/+1
2017-03-03sfc: avoid max() in array sizeEdward Cree1-5/+5
2017-03-03Merge tag 'linux-can-fixes-for-4.11-20170303' of git://git.kernel.org/pub/scm...David S. Miller3-24/+38
2017-03-03rds: remove unnecessary returned value checkZhu Yanjun4-14/+4
2017-03-03rxrpc: Fix potential NULL-pointer exceptionDavid Howells1-7/+8
2017-03-03Merge branch 'nfp-fixes'David S. Miller1-3/+4
2017-03-03nfp: correct DMA direction in XDP DMA syncJakub Kicinski1-2/+2
2017-03-03nfp: don't tell FW about the reserved buffer spaceJakub Kicinski1-1/+2
2017-03-03Merge branch 'bgmac-fixes'David S. Miller3-10/+39
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas1-1/+5
2017-03-03net: ethernet: bgmac: init sequence bugJon Mason2-9/+34
2017-03-03Merge branch 'xen-netback-fixes'David S. Miller1-12/+19
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant1-1/+4
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant1-14/+18
2017-03-03Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller3-6/+23
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso2-81/+58
2017-03-03netfilter: nft_set_rbtree: incorrect assumption on lower interval lookupsPablo Neira Ayuso1-5/+4
2017-03-03netfilter: nf_conntrack_sip: fix wrong memory initialisationChristophe Leroy1-2/+0
2017-03-03can: flexcan: fix typo in commentMarc Kleine-Budde1-1/+1
2017-03-03can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde1-6/+3
2017-03-03can: gs_usb: fix coding styleEthan Zonca1-6/+5
2017-03-03can: gs_usb: Don't use stack memory for USB transfersEthan Zonca1-11/+29