summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-01-19NFS: don't unhash dentry during unlink/renameNeilBrown1-0/+9
2026-01-19netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera1-9/+8
2026-01-19netfilter: nf_conncount: reduce unnecessary GCWilliam Tu1-0/+1
2026-01-19virtio: fix virtqueue_set_affinity() docsMichael S. Tsirkin1-1/+1
2026-01-19backlight: lp855x: Fix lp855x.h kernel-doc warningsRandy Dunlap1-2/+2
2026-01-19wifi: ieee80211: correct FILS status codesRia Thomas1-2/+2
2026-01-19kmsan: introduce __no_sanitize_memory and __no_kmsan_checksAlexander Potapenko2-0/+29
2026-01-19compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizerKees Cook1-0/+8
2026-01-19inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo1-0/+13
2026-01-19rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu()Xuanqiang Luo1-0/+59
2026-01-19Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca1-9/+3
2026-01-19xfrm: delete x->tunnel as we delete xSabrina Dubroca1-1/+0
2025-12-07usb: deprecate the third argument of usb_maxpacket()Vincent Mailhol1-11/+5
2025-12-07ata: libata-scsi: Fix system suspend for a security locked driveNiklas Cassel1-0/+1
2025-12-07net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit1-0/+6
2025-12-07mm/ksm: fix flag-dropping behavior in ksm_madviseJakub Acs1-1/+1
2025-12-07compiler_types: Move unused static inline functions warning to W=2Peter Zijlstra1-3/+2
2025-12-07sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long1-2/+1
2025-12-07net/cls_cgroup: Fix task_get_classid() during qdisc runYafang Shao1-1/+1
2025-12-07net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 msJuraj Šarinay1-1/+1
2025-12-07dmaengine: sh: setup_xref error handlingThomas Andreatta1-1/+1
2025-12-07bpf: Don't use %pK through printkThomas Weißschuh1-1/+1
2025-12-07block: make REQ_OP_ZONE_OPEN a write operationDamien Le Moal1-5/+5
2025-12-07block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALLDamien Le Moal1-0/+1
2025-12-07net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei1-1/+24
2025-10-29PM: runtime: Add new devm functionsBence Csókás1-0/+4
2025-10-29net: add ndo_fdb_del_bulkNikolay Aleksandrov1-0/+9
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov1-1/+2
2025-10-29net: netlink: add NLM_F_BULK delete request modifierNikolay Aleksandrov1-0/+1
2025-10-29net: rtnetlink: use BIT for flag valuesNikolay Aleksandrov1-1/+1
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov1-0/+6
2025-10-29net: rtnetlink: add msg kind namesNikolay Aleksandrov1-0/+7
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov1-0/+15
2025-10-29iomap: add the new iomap_iter modelChristoph Hellwig1-0/+56
2025-10-29mm/slab: make __free(kfree) accept error pointersDan Carpenter1-1/+1
2025-10-29minmax.h: remove some #defines that are only expanded onceDavid Laight1-8/+6
2025-10-29minmax.h: simplify the variants of clamp()David Laight1-12/+12
2025-10-29minmax.h: move all the clamp() definitions after the min/max() onesDavid Laight1-58/+51
2025-10-29minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()David Laight1-2/+1
2025-10-29minmax.h: reduce the #define expansion of min(), max() and clamp()David Laight1-12/+12
2025-10-29minmax.h: update some commentsDavid Laight1-29/+24
2025-10-29minmax.h: add whitespace around operators and after commasDavid Laight1-17/+17
2025-10-29minmax: fix up min3() and max3() tooLinus Torvalds1-2/+10
2025-10-29minmax: improve macro expansion and type checkingLinus Torvalds2-15/+68
2025-10-29minmax: simplify min()/max()/clamp() implementationLinus Torvalds1-23/+20
2025-10-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+2
2025-10-29minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2025-10-29minmax: avoid overly complicated constant expressions in VM codeLinus Torvalds1-0/+7
2025-10-29minmax: relax check to allow comparison between unsigned arguments and signed...David Laight1-7/+17
2025-10-29minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight1-2/+3