summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2025-02-21ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet
2025-02-17udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-02-08xfrm: Add an inbound percpu state cache.Steffen Klassert
2025-02-08inet: ipmr: fix data-racesEric Dumazet
2025-02-08udp: Deal with race between UDP socket address change and rehashStefano Brivio
2025-02-08inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2025-01-09ila: serialize calls to nf_register_net_hooks()Eric Dumazet
2024-12-14net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov
2024-12-14net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin
2024-12-14net/ipv6: release expired exception dst cached in socketJiri Wiesner
2024-12-14ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet
2024-12-05ip6mr: fix tables suspicious RCU usagePaolo Abeni
2024-12-05net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu
2024-12-05ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi
2024-12-05ipv6: release nexthop on device removalPaolo Abeni
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang
2024-10-30netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki
2024-10-09netfilter: fib: check correct rtable in vrf setupsFlorian Westphal
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-23xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-09-23xfrm: extract dst lookup parameters into a structEyal Birger
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