summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-06-13net: add and use skb_get_hash_netFlorian Westphal1-2/+10
2024-06-12net: core,vrf: Change pcpu_dstat fields to u64_stats_tJeremy Kerr1-6/+6
2024-06-11ice: add and use roundup_u64 instead of open coding equivalentJacob Keller1-0/+28
2024-06-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+10
2024-06-11Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-61/+191
2024-06-10net: netlink: remove the cb_mutex "injection" from netlink coreJakub Kicinski1-1/+0
2024-06-10mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-1/+0
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-152/+3
2024-06-06net/mlx5e: SHAMPO, Re-enable HW-GROYoray Zack1-5/+11
2024-06-06net/mlx5e: SHAMPO, Use KSMs instead of KLMsYoray Zack1-0/+1
2024-06-06Merge tag 'acpi-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+2
2024-06-06Merge tag 'pm-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-137/+0
2024-06-03Merge tag 'i2c-host-6.10-pt2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang1-1/+0
2024-06-01Merge tag 'block-6.10-20240530' of git://git.kernel.dk/linuxLinus Torvalds2-10/+1
2024-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-37/+81
2024-05-31net: stmmac: rename xpcs_an_inband to default_an_inbandRussell King (Oracle)1-1/+1
2024-05-31net: phylink: rename ovr_an_inband to default_an_inbandRussell King (Oracle)1-2/+3
2024-05-31bpf: export bpf_link_inc_not_zero.Kui-Feng Lee1-0/+6
2024-05-31bpf: support epoll from bpf struct_ops links.Kui-Feng Lee1-0/+1
2024-05-31bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee1-3/+3
2024-05-31block: Fix zone write plugging handling of devices with a runt zoneDamien Le Moal1-0/+1
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+10
2024-05-28cpufreq: amd-pstate: remove global header fileArnd Bergmann1-137/+0
2024-05-28PNP: Hide pnp_bus_type from the non-PNP codeAndy Shevchenko1-2/+0
2024-05-28PNP: Make dev_is_pnp() to be a function and export it for modulesAndy Shevchenko1-2/+2
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-19/+51
2024-05-28tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it localJarkko Sakkinen1-15/+0
2024-05-28tpm: Open code tpm_buf_parameters()Jarkko Sakkinen1-2/+0
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+8
2024-05-27block: remove blk_queue_max_integrity_segmentsChristoph Hellwig1-10/+0
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-13/+39
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells1-0/+18
2024-05-27mm: percpu: Include smp.h in alloc_tag.hKent Overstreet1-0/+1
2024-05-26Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+2
2024-05-26Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds1-4/+18
2024-05-26Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2024-05-25netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann1-0/+8
2024-05-24Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-05-24kasan, fortify: properly rename memintrinsicsAndrey Konovalov1-4/+18
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2024-05-24bpf: constify member bpf_sysctl_kern:: TableThomas Weißschuh1-1/+1
2024-05-24net/mlx5: Fix MTMP register capability offset in MCAM registerGal Pressman1-2/+2
2024-05-24filemap: add helper mapping_max_folio_size()Xu Yang1-13/+21
2024-05-24mseal: add mseal syscallJeff Xu1-0/+1
2024-05-24net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan1-6/+12
2024-05-24net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-13/+39
2024-05-23Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+3
2024-05-23Merge tag 'regulator-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+3
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2024-05-23i2c: Remove I2C_CLASS_SPDHeiner Kallweit1-1/+0