summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Merge tag 'gpio-fixes-for-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2024-04-18block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig1-0/+2
2024-04-18net/sched: Fix mirred deadlock on device recursionEric Dumazet1-0/+1
2024-04-17gpiolib: swnode: Remove wrong header inclusionAndy Shevchenko1-1/+0
2024-04-17net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Kory Maincent (Dent Project)1-2/+2
2024-04-17mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar1-0/+9
2024-04-17mm,swapops: update check in is_pfn_swap_entry for hwpoison entriesOscar Salvador1-32/+33
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers1-0/+8
2024-04-16af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima1-0/+1
2024-04-16Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-2/+2
2024-04-15net: dqs: make struct dql more cache efficientBreno Leitao1-2/+3
2024-04-15net: dql: Optimize stall information populationBreno Leitao1-1/+3
2024-04-15net: dql: Separate queue function responsibilitiesBreno Leitao1-19/+25
2024-04-15net: dql: Avoid calling BUG() when WARN() is enoughBreno Leitao1-1/+2
2024-04-15flow_offload: add control flag checking helpersAsbjørn Sloth Tønnesen1-0/+55
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+5
2024-04-14Merge tag 'locking-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+5
2024-04-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-9/+13
2024-04-14net: change maximum number of UDP segments to 128Yuri Benditovich1-1/+1
2024-04-14bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang1-1/+6
2024-04-12Merge tag 'io_uring-6.9-20240412' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-04-12Merge tag 'drm-fixes-2024-04-12' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+7
2024-04-12Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2-1/+25
2024-04-12devlink: add a new info version tagFei Qin1-1/+3
2024-04-12tcp: increase the default TCP scaling ratioHechao Li1-3/+2
2024-04-12net: dsa: allow DSA switch drivers to provide their own phylink mac opsRussell King (Oracle)1-0/+5
2024-04-12net: dsa: introduce dsa_phylink_to_port()Russell King (Oracle)1-0/+6
2024-04-12ipv4: Remove RTO_ONLINK.Guillaume Nault1-2/+0
2024-04-12flow_offload: fix flow_offload_has_one_action() kdocAsbjørn Sloth Tønnesen1-1/+1
2024-04-12net: mirror skb frag ref/unref helpersMina Almasry1-4/+35
2024-04-12net: move skb ref helpers to new headerMina Almasry2-63/+75
2024-04-12Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-12/+22
2024-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-48/+173
2024-04-11Merge tag 'drm-misc-fixes-2024-04-11' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-0/+7
2024-04-11Merge tag 'acpi-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-3/+5
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-4/+76
2024-04-11Merge tag 'loongarch-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2024-04-11mptcp: add last time fields in mptcp_infoGeliang Tang1-0/+4
2024-04-11peci: linux/peci.h: fix Excess kernel-doc description warningRandy Dunlap1-1/+0
2024-04-11Merge branch mana-ib-flex of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Jakub Kicinski1-0/+1
2024-04-11net: mana: Add flex array to struct mana_cfg_rx_steer_req_v2Erick Archer1-0/+1
2024-04-11netfilter: flowtable: validate pppoe headerPablo Neira Ayuso1-1/+11
2024-04-11netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso1-0/+14
2024-04-11Merge tag 'bootconfig-fixes-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-04-11ethtool: update tsinfo statistics attribute docs with correct typeRahul Rameshbabu1-3/+3
2024-04-11SUNRPC: Fix rpcgss_context trace event acceptor fieldSteven Rostedt (Google)1-2/+2
2024-04-11Drivers: hv: vmbus: Track decrypted status in vmbus_gpadlRick Edgecombe1-0/+1
2024-04-10Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-04-10bug: Fix no-return-statement warning with !CONFIG_BUGAdrian Hunter1-1/+4
2024-04-10Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-0/+9