summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-04-09bonding: remove unused bond_is_first_slave and bond_is_last_slave macrosXiang Mei1-3/+0
2026-04-08netfilter: nf_tables_offload: add nft_flow_action_entry_next() and use itPablo Neira Ayuso1-0/+10
2026-04-08netfilter: nft_meta: add double-tagged vlan and pppoe supportPablo Neira Ayuso3-10/+27
2026-04-08netfilter: nf_tables: add netlink policy based cap on registersFlorian Westphal1-0/+4
2026-04-08netfilter: nf_tables: Fix typo in enum descriptionJelle van der Waa1-1/+1
2026-04-08netfilter: use function typedefs for __rcu NAT helper hook pointersSun Jian5-26/+41
2026-04-08net: pull headers in qdisc_pkt_len_segs_init()Eric Dumazet1-0/+3
2026-04-07tcp: add recv_should_stop helperGeliang Tang1-0/+8
2026-04-07net: dsa: add bridge member iteration macroDaniel Golle1-3/+6
2026-04-07net: dsa: move dsa_bridge_ports() helper to dsa.hDaniel Golle1-0/+13
2026-04-04dpll: add frequency monitoring callback opsIvan Vecera1-0/+10
2026-04-04dpll: add frequency monitoring to netlink specIvan Vecera1-1/+4
2026-04-04net: always inline some skb helpersEric Dumazet1-20/+26
2026-04-03net: phy: microchip: add downshift tunable support for LAN88xxNicolai Buchwitz1-0/+5
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-45/+51
2026-04-02Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-1/+3
2026-04-02Merge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2026-04-02net: mctp: perform source address lookups when we populate our dstJeremy Kerr1-0/+1
2026-04-01netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attrFlorian Westphal1-1/+1
2026-03-31Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2026-03-31Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+9
2026-03-30Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-16/+5
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera1-96/+6
2026-03-29ipv6: remove ipv6_stub infrastructure completelyFernando Fernandez Mancera4-105/+2
2026-03-29bpf: remove ipv6_bpf_stub completely and use direct function callsFernando Fernandez Mancera2-21/+2
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera1-1/+1
2026-03-29ipv6: prepare headers for ipv6_stub removalFernando Fernandez Mancera4-1/+73
2026-03-29ipv6: remove dynamic ICMPv6 sender registration infrastructureFernando Fernandez Mancera1-27/+2
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera2-2/+2
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera1-8/+0
2026-03-29Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2026-03-29Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+7
2026-03-29Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/s...Linus Torvalds1-11/+21
2026-03-28net: stmmac: provide flag to disable EEERussell King (Oracle)1-6/+7
2026-03-28mm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu1-11/+21
2026-03-28ptr_ring: disable KCSAN warningsMichael S. Tsirkin1-4/+4
2026-03-28Merge tag 'spi-fix-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+0
2026-03-27Merge tag 'sound-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-5/+0
2026-03-27mpage: Provide variant of mpage_writepages() with own optional folio handlerJan Kara1-2/+9
2026-03-27iommu: Do not call drivers for empty gathersJason Gunthorpe1-1/+2
2026-03-27tcp: Fix inconsistent indenting warningJiayuan Chen1-1/+1
2026-03-27net: stmmac: remove axi_kbbe, axi_mb and axi_rb membersRussell King (Oracle)1-3/+0
2026-03-27netdevsim: fix build if SKB_EXTENSIONS=nQingfang Deng1-0/+1
2026-03-27seg6: add per-route tunnel source addressJustin Iurman1-0/+1
2026-03-27mpls: add seqcount to protect the platform_label{,s} pairSabrina Dubroca1-0/+1
2026-03-27Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski4-11/+500
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-31/+225
2026-03-26Merge tag 'net-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-8/+113
2026-03-26Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+16
2026-03-26futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang1-0/+1