summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2025-03-07net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman1-2/+12
2025-03-07net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman1-2/+12
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault1-2/+2
2025-02-21net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski3-6/+11
2025-02-21ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet1-4/+10
2025-02-21ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet1-16/+15
2025-02-21ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet1-4/+8
2025-02-21ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet1-6/+4
2025-02-21ipv6: icmp: convert to dev_net_rcu()Eric Dumazet1-19/+23
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6
2025-02-21net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski3-9/+18
2025-02-21net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman1-21/+25
2025-02-21net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman1-33/+52
2025-02-21net: ipv6: ioam6_iptunnel: mitigate 2-realloc issueJustin Iurman1-36/+37
2025-02-21ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet1-1/+1
2025-02-17udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2025-02-08xfrm: Add an inbound percpu state cache.Steffen Klassert1-3/+3
2025-02-08inet: ipmr: fix data-racesEric Dumazet1-14/+14
2025-02-08udp: Deal with race between UDP socket address change and rehashStefano Brivio1-0/+50
2025-02-08inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet3-6/+8
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet3-3/+3
2025-01-09ila: serialize calls to nf_register_net_hooks()Eric Dumazet1-5/+11
2024-12-14net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov1-2/+2
2024-12-14net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin1-12/+10
2024-12-14net/ipv6: release expired exception dst cached in socketJiri Wiesner1-3/+3
2024-12-14ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet1-6/+7
2024-12-05ip6mr: fix tables suspicious RCU usagePaolo Abeni1-11/+27
2024-12-05net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu1-12/+29
2024-12-05ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi2-19/+34
2024-12-05ipv6: release nexthop on device removalPaolo Abeni1-3/+3
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang1-3/+1
2024-10-30netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet1-8/+7
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-15/+16
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki1-1/+3
2024-10-09netfilter: fib: check correct rtable in vrf setupsFlorian Westphal1-2/+3
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-4/+13
2024-10-03Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-2/+5
2024-10-02net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau1-2/+8
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-27netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet1-2/+5
2024-09-26Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-3/+2
2024-09-26netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman1-3/+2
2024-09-23xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger1-0/+3
2024-09-23xfrm: extract dst lookup parameters into a structEyal Birger1-15/+13
2024-09-22net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNELThomas Weißschuh1-0/+1
2024-09-19netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet1-12/+2
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+8
2024-09-13ipv6: fib_rules: Add DSCP selector supportIdo Schimmel1-3/+40
2024-09-13ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet1-1/+1
2024-09-13net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman1-5/+7