summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix2024-07-181-0/+1
* fsnotify: Do not generate events for O_PATH file descriptorsJan Kara2024-07-181-1/+7
* asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann2024-07-182-3/+23
* ftruncate: pass a signed offsetArnd Bergmann2024-07-052-2/+2
* nvme: fixup comment for nvme RDMA Provider TypeHannes Reinecke2024-07-051-2/+2
* netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso2024-07-051-0/+5
* PCI: Add PCI_ERROR_RESPONSE and related definitionsNaveen Naidu2024-07-051-0/+9
* hugetlb_encode.h: fix undefined behaviour (34 << 26)Matthias Goergens2024-07-051-12/+12
* Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz2024-07-051-4/+32
* net: fix __dst_negative_advice() raceEric Dumazet2024-06-162-11/+4
* netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2024-06-161-0/+3
* netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso2024-06-162-6/+1
* netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso2024-06-161-3/+6
* netfilter: nf_tables: fix memleak when more than 255 elements expiredPablo Neira Ayuso2024-06-161-1/+1
* netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2024-06-161-0/+5
* netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso2024-06-161-94/+3
* netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso2024-06-161-1/+60
* netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso2024-06-161-1/+4
* neighbour: fix unaligned access to pneigh_entryQingfang DENG2024-06-161-1/+1
* params: lift param_set_uint_minmax to common codeSagi Grimberg2024-06-161-0/+2
* ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its valueSteven Rostedt2024-06-161-0/+2
* string.h: Add str_has_prefix() helper functionSteven Rostedt (VMware)2024-05-251-0/+20
* tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)2024-05-251-2/+0
* af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2024-05-171-0/+3
* af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima2024-05-171-1/+1
* ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu2024-05-171-0/+25
* ethernet: add a helper for assigning port addressesJakub Kicinski2024-05-171-0/+21
* serial: core: fix kernel-doc for uart_port_unlock_irqrestore()Randy Dunlap2024-05-021-1/+1
* Revert "y2038: rusage: use __kernel_old_timeval"Ben Hutchings2024-05-021-2/+2
* tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson2024-05-021-1/+1
* serial: core: Provide port lock wrappersThomas Gleixner2024-05-021-0/+79
* ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc2024-05-021-0/+4
* geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet2024-05-021-0/+33
* Input: allocate keycode for Display refresh rate toggleGergo Koteles2024-04-131-0/+1
* SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo2024-04-131-1/+1
* erspan: Add type I version 0 support.William Tu2024-04-131-2/+17
* fs: add a vfs_fchmod helperChristoph Hellwig2024-04-131-0/+1
* fs: add a vfs_fchown helperChristoph Hellwig2024-04-131-0/+2
* mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka2024-04-131-0/+9
* tcp: properly terminate timers for kernel socketsEric Dumazet2024-04-132-0/+8
* mptcp: add sk_stop_timer_sync helperGeliang Tang2024-04-131-0/+2
* soc: fsl: qbman: Add CGR update functionSean Anderson2024-04-131-0/+9
* timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner2024-04-131-1/+14
* timers: Use del_timer_sync() even on UPThomas Gleixner2024-04-131-6/+1
* timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner2024-04-131-1/+1
* timer/trace: Improve timer tracingAnna-Maria Gleixner2024-04-131-4/+7
* timer/trace: Replace deprecated vsprintf pointer extension %pf by %psAnna-Maria Gleixner2024-04-131-4/+6
* firmware: qcom: scm: Add WLAN VMID for Qualcomm SCM interfaceGovind Singh2024-03-261-1/+3
* media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim2024-03-261-0/+15
* drm: Don't treat 0 as -1 in drm_fixp2int_ceilHarry Wentland2024-03-261-1/+1