summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2026-04-12net_sched: fix skb memory leak in deferred qdisc dropsFernando Fernandez Mancera-3/+13
2026-04-12netlink: add a nla_nest_end_safe() helperHangbin Liu-0/+19
2026-04-12net: tso: Introduce tso_dma_map and helpersJoe Damato-0/+100
2026-04-12Merge tag 'nf-next-26-04-10' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-10/+0
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-2/+155
2026-04-12tcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet-0/+6
2026-04-12tcp: return a drop_reason from tcp_add_backlog()Eric Dumazet-2/+1
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+4
2026-04-10netfilter: conntrack: remove UDP-Lite conntrack supportFernando Fernandez Mancera-10/+0
2026-04-09net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski-5/+0
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski-12/+48
2026-04-09net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei-1/+3
2026-04-09net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann-6/+2
2026-04-09net: Add lease info to queue-get responseDaniel Borkmann-0/+14
2026-04-09net: Implement netdev_nl_queue_create_doitDaniel Borkmann-5/+29
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+25
2026-04-09RDMA/mana_ib: Support memory windowsKonstantin Taranov-0/+5
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner-4/+4
2026-04-08devlink: Add port-level resource registration infrastructureOr Har-Toov-0/+8
2026-04-08devlink: Refactor resource functions to be genericOr Har-Toov-1/+1
2026-04-08net: dropreason: add MACVLAN_BROADCAST_BACKLOG and IPVLAN_MULTICAST_BACKLOGEric Dumazet-0/+12
2026-04-08codel: annotate data-races in codel_dump_stats()Eric Dumazet-21/+24
2026-04-08bonding: remove unused bond_is_first_slave and bond_is_last_slave macrosXiang Mei-3/+0
2026-04-08netfilter: nfnetlink_queue: make hash table per queueFlorian Westphal-1/+0
2026-04-08netfilter: nft_ct: fix use-after-free in timeout object destroyTuan Do-0/+1
2026-04-08netfilter: nf_tables_offload: add nft_flow_action_entry_next() and use itPablo Neira Ayuso-0/+10
2026-04-08netfilter: nft_meta: add double-tagged vlan and pppoe supportPablo Neira Ayuso-10/+27
2026-04-07net: pull headers in qdisc_pkt_len_segs_init()Eric Dumazet-0/+3
2026-04-07wifi: mac80211: add NAN peer schedule supportMiri Korenblit-2/+60
2026-04-07wifi: mac80211: support NAN stationsMiri Korenblit-2/+11
2026-04-07wifi: mac80211: add NAN local schedule supportMiri Korenblit-0/+66
2026-04-07wifi: mac80211: export ieee80211_calculate_rx_timestampBenjamin Berg-0/+18
2026-04-07wifi: mac80211: add a TXQ for management frames on NAN devicesBenjamin Berg-0/+2
2026-04-06tcp: add recv_should_stop helperGeliang Tang-0/+8
2026-04-06xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski-1/+1
2026-04-06xsk: respect tailroom for ZC setupsMaciej Fijalkowski-1/+22
2026-04-06net: dsa: add bridge member iteration macroDaniel Golle-3/+6
2026-04-06net: dsa: move dsa_bridge_ports() helper to dsa.hDaniel Golle-0/+13
2026-04-05mm: introduce a new page type for page pool in page typeByungchul Park-2/+13
2026-04-03net: increase IP_TUNNEL_RECURSION_LIMIT to 5Chris J Arges-1/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2026-04-02net: mctp: perform source address lookups when we populate our dstJeremy Kerr-0/+1
2026-03-30RDMA/mana_ib: Disable RX steering on RSS QP destroyLong Li-0/+1
2026-03-29ipv6: remove ipv6_stub infrastructure completelyFernando Fernandez Mancera-105/+2
2026-03-29bpf: remove ipv6_bpf_stub completely and use direct function callsFernando Fernandez Mancera-21/+2
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera-1/+1
2026-03-29ipv6: prepare headers for ipv6_stub removalFernando Fernandez Mancera-1/+73
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera-1/+1
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera-8/+0
2026-03-26tcp: Fix inconsistent indenting warningJiayuan Chen-1/+1