summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlersJan Kara2017-02-082-6/+2
* kernel/ucount.c: mark user_header with kmemleak_ignore()Luis R. Rodriguez2017-02-081-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-0732-164/+255
|\
| * sctp: check af before verify address in sctp_addr_id2transportXin Long2017-02-071-1/+1
| * sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-02-071-1/+2
| * mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier2017-02-071-1/+4
| * udp: properly cope with csum errorsEric Dumazet2017-02-074-5/+11
| * Merge branch 'net-Fix-on-stack-USB-buffers'David S. Miller2017-02-073-33/+86
| |\
| | * catc: Use heap buffer for memory size testBen Hutchings2017-02-071-7/+18
| | * catc: Combine failure cleanup code in catc_probe()Ben Hutchings2017-02-071-16/+17
| | * rtl8150: Use heap buffers for all register accessBen Hutchings2017-02-071-7/+27
| | * pegasus: Use heap buffers for all register accessBen Hutchings2017-02-071-4/+25
| |/
| * Merge branch 'read-vnet_hdr_sz-once'David S. Miller2017-02-062-6/+8
| |\
| | * macvtap: read vnet_hdr_size onceWillem de Bruijn2017-02-061-2/+2
| | * tun: read vnet_hdr_sz onceWillem de Bruijn2017-02-061-4/+6
| |/
| * tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-061-0/+6
| * hns: avoid stack overflow with CONFIG_KASANArnd Bergmann2017-02-061-6/+2
| * ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing2017-02-061-2/+8
| * Merge tag 'wireless-drivers-for-davem-2017-02-06' of git://git.kernel.org/pub...David S. Miller2017-02-061-2/+7
| |\
| | * rtlwifi: rtl8192ce: Fix loading of incorrect firmwareJurij Smakov2017-01-311-2/+7
| * | Merge tag 'mac80211-for-davem-2017-02-06' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-02-063-4/+5
| |\ \
| | * | nl80211: Fix mesh HT operation checkMasashi Honma2017-02-061-0/+1
| | * | mac80211: Fix adding of mesh vendor IEsThorsten Horstmann2017-02-061-1/+1
| | * | mac80211: Allocate a sync skcipher explicitly for FILS AEADJouni Malinen2017-02-061-2/+2
| | * | mac80211: Fix FILS AEAD protection in Association Request frameJouni Malinen2017-02-061-1/+1
| * | | ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet2017-02-061-11/+13
| |/ /
| * | ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-051-19/+21
| * | netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-042-0/+8
| * | ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-041-1/+8
| * | net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-031-18/+13
| * | ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka2017-02-031-3/+6
| * | ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun2017-02-033-38/+10
| * | net: phy: Fix lack of reference count on PHY driverMao Wenan2017-02-021-0/+7
| * | Merge branch 'mlx4-queue-reinit'David S. Miller2017-02-023-13/+29
| |\ \
| | * | mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau2017-02-023-7/+27
| | * | mlx4: Fix memory leak after mlx4_en_update_priv()Martin KaFai Lau2017-02-021-6/+2
| |/ /
* | | mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins2017-02-071-1/+2
* | | ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta2017-02-071-1/+1
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-063-13/+17
|\ \ \
| * | | libnvdimm, pfn: fix memmap reservation size versus 4K alignmentDan Williams2017-02-041-5/+2
| * | | acpi, nfit: fix acpi_nfit_flush_probe() crashDan Williams2017-02-031-1/+5
| * | | libnvdimm, namespace: do not delete namespace-id 0Dan Williams2017-01-311-4/+7
| * | | nvdimm: constify device_type structuresBhumika Goyal2017-01-311-3/+3
* | | | Merge tag 'pm-4.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-02-063-8/+50
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pm-core-fixes' and 'pm-cpufreq-fixes'Rafael J. Wysocki2017-02-063-8/+50
| |\ \ \ \ \
| | | * | | | cpufreq: intel_pstate: Disable energy efficiency optimizationSrinivas Pandruvada2017-02-041-0/+30
| | | * | | | cpufreq: brcmstb-avs-cpufreq: properly retrieve P-state upon suspendMarkus Mayer2017-01-271-1/+12
| | | * | | | cpufreq: brcmstb-avs-cpufreq: extend sysfs entry brcm_avs_pmapMarkus Mayer2017-01-271-2/+2
| | | |/ / /
| | * | | | PM / runtime: Avoid false-positive warnings from might_sleep_if()Rafael J. Wysocki2017-02-041-5/+6
* | | | | | Merge tag 'dm-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2017-02-063-6/+10
|\ \ \ \ \ \