aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-27USB: uapi: OTG 3.0Oliver Neukum1-0/+2
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski10-65/+341
2024-01-26ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel1-1/+1
2024-01-26net: phy: add support for PHY LEDs polarity modesChristian Marangi1-0/+22
2024-01-26af_unix: Try to run GC async.Kuniyuki Iwashima2-2/+11
2024-01-26af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima1-1/+1
2024-01-26af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima1-1/+1
2024-01-27power: supply: bq27xxx: Add devm action to free IDAAndrew Davis1-1/+0
2024-01-26Merge tag 'ata-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds1-1/+1
2024-01-26workqueue: Break up enum definitions and give names to the typesTejun Heo1-17/+24
2024-01-26Merge tag 'drm-fixes-2024-01-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+20
2024-01-26Merge tag 'spi-fix-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-01-26drm/ttm: Make sure the mapped tt pages are decrypted when neededZack Rusin1-1/+8
2024-01-26bitmap: Define a cleanup function for bitmapsBartosz Golaszewski1-0/+3
2024-01-26Revert "nl80211/cfg80211: Specify band specific min RSSI thresholds with sche...Jeff Johnson2-20/+4
2024-01-26wifi: cfg80211: validate MLO connections betterJohannes Berg1-0/+24
2024-01-26wifi: mac80211: add support for SPP A-MSDUsJohannes Berg1-0/+5
2024-01-26wifi: cfg80211: add support for SPP A-MSDUsJohannes Berg2-0/+16
2024-01-26wifi: mac80211: add support for negotiated TTLM requestAyala Beker2-2/+42
2024-01-26wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker1-1/+45
2024-01-26wifi: ieee80211: add definitions for negotiated TID to Link mapAyala Beker1-0/+28
2024-01-26KEYS: include header for EINVAL definitionClay Chang1-0/+1
2024-01-25mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver1-3/+3
2024-01-25mm: mmap: map MAP_STACK to VM_NOHUGEPAGEYang Shi1-0/+1
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-231/+538
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds12-30/+108
2024-01-25Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+25
2024-01-25asm-generic: remove extra type checking in acquire/release for non-SMP caseBaokun Li1-2/+0
2024-01-25fs: make the i_size_read/write helpers be smp_load_acquire/store_release()Baokun Li1-2/+8
2024-01-25Merge tag 'mlx5-fixes-2024-01-24' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni4-4/+11
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+27
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2-10/+8
2024-01-24riscv: Avoid code duplication with generic bitops implementationXiao Wang4-8/+24
2024-01-24xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski1-0/+26
2024-01-24xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski1-0/+1
2024-01-24bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko3-0/+33
2024-01-24bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2-4/+7
2024-01-24bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2-7/+10
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2-9/+9
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko1-2/+3
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2-0/+11
2024-01-24bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko1-0/+5
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2-0/+10
2024-01-24bpf: Introduce BPF token objectAndrii Nakryiko2-0/+78
2024-01-24bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko1-0/+12
2024-01-24Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-01-24exec: Distinguish in_execve from in_execKees Cook1-1/+1
2024-01-24netfilter: nf_tables: cleanup documentationGeorge Guo1-10/+39
2024-01-24PM: sleep: Use bool for all 1-bit fields in struct dev_pm_infoRafael J. Wysocki1-15/+15
2024-01-24fsnotify: Add fsnotify_sb_has_watchers() helperAmir Goldstein1-3/+9