summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-17xfrm: ressurrect "Fix uninitialized memory read in _decode_session4"Florian Westphal1-11/+13
2019-05-16tipc: switch order of device registration to fix a crashJunwei Hu1-7/+7
2019-05-16ipv6: prevent possible fib6 leaksEric Dumazet3-4/+18
2019-05-16net: test nouarg before dereferencing zerocopy pointersWillem de Bruijn1-3/+6
2019-05-16net: usb: qmi_wwan: add Telit 0x1260 and 0x1261 compositionsDaniele Palmas1-0/+2
2019-05-16net: phy: aquantia: readd XGMII support for AQR107Madalin-cristian Bucur1-0/+1
2019-05-16net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov1-4/+2
2019-05-16hv_sock: Add support for delayed closeSunil Muthuswamy1-31/+77
2019-05-16atm: iphase: Avoid copying pointers to user space.Fuqian Huang1-6/+0
2019-05-16Merge branch 'flow_offload-fix-CVLAN-support'David S. Miller3-1/+10
2019-05-16net/mlx5e: Fix calling wrong function to get inner vlan key and maskJianbo Liu1-1/+1
2019-05-16flow_offload: support CVLAN matchEdward Cree2-0/+9
2019-05-16Merge branch 'rhashtable-Fix-sparse-warnings'David S. Miller2-42/+49
2019-05-16rhashtable: Fix cmpxchg RCU warningsHerbert Xu1-2/+3
2019-05-16rhashtable: Remove RCU marking from rhash_lock_headHerbert Xu2-40/+46
2019-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller13-35/+321
2019-05-16bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend1-1/+4
2019-05-16selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev1-0/+1
2019-05-16selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev1-4/+4
2019-05-16libbpf: don't fail when feature probing failsStanislav Fomichev1-1/+1
2019-05-15tcp: do not recycle cloned skbsEric Dumazet2-2/+2
2019-05-15enetc: Add missing link state info for ethtoolClaudiu Manoil1-0/+2
2019-05-15enetc: Allow to disable Tx SGClaudiu Manoil2-2/+2
2019-05-15enetc: Fix NULL dma address unmap for Tx BD extensionsClaudiu Manoil1-1/+3
2019-05-15nfp: flower: add rcu locks when accessing netdev for tunnelsPieter Jansen van Vuuren1-6/+11
2019-05-15ppp: deflate: Fix possible crash in deflate_initYueHaibing1-6/+14
2019-05-15net: macb: fix error format in dev_err()Luca Ceresoli1-8/+8
2019-05-15rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca1-6/+10
2019-05-15net/mlx4_core: Change the error print to info printYunjian Wang1-1/+1
2019-05-15NFC: Orphan the subsystemJohannes Berg1-4/+2
2019-05-15net: Always descend into dsa/Florian Fainelli1-1/+1
2019-05-15tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng1-0/+3
2019-05-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-59/+40
2019-05-14Add gitignore file for samples/vfs/ generated filesLinus Torvalds1-0/+2
2019-05-14Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-72/+73
2019-05-14Merge tag 'kgdb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds5-9/+8
2019-05-14Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+27
2019-05-14Merge branch 'lru-map-fix'Alexei Starovoitov4-20/+297
2019-05-14bpf: test ref bit from data path and add new tests for syscall pathDaniel Borkmann1-14/+274
2019-05-14bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann1-5/+18
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann2-1/+5
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-45/+293
2019-05-14Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds79-219/+3745
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds92-1621/+2911
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds189-2332/+3646
2019-05-14kernel/memremap.c: remove the unused device_private_entry_fault() exportChristoph Hellwig1-1/+0
2019-05-14mm: delete find_get_entries_tagMatthew Wilcox (Oracle)2-64/+0
2019-05-14mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham1-1/+1
2019-05-14mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport1-3/+2
2019-05-14mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao3-10/+28