summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kcm: Fix use-after-free caused by clonned socketsKirill Tkhai2018-06-011-1/+1
* net-sysfs: Fix memory leak in XPS configurationAlexander Duyck2018-06-011-3/+3
* ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý2018-06-011-5/+4
* net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter2018-05-311-10/+12
* net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas2018-05-311-1/+1
* Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub...David S. Miller2018-05-312-9/+8
|\
| * iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUsHao Wei Tee2018-05-291-5/+5
| * Revert "rt2800: use TXOP_BACKOFF for probe frames"Stanislaw Gruszka2018-05-291-4/+3
* | cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey2018-05-311-1/+1
* | net/sonic: Use dma_mapping_error()Finn Thain2018-05-311-1/+1
* | vhost_net: flush batched heads before trying to busy pollingJason Wang2018-05-301-13/+24
* | tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita2018-05-291-6/+9
* | be2net: Fix error detection logic for BE3Suresh Reddy2018-05-291-1/+3
* | net: qmi_wwan: Add Netgear Aircard 779SJosh Hill2018-05-291-0/+1
* | mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAGPetr Machata2018-05-291-0/+5
* | atm: zatm: fix memcmp castingIvan Bornyakov2018-05-291-2/+2
* | net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel2018-05-291-2/+2
* | ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux2018-05-291-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-299-43/+71
|\ \
| * | netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo2018-05-291-1/+3
| * | netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo2018-05-291-2/+2
| * | netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso2018-05-291-2/+2
| * | netfilter: provide correct argument to nla_strlcpy()Eric Dumazet2018-05-242-3/+3
| * | ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2018-05-231-6/+15
| * | netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso2018-05-231-14/+24
| * | netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo2018-05-231-6/+8
| * | netfilter: ebtables: handle string from userspace with carePaolo Abeni2018-05-171-1/+2
| * | netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo2018-05-171-8/+12
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-2616-43/+125
|\ \ \
| * | | kasan: fix memory hotplug during bootDavid Hildenbrand2018-05-261-1/+1
| * | | kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand2018-05-261-0/+1
| * | | checkpatch: fix macro argument precedence testJoe Perches2018-05-261-1/+1
| * | | init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre2018-05-261-0/+1
| * | | kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva2018-05-261-0/+5
| * | | mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-263-6/+9
| * | | proc: fix smaps and meminfo alignmentHugh Dickins2018-05-261-5/+0
| * | | mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko2018-05-261-1/+1
| * | | mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko2018-05-261-6/+10
| * | | mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin2018-05-261-2/+61
| * | | MAINTAINERS: change hugetlbfs maintainer and update filesMike Kravetz2018-05-261-1/+7
| * | | ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso2018-05-261-2/+10
| * | | Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso2018-05-261-7/+2
| * | | idr: fix invalid ptr dereference on item deleteMatthew Wilcox2018-05-262-1/+10
| * | | ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Changwei Ge2018-05-261-10/+1
| * | | mm: fix nr_rotate_swap leak in swapon() error caseOmar Sandoval2018-05-261-1/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-2649-193/+372
|\ \ \ \ | |/ / / |/| | |
| * | | ibmvnic: Fix partial success login retriesThomas Falcon2018-05-251-1/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-254-24/+70
| |\ \ \
| | * | | bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann2018-05-242-23/+65
| | * | | selftests: net: reuseport_bpf_numa: don't fail if no numa supportAnders Roxell2018-05-231-1/+3