summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg1-1/+4
2022-09-06wifi: mac80211: add ieee80211_find_sta_by_link_addrs APIJohannes Berg1-0/+16
2022-09-06wifi: mac80211: isolate driver from inactive linksJohannes Berg1-14/+16
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-2/+2
2022-09-06Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg1-3/+5
2022-09-06Merge tag 'soc-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+8
2022-09-06drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...Igor Torrente1-0/+3
2022-09-05iio: Add new event type gesture and use direction for single and double tapJagath Jog J2-0/+5
2022-09-05iio: Use per-device lockdep class for mlockVincent Whitchurch1-0/+2
2022-09-05PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...Vitaly Kuznetsov1-0/+3
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior1-1/+1
2022-09-05lib/string_helpers: Introduce parse_int_array_user()Cezary Rojewski1-0/+2
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov1-0/+2
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov1-1/+1
2022-09-05bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov1-0/+26
2022-09-05net: phy: Add 1000BASE-KX interface modeSean Anderson1-0/+4
2022-09-05soc: fsl: qbman: Add CGR update functionSean Anderson1-0/+9
2022-09-05Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky1-2/+0
2022-09-05RDMA/mlx5: Move function mlx5_core_query_ib_ppcnt() to mlx5_ibChris Mi1-2/+0
2022-09-05RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla1-9/+10
2022-09-05debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman1-0/+6
2022-09-05dt-bindings: power: Add power-domain header for RV1126Jagan Teki1-0/+35
2022-09-05net: pcs: add new PCS driver for altera TSE PCSMaxime Chevallier1-0/+17
2022-09-05Merge tag 'backlight-detect-refactor-1' into review-hansHans de Goede2-2/+83
2022-09-05powerpc/math-emu: Remove -w build flag and fix warningsChristophe Leroy1-0/+3
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman56-180/+449
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman56-180/+449
2022-09-04gpiolib: make fwnode_get_named_gpiod() staticDmitry Torokhov1-13/+0
2022-09-04dmaengine: hsu: Include headers we are direct user ofAndy Shevchenko2-3/+5
2022-09-04phy: rockchip: Support PCIe v3Shawn Lin1-0/+12
2022-09-04Revert "sbitmap: fix batched wait_cnt accounting"Jens Axboe1-2/+1
2022-09-04video/hdmi: Add audio_infoframe packing for DPMarkus Schneider-Pargmann2-1/+8
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-0/+11
2022-09-04Merge tag 'wireless-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-3/+5
2022-09-03Merge tag 'tty-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+8
2022-09-03wifi: nl80211: add MLD address to assoc BSS entriesJohannes Berg1-0/+2
2022-09-03wifi: nl80211: Add POWERED_ADDR_CHANGE featureJames Prestwood1-0/+9
2022-09-03wifi: use struct_group to copy addressesJohannes Berg1-3/+5
2022-09-03ACPI: video: Remove acpi_video_set_dmi_backlight_type()Hans de Goede1-4/+0
2022-09-03ACPI: video: Add Apple GMUX brightness control detectionHans de Goede1-0/+1
2022-09-03ACPI: video: Add Nvidia WMI EC brightness control detection (v3)Hans de Goede1-0/+1
2022-09-03platform/x86: nvidia-wmi-ec-backlight: Move fw interface definitions to a hea...Hans de Goede1-0/+76
2022-09-03net/ipv4: Use __DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-14/+6
2022-09-03bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau2-0/+4
2022-09-03bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau1-0/+2
2022-09-03bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau1-0/+2
2022-09-03bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau1-0/+2
2022-09-03bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2-3/+3
2022-09-03bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2-5/+5
2022-09-03bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2-2/+6