summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-11af_unix: Fix memleak of newsk in unix_stream_connect().Kuniyuki Iwashima1-8/+3
2026-02-11net: dsa: add tag format for MxL862xx switchesDaniel Golle3-0/+118
2026-02-11tcp: inet6_csk_xmit() optimizationEric Dumazet1-15/+15
2026-02-11tcp: populate inet->cork.fl.u.ip6 in tcp_v6_syn_recv_sock()Eric Dumazet2-14/+14
2026-02-11tcp: populate inet->cork.fl.u.ip6 in tcp_v6_connect()Eric Dumazet1-23/+24
2026-02-11ipv6: inet6_csk_xmit() and inet6_csk_update_pmtu() use inet->cork.fl.u.ip6Eric Dumazet1-9/+11
2026-02-11ipv6: use inet->cork.fl.u.ip6 and np->final in ip6_datagram_dst_update()Eric Dumazet1-10/+11
2026-02-11ipv6: use np->final in inet6_sk_rebuild_header()Eric Dumazet1-2/+2
2026-02-11Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski6-136/+415
2026-02-11mptcp: allow overridden write_space to be invokedGeliang Tang2-1/+2
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds12-57/+127
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean1-3/+2
2026-02-10xfrm: fix ip_rt_bug race in icmp_route_lookup reverse pathJiayuan Chen1-0/+15
2026-02-10hsr: Implement more robust duplicate discard for HSRFelix Maurer3-143/+131
2026-02-10hsr: Implement more robust duplicate discard for PRPFelix Maurer3-138/+237
2026-02-10net: atm: fix crash due to unvalidated vcc pointer in sigd_send()Jiayuan Chen1-2/+54
2026-02-10Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-02-10SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges1-0/+3
2026-02-09SUNRPC: Change list definition methodChenguang Zhao1-2/+1
2026-02-09Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-114/+2
2026-02-09libceph: adapt ceph_x_challenge_blob hashing and msgr1 message signingIlya Dryomov4-23/+72
2026-02-09libceph: add support for CEPH_CRYPTO_AES256KRB5Ilya Dryomov5-46/+254
2026-02-09libceph: introduce ceph_crypto_key_prepare()Ilya Dryomov3-42/+56
2026-02-09libceph: generalize ceph_x_encrypt_offset() and ceph_x_encrypt_buflen()Ilya Dryomov3-15/+56
2026-02-09libceph: define and enforce CEPH_MAX_KEY_LENIlya Dryomov3-5/+7
2026-02-09xfrm: always flush state and policy upon NETDEV_UNREGISTER eventTetsuo Handa1-1/+11
2026-02-07net/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska2-8/+3
2026-02-07net/ipv6: Drop HBH for BIG TCP on RX sideAlice Mikityanska2-29/+1
2026-02-07net/ipv6: Drop HBH for BIG TCP on TX sideAlice Mikityanska1-17/+3
2026-02-07net/ipv6: Introduce payload_len helpersAlice Mikityanska9-18/+12
2026-02-07mptcp: fix kdoc warningsMatthieu Baerts (NGI0)1-7/+9
2026-02-07mptcp: pm: in-kernel: clarify mptcp_pm_remove_anno_addr()Matthieu Baerts (NGI0)1-6/+5
2026-02-07mptcp: pm: in-kernel: always set ID as avail when rm endpMatthieu Baerts (NGI0)1-12/+8
2026-02-07ipv6: do not use skb_header_pointer() in icmpv6_filter()Eric Dumazet1-16/+16
2026-02-07tcp: inline tcp_filter()Eric Dumazet1-8/+0
2026-02-07net: skb: allow up to 8 skb extension idsOliver Hartkopp1-1/+1
2026-02-07net_sched: sch_fq: rework fq_gc() to avoid stack canaryEric Dumazet1-13/+11
2026-02-07netns: optimize netns cleaning by batching unhash_nsid callsQiliang Yuan1-13/+21
2026-02-07bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}Amery Hung1-2/+5
2026-02-07bpf: Remove unused percpu counter from bpf_local_storage_map_freeAmery Hung1-1/+1
2026-02-07bpf: Convert bpf_selem_unlink to failableAmery Hung1-3/+1
2026-02-07bpf: Convert bpf_selem_link_map to failableAmery Hung1-1/+8
2026-02-07bpf: Select bpf_local_storage_map_bucket based on bpf_local_storageAmery Hung1-1/+1
2026-02-06netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso2-14/+78
2026-02-06netfilter: nft_set_rbtree: validate element belonging to intervalPablo Neira Ayuso1-4/+143
2026-02-06netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso1-5/+25
2026-02-06netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null intervalPablo Neira Ayuso2-0/+18
2026-02-06netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn1-2/+2