summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-12-05xdp: allow attaching already registered memory model to xdp_rxq_infoAlexander Lobakin
2024-12-05xdp, xsk: constify read-only arguments of some static inline helpersAlexander Lobakin
2024-12-05bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin
2024-12-05xsk: align &xdp_buff_xsk harderAlexander Lobakin
2024-12-05net_sched: sch_fq: add three drop_reasonEric Dumazet
2024-12-05Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-12-06Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2024-12-05ethtool: regenerate uapi header from the specStanislav Fomichev
2024-12-05ethtool: remove the comments that are not gonna be generatedStanislav Fomichev
2024-12-05ethtool: separate definitions that are gonna be generatedStanislav Fomichev
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-05Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-05Merge tag 'linux-watchdog-6.13-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2024-12-05clocksource: Make negative motion detection more robustThomas Gleixner
2024-12-05drm/dp_mst: Fix resetting msg rx state after topology removalImre Deak
2024-12-05drm/display: hdmi: add generic mode_valid helperDmitry Baryshkov
2024-12-05Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula
2024-12-05include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman
2024-12-05mtd: spinand: Add support for SkyHigh S35ML-3 familyTakahiro Kuwano
2024-12-05mtd: spinand: Introduce a way to avoid raw accessTakahiro Kuwano
2024-12-05net/mlx5: qos: Add ifc support for cross-esw schedulingCosmin Ratiu
2024-12-05net/mlx5: Add support for new scheduling elementsCarolina Jubran
2024-12-05net/mlx5: Add ConnectX-8 device to ifcYevgeny Kliteynik
2024-12-05net/mlx5: ifc: Reorganize mlx5_ifc_flow_table_context_bitsCosmin Ratiu
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps
2024-12-05xfrm: netlink: add config (netlink) optionsChristian Hopps
2024-12-05include: uapi: protocol number and packet structs for AGGFRAG in ESPChristian Hopps
2024-12-05RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad
2024-12-04net: phylink: add pcs_inband_caps() methodRussell King (Oracle)
2024-12-04net: phy: add phy_config_inband()Russell King (Oracle)
2024-12-04net: phy: add phy_inband_caps()Russell King (Oracle)
2024-12-04netpoll: Make netpoll_send_udp return status instead of voidMaksym Kutsevol
2024-12-04security: add trace event for cap_capableJordan Rome
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni
2024-12-04Merge patch series "Replace the "slave_*" function names"Martin K. Petersen
2024-12-04scsi: core: Remove the .slave_configure() methodBart Van Assche
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler
2024-12-04lsm: use lsm_context in security_inode_getsecctxCasey Schaufler
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler
2024-12-04scsi: ufs: core: Add missing post notify for power mode changePeter Wang
2024-12-04Merge patch series "Untie the host lock entanglement - part 2"Martin K. Petersen
2024-12-04scsi: ufs: core: Introduce a new clock_scaling lockAvri Altman
2024-12-04scsi: ufs: core: Introduce a new clock_gating lockAvri Altman
2024-12-04scsi: bsg: Replace zero-length array with flexible array memberThorsten Blum
2024-12-04bpf: Introduce support for bpf_local_irq_{save,restore}Kumar Kartikeya Dwivedi