aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2-0/+15
2024-03-06bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos1-3/+18
2024-03-06block: define bvec_iter as __packed __aligned(4)Ming Lei1-1/+1
2024-03-06efi/libstub: Add memory attribute protocol definitionsArd Biesheuvel1-0/+1
2024-03-06NFSD: add CB_RECALL_ANY tracepointsDai Ngo1-0/+12
2024-03-06NFSD: add delegation reaper to react to low memory conditionDai Ngo1-0/+13
2024-03-06trace: Relocate event helper filesChuck Lever7-4/+4
2024-03-06filelock: add a new locks_inode_context accessor functionJeff Layton1-0/+14
2024-03-06decompress: Use 8 byte alignmentArd Biesheuvel1-1/+1
2024-03-06netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal1-0/+1
2024-03-06netfilter: let reset rules clean out conntrack entriesFlorian Westphal2-0/+11
2024-03-06uapi: in6: replace temporary label with rfc9486Justin Iurman1-1/+1
2024-03-06net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr1-0/+1
2024-03-06usb: gadget: Properly configure the device for remote wakeupElson Roy Serrao2-0/+10
2024-03-06scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen1-0/+1
2024-03-06scsi: core: Add struct for args to execution functionsMike Christie1-14/+37
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche1-0/+2
2024-03-01netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso1-1/+1
2024-03-01netfilter: flowtable: simplify route logicPablo Neira Ayuso1-2/+2
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook1-1/+4
2024-03-01x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield1-0/+2
2024-03-01net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz1-0/+3
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni1-1/+1
2024-03-01mm/swap: fix race when skipping swapcacheKairui Song1-0/+5
2024-03-01scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen1-4/+0
2024-02-23locking: Introduce __cleanup() based infrastructurePeter Zijlstra15-0/+271
2024-02-23bpf: Remove trace_printk_lockJiri Olsa1-0/+3
2024-02-23bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa1-1/+1
2024-02-23bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa1-1/+6
2024-02-23netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik1-0/+4
2024-02-23wifi: mwifiex: Support SD8978 chipsetLukas Wunner1-0/+1
2024-02-23iio: imu: adis: ensure proper DMA alignmentNuno Sa1-1/+2
2024-02-23iio: adc: ad_sigma_delta: ensure proper DMA alignmentNuno Sa1-1/+3
2024-02-23iio: commom: st_sensors: ensure proper DMA alignmentNuno Sa1-2/+2
2024-02-23linux/init: remove __memexit* annotationsMasahiro Yamada2-9/+0
2024-02-23tls: fix race between async notify and socket closeJakub Kicinski1-5/+0
2024-02-23update workarounds for gcc "asm goto" issueLinus Torvalds2-4/+12
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds2-2/+21
2024-02-16hrtimer: Report offline hrtimer enqueueFrederic Weisbecker1-1/+3
2024-02-16netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso1-0/+2
2024-02-16dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEVFrank Li1-1/+2
2024-02-05mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver1-3/+3
2024-02-05af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet1-6/+14
2024-02-05netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso1-0/+2
2024-02-05ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel1-1/+1
2024-02-05drm: using mul_u32_u32() requires linux/math64.hStephen Rothwell1-0/+1
2024-02-05PCI: add INTEL_HDA_ARL to pci_ids.hPierre-Louis Bossart1-0/+1
2024-02-05drm/mipi-dsi: Fix detach call without attachTomi Valkeinen1-0/+2
2024-02-05arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-0/+3
2024-02-05arm64: irq: set the correct node for VMAP stackHuang Shijie1-0/+2
2024-02-05asm-generic: make sparse happy with odd-sized put_unaligned_*()Dmitry Torokhov1-12/+12
2024-01-31serial: core: fix kernel-doc for uart_port_unlock_irqrestore()Randy Dunlap1-1/+1
2024-01-31x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe1-0/+1
2024-01-31serial: core: Provide port lock wrappersThomas Gleixner1-0/+79
2024-01-31fs/pipe: move check to pipe_has_watch_queue()Max Kellermann1-0/+16
2024-01-31btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo1-0/+3
2024-01-31udp: fix busy pollingEric Dumazet3-12/+17
2024-01-31llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima1-4/+2
2024-01-31tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-0/+8
2024-01-31mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla1-3/+11
2024-01-31mm/rmap: fix misplaced parenthesis of a likely()Steven Rostedt (Google)1-2/+2
2024-01-31rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello1-1/+2
2024-01-31lsm: new security_file_ioctl_compat() hookAlfred Piccioni2-0/+11
2024-01-31async: Introduce async_schedule_dev_nocall()Rafael J. Wysocki1-0/+2
2024-01-25netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2-3/+3
2024-01-25netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov1-1/+1
2024-01-25iio: adc: ad9467: fix scale settingNuno Sa1-0/+4
2024-01-25block: Fix iterating over an empty bio with bio_for_each_folio_allMatthew Wilcox (Oracle)1-3/+6
2024-01-25clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hwThéo Lebrun1-2/+2
2024-01-25dt-bindings: clock: Update the videocc resets for sm8150Satya Priya Kakitapalli1-0/+4
2024-01-25drm/bridge: Fix typo in post_disable() descriptionDario Binacchi1-1/+1
2024-01-25block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch1-1/+2
2024-01-25Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-1/+0
2024-01-25bpf: Defer the free of inner map when necessaryHou Tao1-1/+6
2024-01-25bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao1-1/+5
2024-01-25bpf: add percpu stats for bpf_map elements insertions/deletionsAnton Protopopov1-0/+30
2024-01-25rcu-tasks: Provide rcu_trace_implies_rcu_gp()Paul E. McKenney1-0/+12
2024-01-25bpf: Add crosstask check to __bpf_get_stackJordan Rome1-0/+3
2024-01-25crypto: hisilicon/qm - add a function to set qm algsWenkai Lin1-1/+7
2024-01-25crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song1-0/+12
2024-01-25crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu1-0/+3
2024-01-25of: Add of_property_present() helperRob Herring1-1/+16
2024-01-20jbd2: increase the journal IO's priorityZhang Yi1-0/+3
2024-01-20wifi: avoid offset calculation on NULL pointerMichael-CY Lee1-1/+3
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell1-1/+1
2024-01-10bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+5
2024-01-10net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-13/+17
2024-01-10net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-0/+10
2024-01-10netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso1-0/+1
2024-01-10net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey1-1/+1
2024-01-10netfilter: flowtable: cache info of last offloadVlad Buslov1-3/+4
2024-01-10netfilter: flowtable: allow unidirectional rulesVlad Buslov1-0/+1
2024-01-10genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei1-0/+14
2024-01-10bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2-0/+2
2024-01-10filemap: add a per-mapping stable writes flagChristoph Hellwig1-0/+17
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+16
2024-01-10f2fs: convert to use bitmap APIYangtao Li1-5/+4
2024-01-10bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko1-2/+6
2024-01-10bpf: decouple prune and jump pointsAndrii Nakryiko1-0/+1
2024-01-10udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2-11/+7
2024-01-10udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet1-7/+9
2024-01-10udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-1/+1
2024-01-10udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-5/+5
2024-01-10udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-5/+5
2024-01-10udp: introduce udp->udp_flagsEric Dumazet1-7/+21
2024-01-10ipv4, ipv6: Use splice_eof() to flushDavid Howells3-0/+3
2024-01-10splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells4-0/+4
2024-01-10net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells1-0/+3
2024-01-10bpf, x64: Fix tailcall infinite loopLeon Hwang1-0/+5
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet2-8/+11
2024-01-10netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso1-1/+1
2024-01-10netfilter: use skb_ip_totlen and iph_totlenXin Long1-2/+2
2024-01-05kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa1-0/+9
2024-01-05device property: Allow const parameter to dev_fwnode()Andy Shevchenko1-1/+6
2024-01-05spi: Constify spi parameters of chip select APIsGeert Uytterhoeven1-2/+2
2024-01-05block: renumber QUEUE_FLAG_HW_WCChristoph Hellwig1-1/+1
2024-01-05spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiodAmit Kumar Mahapatra1-0/+20
2024-01-05linux/export: Ensure natural alignment of kcrctab arrayHelge Deller1-0/+1
2024-01-05spi: Introduce spi_get_device_match_data() helperAndy Shevchenko1-0/+3
2024-01-05ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon1-0/+6
2024-01-05fs: introduce lock_rename_child() helperAl Viro1-0/+1
2024-01-01mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park1-0/+3
2024-01-01dm thin metadata: Fix ABBA deadlock by resetting dm_bufio_clientLi Lingfeng1-0/+2
2024-01-019p: prevent read overrun in protocol dump tracepointJP Kobryn1-4/+7
2024-01-01Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao1-0/+5
2024-01-01keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells1-0/+1
2024-01-01net/mlx5: Re-organize mlx5_cmd structShay Drory1-10/+11
2024-01-01net/mlx5: Prevent high-rate FW commands from populating all slotsTariq Toukan1-0/+1
2024-01-01bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa1-0/+3
2024-01-01kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann1-3/+3
2023-12-20mm/mglru: fix underprotected page cacheYu Zhao1-9/+14
2023-12-20asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds1-1/+1
2023-12-20cred: switch to using atomic_long_tJens Axboe1-4/+4
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-2/+10
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2-6/+10
2023-12-20r8152: add vendor/device ID pair for ASUS USB-C2500Kelly Kane1-0/+1
2023-12-20r8152: add vendor/device ID pair for D-Link DUB-E250Antonio Napolitano1-0/+1
2023-12-13hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz1-4/+1
2023-12-13kprobes: consistent rcu api usage for kretprobe holderJP Kobryn1-5/+2
2023-12-13rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)2-5/+8
2023-12-13iommu: Avoid more races around device probeRobin Murphy1-0/+1
2023-12-13RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgszMike Marciniszyn2-1/+9
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel1-0/+2
2023-12-13netfilter: nft_exthdr: add boolean DCCP option matchingJeremy Sowden1-0/+2
2023-12-13tcp: fix mid stream window clamp.Paolo Abeni1-2/+7
2023-12-13net: stmmac: fix FPE events losingJianheng Zhang1-0/+1
2023-12-13hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2-2/+3
2023-12-08x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den1-21/+3
2023-12-08xen: simplify evtchn_do_upcall() call mazeJuergen Gross1-2/+1
2023-12-08xen: Allow platform PCI interrupt to be sharedDavid Woodhouse1-1/+1
2023-12-08mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit1-0/+3
2023-12-08spi: Fix null dereference on suspendMark Hasemeyer1-0/+1
2023-12-08uapi: propagate __struct_group() attributes to the container unionDmitry Antipov1-1/+1
2023-12-08dma-buf: fix check in dma_resv_add_fenceChristian König1-0/+15
2023-12-08scsi: sd: Fix system start for ATA devicesDamien Le Moal1-0/+6
2023-12-08scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal1-3/+3
2023-12-03HID: fix HID device resource race between HID core and debugging supportCharles Yi1-0/+3
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)1-0/+4
2023-11-28net: ethtool: Fix documentation of ethtool_sprintf()Andrew Lunn1-2/+2
2023-11-28lsm: fix default return value for inode_getsecctxOndrej Mosnacek1-1/+1
2023-11-28lsm: fix default return value for vm_enough_memoryOndrej Mosnacek1-1/+1
2023-11-28fs: add ctime accessors infrastructureJeff Layton1-1/+44
2023-11-28mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54ABean Huo1-0/+2
2023-11-28mm/damon: implement a function for max nr_accesses safe calculationSeongJae Park1-0/+7
2023-11-28proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+6
2023-11-28netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter1-2/+2
2023-11-28SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix1-0/+1
2023-11-28sched/core: Optimize in_task() and in_interrupt() a bitFinn Thain1-2/+13
2023-11-28pwm: Fix double shift bugDan Carpenter1-2/+2
2023-11-28ASoC: SOF: Pass PCI SSID to machine driverRichard Fitzgerald2-0/+15
2023-11-28ASoC: soc-card: Add storage for PCI SSIDRichard Fitzgerald2-0/+48
2023-11-28string.h: add array-wrappers for (v)memdup_user()Philipp Stanner1-0/+40
2023-11-28vsock: read from socket's error queueArseniy Krasnov2-0/+18
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-3/+3
2023-11-28net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet1-4/+16
2023-11-28workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker1-7/+39
2023-11-28lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet1-0/+7
2023-11-20wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()Johannes Berg1-1/+1
2023-11-20netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden1-2/+1
2023-11-20virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman1-20/+109
2023-11-20Fix termination state for idr_for_each_entry_ul()NeilBrown1-2/+4
2023-11-20inet: shrink struct flowi_commonEric Dumazet1-1/+1
2023-11-20x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze1-2/+16
2023-11-20crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALLPeter Gonda1-0/+7
2023-11-20filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)1-0/+2
2023-11-20kunit: add macro to allow conditionally exposing static symbols to testsRae Moar1-0/+33
2023-11-20mfd: core: Un-constify mfd_cell.of_regMichał Mirosław1-1/+1
2023-11-20crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu1-0/+7
2023-11-20crypto: hisilicon/qm - modify the process of regs dfxKai Ye1-4/+4
2023-11-20hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren1-0/+1
2023-11-20KEYS: Include linux/errno.h in linux/verification.hHerbert Xu1-0/+1
2023-11-20arm64/arm: xen: enlighten: Fix KPTI checksMark Rutland1-0/+1
2023-11-20clk: linux/clk-provider.h: fix kernel-doc warnings and typosRandy Dunlap1-7/+8
2023-11-20net: add DEV_STATS_READ() helperEric Dumazet1-0/+1
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet1-1/+1
2023-11-20wifi: cfg80211: add flush functions for wiphy workJohannes Berg1-0/+21
2023-11-20string: Adjust strtomem() logic to allow for smaller sourcesKees Cook1-2/+5
2023-11-20x86/numa: Introduce numa_fill_memblks()Alison Schofield1-0/+7
2023-11-08PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD deviceVicki Pfau1-0/+1
2023-11-08power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaintKai-Heng Feng1-1/+1