summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-02-06net: phy: constify phydev->drvRussell King (Oracle)
2024-02-04net: make dev_unreg_count globalEric Dumazet
2024-02-04tun: Fix code style issues in <linux/if_tun.h>Yunjian Wang
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-02-01Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-02-01Merge tag 'lsm-pr-20240131' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-01Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-02-01net/mlx5: DPLL, Implement lock status error valueJiri Pirko
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko
2024-02-01cpumask: define cleanup function for cpumasksYury Norov
2024-02-01cpumask: add cpumask_weight_andnot()Yury Norov
2024-02-01net: dsa: Add KSZ8567 switch supportPhilippe Schenker
2024-01-31netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-31net: stmmac: Offload queueMaxSDU from tc-taprioRohan G Thomas
2024-01-31HID: bpf: use __bpf_kfunc instead of noinlineBenjamin Tissoires
2024-01-30lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-29ptp: add FemtoClock3 Wireless as ptp hardware clockMin Li
2024-01-29ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offsetMin Li
2024-01-28Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-26net: phy: add support for PHY LEDs polarity modesChristian Marangi
2024-01-26Merge tag 'ata-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds
2024-01-26Merge tag 'spi-fix-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-25mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver
2024-01-25mm: mmap: map MAP_STACK to VM_NOHUGEPAGEYang Shi
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-01-24bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko
2024-01-24bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko
2024-01-24bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko
2024-01-24bpf: Introduce BPF token objectAndrii Nakryiko
2024-01-24bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko
2024-01-24exec: Distinguish in_execve from in_execKees Cook
2024-01-24spi: Raise limit on number of chip selectsMark Brown
2024-01-24x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe
2024-01-24net/mlx5: Bridge, fix multicast packets sent to uplinkMoshe Shemesh
2024-01-24net/mlx5: Fix query of sd_group fieldTariq Toukan
2024-01-24net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed
2024-01-23bpf, net: switch to dynamic registrationKui-Feng Lee
2024-01-23bpf: validate value_typeKui-Feng Lee