summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-30net: dsa: use "extack" as argument to flow_action_basic_hw_stats_check()Vladimir Oltean
2024-10-30net: dsa: clean up dsa_user_add_cls_matchall()Vladimir Oltean
2024-10-30net: sched: propagate "skip_sw" flag to struct flow_cls_common_offloadVladimir Oltean
2024-10-30Merge branch 'ptp-driver-for-s390-clocks'Jakub Kicinski
2024-10-30s390/time: Add PtP driverSven Schnelle
2024-10-30s390/time: Add clocksource id to TOD clockSven Schnelle
2024-10-30tests: hsr: Increase timeout to 50 secondsYunshui Jiang
2024-10-30x86/uaccess: Avoid barrier_nospec() in 64-bit copy_from_user()Linus Torvalds
2024-10-30Merge tag 'perf-tools-fixes-for-v6.12-2-2024-10-30' of git://git.kernel.org/p...Linus Torvalds
2024-10-30Merge branch 'fixes-for-bits-iterator'Alexei Starovoitov
2024-10-30selftests/bpf: Add three test cases for bits_iterHou Tao
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao
2024-10-30bpf: Add bpf_mem_alloc_check_size() helperHou Tao
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao
2024-10-30Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim
2024-10-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-10-30selftests/bpf: Add a selftest for bpf_csum_diff()Puranjay Mohan
2024-10-30selftests/bpf: Don't mask result of bpf_csum_diff() in test_verifierPuranjay Mohan
2024-10-30bpf: bpf_csum_diff: Optimize and homogenize for all archsPuranjay Mohan
2024-10-30net: checksum: Move from32to16() to generic headerPuranjay Mohan
2024-10-30ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6 mb1Christoffer Sandberg
2024-10-30ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3Christoffer Sandberg
2024-10-30ALSA: usb-audio: Add quirks for Dell WD19 dockJan Schär
2024-10-30Merge tag 'asoc-fix-v6.12-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai
2024-10-30Merge branch 'tcp-warn-once'David S. Miller
2024-10-30tcp: add more warn of socket in tcp_send_loss_probe()Jason Xing
2024-10-30tcp: add a common helper to debug the underlying issueJason Xing
2024-10-30netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet
2024-10-30netfilter: Fix use-after-free in get_info()Dong Chenchen
2024-10-30selftests: netfilter: remove unused parameterLiu Jing
2024-10-29Documentation: networking: Add missing PHY_GET command in the message listKory Maincent
2024-10-29bpf: disallow 40-bytes extra stack for bpf_fastcall patternsEduard Zingerman
2024-10-29Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-10-29Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-10-29Merge tag 'slab-for-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-10-29Merge tag 'mm-hotfixes-stable-2024-10-28-21-50' of git://git.kernel.org/pub/s...Linus Torvalds
2024-10-29Merge tag 'tpmdd-next-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-29Merge tag 'wireless-2024-10-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-10-29Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-10-29Merge branch 'devlink-minor-cleanup'Jakub Kicinski
2024-10-29devlink: remove unused devlink_resource_register()Przemek Kitszel
2024-10-29devlink: remove unused devlink_resource_occ_get_register() and _unregister()Przemek Kitszel
2024-10-29net: dsa: replace devlink resource registration calls by devl_ variantsPrzemek Kitszel
2024-10-29devlink: region: snapshot IDs: consolidate error valuesPrzemek Kitszel
2024-10-29devlink: devl_resource_register(): differentiate error codesPrzemek Kitszel
2024-10-29devlink: use devlink_nl_put_u64() helperPrzemek Kitszel
2024-10-29devlink: introduce devlink_nl_put_u64()Przemek Kitszel
2024-10-29r8169: fix inconsistent indenting in rtl8169_get_eth_mac_statsHeiner Kallweit
2024-10-29socket: Print pf->create() when it does not clear sock->sk on failure.Kuniyuki Iwashima