summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-07-15net: phy: bcm54811: Add LRE registers definitionsKamil HorĂ¡k (2N)1-0/+88
2024-07-14net/mlx5: IFC updates for SF max IO EQsDaniel Jurgens1-1/+3
2024-07-13Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-0/+59
2024-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2024-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-07-13net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski1-12/+8
2024-07-13net: ethtool: let drivers remove lost RSS contextsJakub Kicinski1-0/+2
2024-07-12bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXTTengda Wu1-1/+1
2024-07-12netdevice: define and allocate &net_device _properly_Alexander Lobakin1-6/+9
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-107/+65
2024-07-11Merge tag 'spi-fix-v6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2024-07-11Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds5-54/+24
2024-07-10Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+7
2024-07-10cache: add __cacheline_group_{begin, end}_aligned() (+ couple more)Alexander Lobakin1-0/+59
2024-07-10closures: fix closure_sync + closure debuggingKent Overstreet1-0/+7
2024-07-10sched.h: always_inline alloc_tag_{save|restore} to fix modpost warningsSuren Baghdasaryan1-2/+2
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner1-0/+4
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni5-9/+84
2024-07-06net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)1-0/+5
2024-07-06net: pse-pd: Add new power limit get and set c33 featuresKory Maincent (Dent Project)1-0/+43
2024-07-06net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)2-0/+23
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner1-0/+6
2024-07-05net: stmmac: Create DW XPCS device with particular addressSerge Semin1-1/+1
2024-07-05net: pcs: xpcs: Add fwnode-based descriptor creation methodSerge Semin1-0/+3
2024-07-05net: pcs: xpcs: Add Synopsys DW xPCS platform device driverSerge Semin1-0/+18
2024-07-05net: pcs: xpcs: Introduce DW XPCS info structureSerge Semin1-11/+17
2024-07-05net: pcs: xpcs: Convert xpcs_id to dw_xpcs_descSerge Semin1-2/+2
2024-07-05net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.hSerge Semin1-0/+2
2024-07-05tpm: Address !chip->auth in tpm_buf_append_hmac_session*()Jarkko Sakkinen1-48/+20
2024-07-05tpm: Address !chip->auth in tpm_buf_append_name()Jarkko Sakkinen1-9/+12
2024-07-05ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree2-3/+2
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-39/+94
2024-07-04Merge tag 'net-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+6
2024-07-04mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao1-1/+7
2024-07-04cachestat: do not flush stats in recency checkNhat Pham1-1/+2
2024-07-04mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarrayGavin Shan1-2/+9
2024-07-04mm: prevent derefencing NULL ptr in pfn_section_valid()Waiman Long1-1/+2
2024-07-04mm: page_ref: remove folio_try_get_rcu()Yang Shi1-47/+2
2024-07-03netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li1-0/+6
2024-07-03page_pool: convert to use netmemMina Almasry1-2/+2
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior2-6/+31
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov2-1/+4
2024-07-01Merge tag 'asm-generic-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+6
2024-07-01Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+7
2024-07-01syscalls: fix sys_fanotify_mark prototypeArnd Bergmann1-0/+6
2024-07-01Merge tag 'ata-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds1-0/+1
2024-06-30ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel1-0/+1
2024-06-30Merge tag 'tty-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-5/+19
2024-06-29net: ethtool: add a mutex protecting RSS contextsEdward Cree1-0/+3