aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-11net: support non paged skb fragsMina Almasry1-1/+2
2024-09-06Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+1
2024-09-06net/ipv6: make use of the helper macro LIST_HEAD()Hongbo Li1-4/+2
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+16
2024-09-05ila: call nf_unregister_net_hooks() soonerEric Dumazet3-4/+16
2024-09-04ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev()Ido Schimmel1-1/+1
2024-09-04ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()Ido Schimmel1-2/+5
2024-09-03ioam6: improve checks on user dataJustin Iurman1-2/+10
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin4-5/+4
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin3-3/+5
2024-09-03netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen1-1/+1
2024-08-31ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()Ido Schimmel1-2/+3
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet1-2/+2
2024-08-30icmp: change the order of rate limitsEric Dumazet1-10/+18
2024-08-29tcp: add SO_PEEK_OFF socket option tor TCPv6Jon Maloy1-0/+1
2024-08-29net/ipv6: replace deprecated strcpy with strscpyHongbo Li1-1/+1
2024-08-28tcp: annotate data-races around tcptw->tw_rcv_nxtEric Dumazet1-1/+2
2024-08-28tcp: remove volatile qualifier on tw_substateEric Dumazet1-1/+1
2024-08-26ipv6: avoid indirect calls for SOL_IP socket optionsEric Dumazet1-2/+2
2024-08-26ipv6: mcast: use min() to simplify the codeLi Zetao1-2/+3
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-2/+2
2024-08-23net/ipv6: delete redundant judgment statementsLi Zetao1-4/+2
2024-08-23ip6mr: delete redundant judgment statementsLi Zetao1-2/+1
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+17
2024-08-22net: ipv6: ioam6: new feature tunsrcJustin Iurman1-8/+57
2024-08-22net: ipv6: ioam6: code alignmentJustin Iurman1-4/+5
2024-08-21ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet1-0/+4
2024-08-21ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet1-0/+4
2024-08-21ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-08-21ipv6: remove redundant checkXi Huang1-6/+3