aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-19wifi: nl80211: Add NAN Discovery Window (DW) notificationAndrei Otcheretianski2-0/+28
2025-09-19wifi: nl80211: Add more configuration options for NAN commandsAndrei Otcheretianski2-2/+168
2025-09-19rust_binder: add Rust Binder driverAlice Ryhl1-1/+1
2025-09-19Merge tag 'drm-intel-next-2025-09-12' of https://gitlab.freedesktop.org/drm/i...Dave Airlie3-19/+70
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh1-0/+32
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh2-0/+5
2025-09-18bpf: Implement exclusive map creationKP Singh2-0/+7
2025-09-18bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh1-1/+5
2025-09-18Merge tag 'mlx5-next-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski1-8/+8
2025-09-19power: supply: max77705_charger: use REGMAP_IRQ_REG_LINE macroDzmitry Sankouski1-26/+16
2025-09-19power: supply: max77705_charger: use regfields for config registersDzmitry Sankouski1-48/+54
2025-09-18Merge tag 'trace-rv-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+2
2025-09-18soundwire: bus: add sdw_slave_get_current_bank helperSrinivas Kandagatla1-0/+8
2025-09-18soundwire: bus: add of_sdw_find_device_by_node helperSrinivas Kandagatla1-0/+9
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_set_idle_bias()Kuninori Morimoto1-0/+1
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_get_bias_level()Kuninori Morimoto1-0/+2
2025-09-18ASoC: soc-dapm: tidyup idle_bias handling - step1Kuninori Morimoto1-2/+1
2025-09-18ASoC: soc-dapm: remove suspend_bias_off from snd_soc_dapm_contextKuninori Morimoto1-1/+0
2025-09-18ASoC: soc-card: add snd_soc_card_to_dapm()Kuninori Morimoto1-0/+5
2025-09-18ASoC: soc-component: add snd_soc_component_to_dapm()Kuninori Morimoto1-2/+5
2025-09-18ASoC: soc-dapm: use dapm->component instead of container_of()Kuninori Morimoto2-15/+1
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_to_card()Kuninori Morimoto1-0/+1
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_to_dev()Kuninori Morimoto1-1/+2
2025-09-18arm64: Enable permission change on arm64 kernel block mappingsDev Jain1-0/+3
2025-09-18io_uring/msg_ring: kill alloc_cache for io_kiocb allocationsJens Axboe1-3/+0
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-9/+35
2025-09-18Merge tag 'net-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-6/+17
2025-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+6
2025-09-18mei: late_bind: add late binding component driverAlexander Usyskin2-0/+71
2025-09-18mei: bus: add mei_cldev_mtu interfaceAlexander Usyskin1-0/+1
2025-09-18net: clear sk->sk_ino in sk_set_socket(sk, NULL)Eric Dumazet1-2/+3
2025-09-18net: ethtool: add get_rx_ring_count callback to optimize RX ring queriesBreno Leitao1-0/+2
2025-09-18compiler_types: Add __assume macroHeiko Carstens1-0/+23
2025-09-18bnxt_en: Implement ethtool .set_tunable() for ETHTOOL_PFC_PREVENTION_TOUTMichael Chan1-0/+21
2025-09-18bnxt_en: Implement ethtool .get_tunable() for ETHTOOL_PFC_PREVENTION_TOUTMichael Chan1-0/+40
2025-09-18Merge tag 'ib-mfd-gpio-input-pinctrl-pwm-v6.18' of git://git.kernel.org/pub/s...Bartosz Golaszewski2-0/+127
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni9-22/+497
2025-09-18Merge tag 'ib-mfd-gpio-hwmon-i2c-can-rtc-watchdog-v6.18' of git://git.kernel....Bartosz Golaszewski1-0/+102
2025-09-18psp: provide decapsulation and receive helper for driversRaed Salem1-0/+1
2025-09-18psp: provide encapsulation helper for driversRaed Salem2-0/+4
2025-09-18psp: track generations of device keyJakub Kicinski1-0/+10
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski2-0/+17
2025-09-18net: psp: add socket security association codeJakub Kicinski3-9/+183
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka1-0/+5
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka1-22/+0
2025-09-18psp: add op for rotation of device keyJakub Kicinski2-0/+8
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski2-0/+83
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski5-0/+23
2025-09-18psp: base PSP device supportJakub Kicinski5-0/+172
2025-09-18net/mlx5: Add uar access and odp page fault countersAkiva Goldberger1-2/+10