summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: core: add of_find_net_device_by_node()Florian Fainelli2015-03-102-0/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-10307-1722/+3130
|\
| * Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-03-104-45/+40Star
| |\
| | * Merge tag 'kvm-s390-master-20150303' of git://git.kernel.org/pub/scm/linux/ke...Marcelo Tosatti2015-03-054-45/+40Star
| | |\
| | | * KVM: s390: non-LPAR case obsolete during facilities mask initMichael Mueller2015-03-041-16/+1Star
| | | * KVM: s390: include guest facilities in kvm facility testMichael Mueller2015-03-044-22/+25
| | | * KVM: s390: fix in memory copy of facility listsMichael Mueller2015-03-041-2/+2
| | | * KVM: s390/cpacf: Fix kernel bug under z/VMChristian Borntraeger2015-03-041-3/+6
| | | * KVM: s390/cpacf: Enable key wrapping by defaultTony Krowiak2015-03-031-3/+7
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-03-109-39/+38Star
| |\ \ \
| | * | | s390/mm: fix incorrect ASCE after crst_table_downgradeMartin Schwidefsky2015-03-021-1/+1
| | * | | s390/ftrace: fix crashes when switching tracers / add notrace to cpu_relax()Heiko Carstens2015-03-021-1/+1
| | * | | s390/pci: unify pci_iomap symbol exportsSebastian Ott2015-02-271-2/+2
| | * | | s390/pci: fix [un]map_resources sequenceSebastian Ott2015-02-271-10/+14
| | * | | s390: let the compiler do page clearingChristian Borntraeger2015-02-261-10/+1Star
| | * | | s390/pci: fix possible information leak in mmio syscallSebastian Ott2015-02-261-9/+8Star
| | * | | s390/dcss: array index 'i' is used before limits check.Ameen Ali2015-02-261-1/+1
| | * | | s390/scm_block: fix off by one during cluster reservationSebastian Ott2015-02-261-1/+1
| | * | | s390/jump label: improve and fix sanity checkHeiko Carstens2015-02-261-4/+8
| | * | | s390/jump label: add missing jump_label_apply_nops() callHeiko Carstens2015-02-261-0/+1
| * | | | Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-03-102-12/+32
| |\ \ \ \
| | * | | | ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)2015-03-091-3/+3
| | * | | | ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand2015-03-091-6/+22
| | * | | | ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)2015-03-091-2/+6
| | * | | | seq_buf: Fix seq_buf_bprintf() truncationSteven Rostedt (Red Hat)2015-03-051-1/+1
| | * | | | seq_buf: Fix seq_buf_vprintf() truncationSteven Rostedt (Red Hat)2015-03-041-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-1039-177/+311
| |\ \ \ \ \
| | * | | | | tipc: fix bug in link failover handlingJon Paul Maloy2015-03-091-3/+4
| | * | | | | net: delete stale packet_mclist entriesFrancesco Ruggeri2015-03-091-8/+14
| | * | | | | net: macb: constify macb configuration dataJosh Cartwright2015-03-091-4/+4
| | * | | | | Merge tag 'linux-can-fixes-for-4.0-20150309' of git://git.kernel.org/pub/scm/...David S. Miller2015-03-095-19/+49
| | |\ \ \ \ \
| | | * | | | | MAINTAINERS: add Marc Kleine-Budde as co maintainer for CAN networking layerMarc Kleine-Budde2015-03-091-0/+1
| | | * | | | | MAINTAINERS: linux-can moved to githubMarc Kleine-Budde2015-03-091-2/+2
| | | * | | | | can: kvaser_usb: Read all messages in a bulk-in URB bufferAhmed S. Darwish2015-03-091-5/+23
| | | * | | | | can: kvaser_usb: Avoid double free on URB submission failuresAhmed S. Darwish2015-03-091-12/+8Star
| | | * | | | | can: peak_usb: fix missing ctrlmode_ init for every devStephane Grosjean2015-03-091-0/+4
| | | * | | | | can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-092-0/+11
| | |/ / / / /
| | * | | | | ip: fix error queue empty skb handlingWillem de Bruijn2015-03-093-23/+53
| | * | | | | bgmac: Clean warning messagesPeter Senna Tschudin2015-03-091-7/+0Star
| | * | | | | tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet2015-03-061-7/+3Star
| | * | | | | net: fec: fix unbalanced clk disable on driver unbindStefan Agner2015-03-061-1/+0Star
| | * | | | | net: macb: Correct the MID field length valuePunnaiah Choudary Kalluri2015-03-061-1/+1
| | * | | | | net: gianfar: correctly determine the number of queue groupsTobias Waldekranz2015-03-061-2/+17
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-064-35/+65
| | |\ \ \ \ \
| | | * | | | | netfilter: nf_tables: fix error handling of rule replacementPablo Neira Ayuso2015-03-041-6/+0Star
| | | * | | | | netfilter: nf_tables: fix userdata length overflowPatrick McHardy2015-03-042-12/+38
| | | * | | | | netfilter: nf_tables: check for overflow of rule dlen fieldPatrick McHardy2015-03-041-0/+4
| | | * | | | | netfilter: nf_tables: fix transaction race conditionPatrick McHardy2015-03-041-1/+1
| | | * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso2015-02-241-0/+3
| | | |\ \ \ \ \
| | | | * | | | | ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-02-221-0/+3