aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-04Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau1-1/+1
2025-09-04bpf: Return an error pointer for skb metadata when CONFIG_NET=nJakub Sitnicki1-1/+1
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-1/+12
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-24/+121
2025-08-21Merge tag 'net-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-11/+49
2025-08-21net: page_pool: add page_pool_get()Jakub Kicinski1-0/+5
2025-08-21Merge tag 'loongarch-fixes-6.17-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
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-21bonding: update LACP activity flag after setting lacp_activeHangbin Liu1-0/+1
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet1-2/+2
2025-08-20bnxt_en: hsi: Update FW interface to 1.10.3.133Michael Chan1-62/+253
2025-08-20LoongArch: Add cpuhotplug hooks to fix high cpu usage of vCPU threadsXianglai Li1-0/+1
2025-08-19sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers3-28/+11
2025-08-19sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers3-20/+6
2025-08-19net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima1-0/+2
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure().Kuniyuki Iwashima4-20/+24
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima1-5/+24
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima3-2/+12
2025-08-19net-memcg: Introduce mem_cgroup_from_sk().Kuniyuki Iwashima1-0/+12
2025-08-19mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima1-0/+6
2025-08-19net: Add skb_dst_check_unsetStanislav Fomichev1-0/+9
2025-08-19net: Add skb_dstref_steal and skb_dstref_restoreStanislav Fomichev1-0/+32
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+2
2025-08-19net: mana: Use page pool fragments for RX buffers instead of full pages to im...Dipayaan Roy1-0/+4
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau2-1/+12
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki1-0/+6
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki1-1/+6
2025-08-17Merge tag 'locking_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-12/+17
2025-08-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-2/+3
2025-08-15Merge tag 'drm-fixes-2025-08-16' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+48
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-15Bluetooth: hci_core: Fix not accounting for BIS/CIS/PA links separatelyLuiz Augusto von Dentz1-5/+25
2025-08-15netfs: Fix unbuffered write error handlingDavid Howells1-0/+1
2025-08-15Bluetooth: hci_core: Fix using ll_privacy_capable for current settingsLuiz Augusto von Dentz1-0/+1
2025-08-15Bluetooth: hci_core: Fix using {cis,bis}_capable for current settingsLuiz Augusto von Dentz2-3/+14
2025-08-14Merge tag 'firewire-fixes-6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+4
2025-08-14net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu1-3/+8
2025-08-14devlink/port: Check attributes early and constifyParav Pandit1-1/+1
2025-08-14ice: 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-13net: kcm: Fix race condition in kcm_unattach()Sven Stegemann1-1/+0
2025-08-13Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-1/+5
2025-08-13net: mediatek: wed: Introduce MT7992 WED support to MT7988 SoCLorenzo Bianconi1-1/+1
2025-08-13net: stmmac: Change first parameter of fix_soc_reset()Tiezhu Yang1-1/+1
2025-08-14Merge tag 'drm-misc-next-fixes-2025-08-12' of https://gitlab.freedesktop.org/...Dave Airlie1-0/+48