summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-02-17Merge tag 'ceph-for-7.0-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-15Merge tag '9p-for-7.0-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2026-02-12Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-02-11af_unix: Fix memleak of newsk in unix_stream_connect().Kuniyuki Iwashima
2026-02-11net: dsa: add tag format for MxL862xx switchesDaniel Golle
2026-02-10tcp: inet6_csk_xmit() optimizationEric Dumazet
2026-02-10tcp: populate inet->cork.fl.u.ip6 in tcp_v6_syn_recv_sock()Eric Dumazet
2026-02-10tcp: populate inet->cork.fl.u.ip6 in tcp_v6_connect()Eric Dumazet
2026-02-10ipv6: inet6_csk_xmit() and inet6_csk_update_pmtu() use inet->cork.fl.u.ip6Eric Dumazet
2026-02-10ipv6: use inet->cork.fl.u.ip6 and np->final in ip6_datagram_dst_update()Eric Dumazet
2026-02-10ipv6: use np->final in inet6_sk_rebuild_header()Eric Dumazet
2026-02-10Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-02-10mptcp: allow overridden write_space to be invokedGeliang Tang
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean
2026-02-10xfrm: fix ip_rt_bug race in icmp_route_lookup reverse pathJiayuan Chen
2026-02-10hsr: Implement more robust duplicate discard for HSRFelix Maurer
2026-02-10hsr: Implement more robust duplicate discard for PRPFelix Maurer
2026-02-10net: atm: fix crash due to unvalidated vcc pointer in sigd_send()Jiayuan Chen
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-09SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges
2026-02-09SUNRPC: Change list definition methodChenguang Zhao
2026-02-09Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-09libceph: adapt ceph_x_challenge_blob hashing and msgr1 message signingIlya Dryomov
2026-02-09libceph: add support for CEPH_CRYPTO_AES256KRB5Ilya Dryomov
2026-02-09libceph: introduce ceph_crypto_key_prepare()Ilya Dryomov
2026-02-09libceph: generalize ceph_x_encrypt_offset() and ceph_x_encrypt_buflen()Ilya Dryomov
2026-02-09libceph: define and enforce CEPH_MAX_KEY_LENIlya Dryomov
2026-02-06net/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska
2026-02-06net/ipv6: Drop HBH for BIG TCP on RX sideAlice Mikityanska
2026-02-06net/ipv6: Drop HBH for BIG TCP on TX sideAlice Mikityanska
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska
2026-02-06mptcp: fix kdoc warningsMatthieu Baerts (NGI0)
2026-02-06mptcp: pm: in-kernel: clarify mptcp_pm_remove_anno_addr()Matthieu Baerts (NGI0)
2026-02-06mptcp: pm: in-kernel: always set ID as avail when rm endpMatthieu Baerts (NGI0)
2026-02-06ipv6: do not use skb_header_pointer() in icmpv6_filter()Eric Dumazet
2026-02-06tcp: inline tcp_filter()Eric Dumazet
2026-02-06net: skb: allow up to 8 skb extension idsOliver Hartkopp
2026-02-06net_sched: sch_fq: rework fq_gc() to avoid stack canaryEric Dumazet
2026-02-06netns: optimize netns cleaning by batching unhash_nsid callsQiliang Yuan
2026-02-06bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}Amery Hung