summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-08-21net: page_pool: add page_pool_get()Jakub Kicinski1-0/+5
2025-08-21net: phy: micrel: Add support for lan8842Horatiu Vultur1-0/+1
2025-08-21Merge tag 'mlx5-next-vhca-id' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Abeni2-4/+131
2025-08-21net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet1-2/+2
2025-08-21bnxt_en: hsi: Update FW interface to 1.10.3.133Michael Chan1-62/+253
2025-08-20sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers3-28/+11
2025-08-20sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers3-20/+6
2025-08-20net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima1-0/+2
2025-08-20net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure().Kuniyuki Iwashima4-20/+24
2025-08-20net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima1-5/+24
2025-08-20net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima3-2/+12
2025-08-20net-memcg: Introduce mem_cgroup_from_sk().Kuniyuki Iwashima1-0/+12
2025-08-20mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima1-0/+6
2025-08-20net: Add skb_dst_check_unsetStanislav Fomichev1-0/+9
2025-08-20net: Add skb_dstref_steal and skb_dstref_restoreStanislav Fomichev1-0/+32
2025-08-19net: mana: Use page pool fragments for RX buffers instead of full pages to im...Dipayaan Roy1-0/+4
2025-08-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-2/+3
2025-08-15{rdma,net}/mlx5: export mlx5_vport_get_vhca_idSaeed Mahameed1-0/+2
2025-08-15net/mlx5: mlx5_ifc, Add hardware definitions needed for adjacent vportsSaeed Mahameed1-4/+129
2025-08-15devlink/port: Check attributes early and constifyParav Pandit1-1/+1
2025-08-15ice: Implement support for SRIOV VFs across Active/Active bondsDave Ertman1-0/+1
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-99/+135
2025-08-14ice: cleanup capabilities evaluationDave Ertman1-2/+2
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-3/+24
2025-08-14net: ethtool: support including Flow Label in the flow hash for RSSJakub Kicinski1-0/+1
2025-08-14net: kcm: Fix race condition in kcm_unattach()Sven Stegemann1-1/+0
2025-08-14Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-1/+5
2025-08-14net: mediatek: wed: Introduce MT7992 WED support to MT7988 SoCLorenzo Bianconi1-1/+1
2025-08-14net: stmmac: Change first parameter of fix_soc_reset()Tiezhu Yang1-1/+1
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker1-0/+13
2025-08-13net: airoha: Add airoha_offload.h headerLorenzo Bianconi1-0/+260
2025-08-13net: stmmac: add suspend()/resume() platform opsRussell King (Oracle)1-0/+2
2025-08-12devlink: let driver opt out of automatic phys_port_name generationJedrzej Jagielski1-1/+5
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski1-1/+4
2025-08-09Merge tag 'tty-6.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-17/+17
2025-08-09Merge tag 'efi-next-for-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds3-20/+4
2025-08-09Merge tag 'io_uring-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds1-0/+4
2025-08-09Merge tag 'mailbox-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+29
2025-08-09Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git.kernel.org/pub/scm/...Linus Torvalds2-17/+9
2025-08-09Merge tag 'sound-fix-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-08-09Merge tag 'v6.17-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-40/+42
2025-08-08net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski1-0/+2
2025-08-08mailbox/pcc: support mailbox management of the shared bufferAdam Young1-0/+29
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-6/+53
2025-08-07lib/sbitmap: make sbitmap_get_shallow() internalYu Kuai1-17/+0
2025-08-07lib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai1-3/+3
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski2-12/+11
2025-08-07gpio: remove legacy GPIO line value setter callbacksBartosz Golaszewski1-7/+0