summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-01-26ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet1-1/+1
2026-01-26net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet1-2/+1
2026-01-26net: inline get_netmem() and put_netmem()Eric Dumazet1-2/+18
2026-01-26net: inline net_is_devmem_iov()Eric Dumazet1-0/+12
2026-01-26net: always inline skb_frag_unref() and __skb_frag_unref()Eric Dumazet1-5/+5
2026-01-26u64_stats: Introduce u64_stats_copy()David Yang1-0/+15
2026-01-23net: add queue config validation callbackJakub Kicinski1-0/+10
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski1-1/+3
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski1-0/+3
2026-01-23geneve: add netlink support for GRO hintPaolo Abeni1-0/+1
2026-01-23geneve: expose gso partial features for tunnel offloadPaolo Abeni1-0/+32
2026-01-23net: introduce mangleid_featuresPaolo Abeni1-0/+3
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-130/+328
2026-01-23tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet1-2/+1
2026-01-23tcp: move tcp_rate_gen to tcp_input.cEric Dumazet1-2/+0
2026-01-23net: stmmac: dwmac-imx: keep preamble before sfd on i.MX8MPStefan Eichenberger1-0/+1
2026-01-23net: phy: add a new phy_device flag to keep preamble before sfdStefan Eichenberger1-2/+3
2026-01-22Merge tag 'net-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-5/+7
2026-01-22netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso1-0/+2
2026-01-22Merge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-5/+3
2026-01-22net: bonding: use workqueue to make sure peer notify updated in lacp modeTonghao Zhang1-0/+2
2026-01-22Merge tag 'hyperv-fixes-signed-20260121' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+47
2026-01-22Merge tag 'nf-next-26-01-20' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski6-6/+3
2026-01-22net: phylink: introduce helpers for replaying link callbacksVladimir Oltean1-0/+5
2026-01-22net: pcs: pcs-mtk-lynxi: pass SGMIISYS OF node to PCSVladimir Oltean1-3/+2
2026-01-22gro: inline tcp6_gro_complete()Eric Dumazet2-2/+1
2026-01-22gro: inline tcp6_gro_receive()Eric Dumazet2-3/+1
2026-01-22net: always inline __skb_incr_checksum_unnecessary()Eric Dumazet1-1/+1
2026-01-22tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet3-9/+3
2026-01-22Merge branch 'add-devm_clk_bulk_get_optional_enable-helper-and-use-in-axi-eth...Jakub Kicinski1-0/+23
2026-01-22clk: Add devm_clk_bulk_get_optional_enable() helperSuraj Gupta1-0/+23
2026-01-21Merge tag 'soc-fixes-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2026-01-21Merge tag 'qcom-arm64-fixes-for-6.19' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann1-0/+1
2026-01-21net: remove HIPPI support and RoadRunner HIPPI driverEthan Nelson-Moore2-43/+0
2026-01-21tcp: move tcp_rate_skb_delivered() to tcp_input.cEric Dumazet1-2/+0
2026-01-21Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski3-14/+36
2026-01-21Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski7-62/+7
2026-01-21Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...Linus Torvalds5-14/+116
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+5
2026-01-20mm: do not copy page tables unnecessarily for VM_UFFD_WPLorenzo Stoakes1-1/+5
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)3-7/+86
2026-01-20mm/hugetlb: fix hugetlb_pmd_shared()David Hildenbrand (Red Hat)1-1/+1
2026-01-20netfilter: nf_conntrack: don't rely on implicit includesFlorian Westphal2-3/+1
2026-01-20netfilter: don't include xt and nftables.h in unrelated subsystemsFlorian Westphal3-3/+1
2026-01-20netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera1-0/+1
2026-01-20netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann1-0/+6
2026-01-20netkit: Add single device mode for netkitDaniel Borkmann1-0/+6
2026-01-20net: Proxy net_mp_{open,close}_rxq for leased queuesDavid Wei2-2/+6
2026-01-20net: Add lease info to queue-get responseDaniel Borkmann1-0/+10
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann3-6/+24