summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-10-15ipmr: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15ipv6: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin
2024-10-15ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-14ipv6: tcp: give socket pointer to control skbsEric Dumazet
2024-10-11net: do not acquire rtnl in fib_seq_sum()Eric Dumazet
2024-10-11ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seqEric Dumazet
2024-10-11ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seqEric Dumazet
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-09ipv6: Remove redundant unlikely()Tobias Klauser
2024-10-09ipv6: switch inet6_acaddr_hash() to less predictable hashEric Dumazet
2024-10-09ipv6: switch inet6_addr_hash() to less predictable hashEric Dumazet
2024-10-09netfilter: fib: check correct rtable in vrf setupsFlorian Westphal
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko
2024-10-03ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-03Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-02net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet
2024-09-26Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-09-26netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman
2024-09-22net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNELThomas Weißschuh
2024-09-19netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-13ipv6: fib_rules: Add DSCP selector supportIdo Schimmel
2024-09-13ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet
2024-09-13net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman
2024-09-11net: support non paged skb fragsMina Almasry
2024-09-06Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-09-06net/ipv6: make use of the helper macro LIST_HEAD()Hongbo Li
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-05ila: call nf_unregister_net_hooks() soonerEric Dumazet
2024-09-04ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev()Ido Schimmel
2024-09-04ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()Ido Schimmel
2024-09-03ioam6: improve checks on user dataJustin Iurman
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-09-03netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen
2024-08-31ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()Ido Schimmel
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet
2024-08-30icmp: change the order of rate limitsEric Dumazet
2024-08-29tcp: add SO_PEEK_OFF socket option tor TCPv6Jon Maloy
2024-08-29net/ipv6: replace deprecated strcpy with strscpyHongbo Li
2024-08-28tcp: annotate data-races around tcptw->tw_rcv_nxtEric Dumazet
2024-08-28tcp: remove volatile qualifier on tw_substateEric Dumazet
2024-08-26ipv6: avoid indirect calls for SOL_IP socket optionsEric Dumazet
2024-08-26ipv6: mcast: use min() to simplify the codeLi Zetao