summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-311-3/+1
* net: annotate data race around sk_ll_usecEric Dumazet2021-07-311-1/+1
* cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-311-0/+1
* drm: Return -ENOTTY for non-drm ioctlsCharles Baylis2021-07-281-0/+1
* memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2021-07-281-2/+2
* mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig2021-07-281-0/+2
* ACPI: fix NULL pointer dereferenceLinus Torvalds2021-07-281-1/+2
* afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-281-5/+62
* ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko2021-07-281-5/+0
* ASoC: soc-pcm: add a flag to reverse the stop sequenceVijendar Mukunda2021-07-281-0/+6
* net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek BehĂșn2021-07-281-5/+1
* mptcp: avoid processing packet if a subflow resetJianguo Wu2021-07-281-2/+3
* bonding: Add struct bond_ipesc to manage SATaehee Yoo2021-07-281-1/+8
* bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-251-0/+1
* tcp: consistently disable header prediction for mptcpPaolo Abeni2021-07-251-0/+4
* net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo2021-07-251-1/+3
* net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-251-1/+1
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-07-252-1/+3
* Revert "swap: fix do_swap_page() race with swapoff"Greg Kroah-Hartman2021-07-251-9/+0
* x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae2021-07-201-7/+12
* NFS: nfs_find_open_context() may only select open filesTrond Myklebust2021-07-201-0/+1
* virtiofs: propagate sync() to file serverGreg Kurz2021-07-201-1/+9
* PCI: Dynamically map ECAM regionsRussell King2021-07-201-0/+1
* kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver2021-07-203-1/+24
* scsi: iscsi: Fix conn use after free during resetsMike Christie2021-07-201-6/+5
* scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie2021-07-201-0/+2
* soundwire: bus: only use CLOCK_STOP_MODE0 and fix confusionsPierre-Louis Bossart2021-07-201-2/+0
* rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney2021-07-201-1/+1
* media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann2021-07-191-0/+4
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-1/+1
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-07-191-1/+1
* flow_offload: action should not be NULL when it is referencedgushengxian2021-07-191-5/+7
* net: retrieve netns cookie via getsocketoptMartynas Pumputis2021-07-191-0/+2
* net: fix mistake path for netdev_features_stringsJian Shen2021-07-192-3/+3
* block: introduce BIO_ZONE_WRITE_LOCKED bio flagDamien Le Moal2021-07-191-0/+1
* icmp: fix lib conflict with trinityAndreas Roeseler2021-07-191-2/+1
* net: mdio: provide shim implementation of devm_of_mdiobus_registerVladimir Oltean2021-07-191-0/+7
* block: return the correct bvec when checking for gapsLong Li2021-07-141-8/+4
* scsi: fc: Correct RHBA attributes lengthJaved Hasan2021-07-141-2/+2
* mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song2021-07-141-0/+5
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()Miaohe Lin2021-07-141-22/+35
* mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASKMiaohe Lin2021-07-141-4/+2
* scsi: iscsi: Fix in-kernel conn failure handlingMike Christie2021-07-141-1/+9
* scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie2021-07-141-0/+1
* scsi: iscsi: Stop queueing during ep_disconnectMike Christie2021-07-142-0/+2
* iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-07-141-1/+1
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-07-142-8/+20
* Bluetooth: Fix Set Extended (Scan Response) DataLuiz Augusto von Dentz2021-07-142-6/+8
* net: macsec: fix the length used to copy the key for offloadingAntoine Tenart2021-07-141-1/+1
* net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin2021-07-141-0/+12