summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | iwlwifi: mvm: add a flag to enable match found notificationDavid Spinadel2015-01-052-0/+4
| | | | * | iwlwifi: mvm: fix out of bounds access to tid_to_mac80211_acEyal Shapira2015-01-051-2/+6
| | | | * | iwlwifi: mvm: fix Rx with both chainsEyal Shapira2015-01-051-1/+1
| | | | * | iwlwifi: 7000: fix reported firmware name for 7265DEmmanuel Grumbach2015-01-051-1/+1
| | | | * | iwlwifi: pcie: correctly define 7265-D cfgArik Nemtsov2015-01-051-1/+3
| | | * | | rtlwifi: Fix error when accessing unmapped memory in skbLarry Finger2015-01-051-8/+24
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-01-127-35/+38
| | |\ \ \ \
| | | * | | | netfilter: nf_tables: fix flush ruleset chain dependenciesPablo Neira Ayuso2015-01-061-5/+9
| | | * | | | netfilter: nfnetlink: relax strict multicast group check from netlink_bindPablo Neira Ayuso2015-01-061-1/+1
| | | * | | | netfilter: nfnetlink: validate nfnetlink header from batchPablo Neira Ayuso2015-01-061-1/+2
| | | * | | | netfilter: conntrack: fix race between confirmation and flushPablo Neira Ayuso2015-01-061-11/+9
| | | * | | | netfilter: nf_tables: fix port natting in little endian archsleroy christophe2014-12-233-12/+12
| | | * | | | Merge tag 'ipvs2-for-v3.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso2014-12-181-5/+5
| | | |\ \ \ \
| | | | * | | | ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2014-12-101-5/+5
| | * | | | | | packet: bail out of packet_snd() if L2 header creation failsChristoph Jaeger2015-01-111-1/+1
| | * | | | | | alx: fix alx_poll()Eric Dumazet2015-01-111-11/+13
| | * | | | | | net: dnet: fix dnet_poll()Eric Dumazet2015-01-111-13/+5
| | * | | | | | net: fec: fix NULL pointer dereference in fec_enet_timeout_workHubert Feurstein2015-01-081-0/+1
| | * | | | | | sh_eth: Fix access to TRSCER registerNobuhiro Iwamatsu2015-01-082-1/+11
| | * | | | | | sh-eth: Set fdr_value of R-Car SoCsNobuhiro Iwamatsu2015-01-081-0/+2
| | * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-01-082-32/+73
| | |\ \ \ \ \ \
| | | * | | | | | i40e: Fix bug with TCP over IPv6 over VXLANAnjali Singhai2015-01-061-13/+11
| | | * | | | | | i40e: Fix Rx checksum error counterAnjali Singhai2015-01-061-11/+13
| | | * | | | | | i40e: fix un-necessary Tx hangsJesse Brandeburg2015-01-062-8/+49
| * | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-01-153-1/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | arm64: KVM: Fix HCR setting for 32bit guestsMarc Zyngier2015-01-122-1/+2
| | * | | | | | | | arm64: KVM: Fix TLB invalidation by IPA/VMIDMarc Zyngier2015-01-121-0/+1
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-01-1510-27/+85
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | s390/uprobes: fix user space PER eventsJan Willeke2015-01-121-9/+60
| | * | | | | | | | | s390/bpf: Fix JMP_JGE_X (A > X) and JMP_JGT_X (A >= X)Michael Holzheu2015-01-091-2/+2
| | * | | | | | | | | s390/bpf: Fix ALU_NEG (A = -A)Michael Holzheu2015-01-091-2/+2
| | * | | | | | | | | s390/mm: avoid using pmd_to_page for !USE_SPLIT_PMD_PTLOCKSMartin Schwidefsky2015-01-081-2/+3
| | * | | | | | | | | s390/timex: fix get_tod_clock_ext() inline assemblyChen Gang2015-01-072-5/+7
| | * | | | | | | | | s390: wire up execveat syscallHeiko Carstens2014-12-182-1/+3
| | * | | | | | | | | s390/kernel: use stnsm 255 instead of stosm 0Christian Borntraeger2014-12-181-1/+1
| | * | | | | | | | | s390/vtime: Get rid of redundant WARN_ONChristian Borntraeger2014-12-181-2/+0
| | * | | | | | | | | s390/zcrypt: kernel oops at insmod of the z90crypt device driverHarald Freudenberger2014-12-181-3/+7
| * | | | | | | | | | Merge tag 'locks-v3.19-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-01-151-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | locks: fix NULL-deref in generic_delete_leaseNeilBrown2015-01-131-1/+1
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-01-1511-64/+240
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | NVMe: Fix locking on abort handlingKeith Busch2015-01-081-10/+19
| | * | | | | | | | | | | NVMe: Start and stop h/w queues on resetKeith Busch2015-01-081-3/+41
| | * | | | | | | | | | | NVMe: Command abort handling fixesKeith Busch2015-01-081-4/+13
| | * | | | | | | | | | | NVMe: Admin queue removal handlingKeith Busch2015-01-081-14/+20
| | * | | | | | | | | | | NVMe: Reference count admin queue usageKeith Busch2015-01-081-14/+14
| | * | | | | | | | | | | NVMe: Start all requestsKeith Busch2015-01-081-4/+12
| | * | | | | | | | | | | blk-mq: End unstarted requests on a dying queueKeith Busch2015-01-081-1/+10
| | * | | | | | | | | | | blk-mq: Allow requests to never expireKeith Busch2015-01-083-1/+8
| | * | | | | | | | | | | blk-mq: Add helper to abort requeued requestsJens Axboe2015-01-082-0/+21
| | * | | | | | | | | | | blk-mq: Let drivers cancel requeue_workKeith Busch2015-01-082-0/+7
OpenPOWER on IntegriCloud