summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-04net: xilinx: axienet: Always disable promiscuous modeSean Anderson1-0/+4
2024-09-04ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-09-04netem: fix return value if duplicate enqueue failsStephen Hemminger1-18/+29
2024-09-04net: dsa: mv88e6xxx: Fix out-of-bound accessJoseph Huang1-1/+2
2024-09-04net: dsa: mv88e6xxx: replace ATU violation prints with trace pointsVladimir Oltean4-9/+86
2024-09-04net: dsa: mv88e6xxx: read FID when handling ATU violationsHans J. Schultz1-11/+61
2024-09-04ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski1-1/+1
2024-09-04bonding: fix xfrm state handling when clearing active slaveNikolay Aleksandrov1-1/+1
2024-09-04bonding: fix xfrm real_dev null pointer dereferenceNikolay Aleksandrov1-1/+0
2024-09-04bonding: fix null pointer deref in bond_ipsec_offload_okNikolay Aleksandrov1-0/+2
2024-09-04bonding: fix bond_ipsec_offload_ok return typeNikolay Aleksandrov1-12/+6
2024-09-04ip6_tunnel: Fix broken GROThomas Bogendoerfer1-5/+7
2024-09-04netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior1-0/+5
2024-09-04kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima2-0/+5
2024-09-04tc-testing: don't access non-existent variable on exceptionSimon Horman1-1/+0
2024-09-04Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz1-72/+72
2024-09-04Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz1-12/+7
2024-09-04dm suspend: return -ERESTARTSYS instead of -EINTRMikulas Patocka1-2/+2
2024-09-04media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)Aurelien Jarno1-5/+5
2024-09-04block: use "unsigned long" for blk_validate_block_size().Tetsuo Handa1-1/+1
2024-09-04gtp: pull network headers in gtp_dev_xmit()Eric Dumazet1-0/+3
2024-09-04hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang1-0/+2
2024-09-04nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg1-12/+4
2024-09-04ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li1-1/+2
2024-09-04irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_allocGuanrui Huang1-2/+0
2024-09-04usb: dwc3: core: Skip setting event buffers for host only controllersKrishna Kurapati1-0/+13
2024-09-04s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev1-2/+1
2024-09-04openrisc: Call setup_memory() earlier in the init sequenceOreoluwa Babatunde1-3/+3
2024-09-04NFS: avoid infinite loop in pnfs_update_layout.NeilBrown1-0/+8
2024-09-04nvmet-tcp: do not continue for invalid icreqHannes Reinecke1-0/+1
2024-09-04net: hns3: add checking for vf id of mailboxJian Shen1-3/+4
2024-09-04Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz1-1/+2
2024-09-04usb: gadget: fsl: Increase size of name buffer for endpointsUwe Kleine-König1-1/+1
2024-09-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu1-2/+3
2024-09-04btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...David Sterba1-2/+0
2024-09-04btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba1-1/+6
2024-09-04btrfs: handle invalid root reference found in may_destroy_subvol()David Sterba1-1/+8
2024-09-04btrfs: change BUG_ON to assertion when checking for delayed_node rootDavid Sterba1-1/+1
2024-09-04powerpc/boot: Only free if realloc() succeedsMichael Ellerman1-2/+3
2024-09-04powerpc/boot: Handle allocation failure in simple_realloc()Li zeming1-1/+3
2024-09-04parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367Helge Deller1-2/+2
2024-09-04memory: stm32-fmc2-ebi: check regmap_read return valueChristophe Kerello1-34/+88
2024-09-04x86: Increase brk randomness entropy for 64-bit systemsKees Cook1-1/+4
2024-09-04md: clean up invalid BUG_ON in md_ioctlLi Nan1-5/+0
2024-09-04netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet1-7/+6
2024-09-04virtiofs: forbid newlines in tagsStefan Hajnoczi1-0/+10
2024-09-04drm/lima: set gp bus_stop bit before hard resetErico Nunes1-0/+12
2024-09-04net/sun3_82586: Avoid reading past buffer in debug outputKees Cook1-1/+1
2024-09-04scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee1-1/+1
2024-09-04fs: binfmt_elf_efpic: don't use missing interpreter's propertiesMax Filippov1-1/+1