summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-03-20PCI: Fix missing inline for pci_pr3_present()Takashi Iwai
2020-03-20PCI: Add a helper to check Power Resource Requirements _PR3 existenceKai-Heng Feng
2020-03-20nvme_fc: add module to ops template to allow module referencesJames Smart
2020-03-07soundwire: include mod_devicetable.h to avoid compiling warningsBard liao
2020-03-07tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2020-03-07net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu
2020-03-07net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu
2020-03-07net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2020-03-07ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2020-03-07uaccess: disallow > INT_MAX copy sizesKees Cook
2020-03-07hrtimer: Annotate lockless access to timer->stateEric Dumazet
2020-03-07net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet
2020-03-07libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada
2020-03-07fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov
2020-03-07dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin
2020-03-07dma-mapping: Add vmap checks to dma_map_single()Kees Cook
2020-03-07x86/kvm: Cache gfn to pfn translationBoris Ostrovsky
2020-03-07x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky
2020-02-24cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki
2020-02-24net: avoid potential false sharing in neighbor related codeEric Dumazet
2020-02-24nvmem: core: fix nvmem_cell_write inline functionSebastian Reichel
2020-02-24ipmi: Don't allow device module unload when in useCorey Minyard
2020-02-24block: Fix writeback throttling W=1 compiler warningsBart Van Assche
2020-02-24media: cec-funcs.h: add status_req checksHans Verkuil
2020-02-24drm: mst: Fix query_payload ack reply structSean Paul
2020-02-24neighbour: remove neigh_cleanup() methodEric Dumazet
2020-02-24net: phy: ensure that phy IDs are correctly typedRussell King
2020-02-24net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven
2020-02-24mod_devicetable: fix PHY module formatRussell King
2020-01-31tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2020-01-31tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2020-01-31tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2020-01-31net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-01-31net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-01-31inet: protect against too small mtu values.Eric Dumazet
2020-01-31mfd: rk808: Fix RK818 ID templateDaniel Schultz
2020-01-31quota: Check that quota is not dirty before releaseDmitry Monakhov
2020-01-31RDMA/core: Fix ib_dma_max_seg_size()Bart Van Assche
2020-01-31ACPI / utils: Move acpi_dev_get_first_match_dev() under CONFIG_ACPIAndy Shevchenko
2020-01-31media: cec.h: CEC_OP_REC_FLAG_ values were swappedHans Verkuil
2020-01-19jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara
2020-01-19kernfs: fix ino wrap-around detectionTejun Heo
2020-01-19ALSA: hda: Modify stream stripe mask only when neededTakashi Iwai
2020-01-19signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov
2020-01-19net/tls: use sg_next() to walk sg entriesJakub Kicinski
2020-01-19net/tls: remove the dead inplace_crypto codeJakub Kicinski
2020-01-19net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski
2020-01-19net: sockmap: use bitmap for copy infoJakub Kicinski
2020-01-19sctp: cache netns in sctp_ep_commonXin Long
2020-01-19net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen