summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds1-0/+2
2023-07-01mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck1-1/+4
2023-07-01mm, hwpoison: try to recover from copy-on write faultsTony Luck1-0/+26
2023-06-28gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain()Michael Walle1-0/+8
2023-06-28netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-0/+3
2023-06-28netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso1-1/+4
2023-06-28netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso1-0/+2
2023-06-28netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso1-1/+20
2023-06-28xfrm: Treat already-verified secpath entries as optionalBenedict Wong1-0/+1
2023-06-28regulator: pca9450: Fix LDO3OUT and LDO4OUT MASKTeresa Remmet1-2/+2
2023-06-28ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep()Rafael J. Wysocki1-0/+1
2023-06-28writeback: fix dereferencing NULL mapping->host on writeback_page_templateRafael Aquini1-1/+1
2023-06-28tpm_crb: Add support for CRB devices based on PlutonMatthew Garrett1-0/+1
2023-06-28ata: libata-scsi: Avoid deadlock on rescan after device resumeDamien Le Moal1-1/+1
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-2/+0
2023-06-21net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu1-0/+1
2023-06-21net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye1-0/+8
2023-06-21sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu1-0/+1
2023-06-21net: ethtool: correct MAX attribute value for statsJakub Kicinski1-1/+1
2023-06-21RDMA/mlx5: Fix affinity assignmentMark Bloch1-0/+12
2023-06-21RDMA/cma: Always set static rate to 0 for RoCEMark Zhang1-23/+0
2023-06-21netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso1-1/+3
2023-06-21ASoC: Intel: avs: Account for UID of ACPI deviceCezary Rojewski1-0/+1
2023-06-21ASoC: soc-pcm: test if a BE can be preparedRanjani Sridharan1-0/+4
2023-06-21EDAC/qcom: Get rid of hardcoded register offsetsManivannan Sadhasivam1-6/+0
2023-06-21qcom: llcc/edac: Fix the base address used for accessing LLCC banksManivannan Sadhasivam1-4/+2
2023-06-14mm: page_table_check: Ensure user pages are not slab pagesRuihan Li1-0/+6
2023-06-14usb: usbfs: Enforce page requirements for mmapRuihan Li1-0/+5
2023-06-14Bluetooth: fix debugfs registrationJohan Hovold1-0/+1
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-0/+2
2023-06-14net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2-3/+5
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+5
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet1-5/+13
2023-06-14ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-3/+0
2023-06-14Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang1-0/+1
2023-06-14net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet1-1/+1
2023-06-14net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda1-5/+1
2023-06-14neighbour: fix unaligned access to pneigh_entryQingfang DENG1-1/+1
2023-06-09media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim1-0/+15
2023-06-09media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim1-0/+4
2023-06-09tcp: fix mishandling when the sack compression is deferred.fuyuanli1-0/+1
2023-06-09nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-4/+3
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-06-05page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin1-18/+0
2023-06-05net: page_pool: use in_softirq() insteadQingfang DENG1-2/+2
2023-06-05bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend1-0/+10
2023-06-05bpf, sockmap: Improved check for empty queueJohn Fastabend1-1/+0
2023-06-05bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend1-1/+1
2023-06-05tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski1-0/+1
2023-06-05tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski1-0/+10