summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2024-10-161-1/+3
* netfilter: fib: check correct rtable in vrf setupsFlorian Westphal2024-10-091-2/+3
* Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-032-4/+13
|\
| * Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-031-2/+5
| |\
| | * netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet2024-09-271-2/+5
| * | net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau2024-10-031-2/+8
| |/
* / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
|/
* Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-09-261-3/+2
|\
| * netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman2024-09-261-3/+2
* | net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNELThomas Weißschuh2024-09-221-0/+1
* | netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet2024-09-191-12/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-152-6/+8
|\
| * ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet2024-09-141-1/+1
| * net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman2024-09-141-5/+7
* | ipv6: fib_rules: Add DSCP selector supportIdo Schimmel2024-09-141-3/+40
* | net: support non paged skb fragsMina Almasry2024-09-121-1/+2
* | Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-09-071-1/+1
|\ \
| * | netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen2024-09-031-1/+1
* | | net/ipv6: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-071-4/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-063-4/+16
|\ \ \ | | |/ | |/|
| * | ila: call nf_unregister_net_hooks() soonerEric Dumazet2024-09-053-4/+16
* | | ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev()Ido Schimmel2024-09-051-1/+1
* | | ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()Ido Schimmel2024-09-051-2/+5
* | | ioam6: improve checks on user dataJustin Iurman2024-09-031-2/+10
* | | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-034-5/+4
* | | netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-033-3/+5
| |/ |/|
* | ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()Ido Schimmel2024-08-311-2/+3
* | icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet2024-08-301-2/+2
* | icmp: change the order of rate limitsEric Dumazet2024-08-301-10/+18
* | tcp: add SO_PEEK_OFF socket option tor TCPv6Jon Maloy2024-08-291-0/+1
* | net/ipv6: replace deprecated strcpy with strscpyHongbo Li2024-08-291-1/+1
* | tcp: annotate data-races around tcptw->tw_rcv_nxtEric Dumazet2024-08-291-1/+2
* | tcp: remove volatile qualifier on tw_substateEric Dumazet2024-08-291-1/+1
* | ipv6: avoid indirect calls for SOL_IP socket optionsEric Dumazet2024-08-261-2/+2
* | ipv6: mcast: use min() to simplify the codeLi Zetao2024-08-261-2/+3
* | Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-08-261-2/+2
|\ \
| * | netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal2024-08-201-2/+2
* | | net/ipv6: delete redundant judgment statementsLi Zetao2024-08-231-4/+2
* | | ip6mr: delete redundant judgment statementsLi Zetao2024-08-231-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-232-5/+17
|\ \ \ | | |/ | |/|
| * | ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet2024-08-221-0/+4
| * | ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet2024-08-221-0/+4
| * | ipv6: prevent UAF in ip6_send_skb()Eric Dumazet2024-08-221-0/+2
| * | ip6_tunnel: Fix broken GROThomas Bogendoerfer2024-08-201-5/+7
* | | net: ipv6: ioam6: new feature tunsrcJustin Iurman2024-08-221-8/+57
* | | net: ipv6: ioam6: code alignmentJustin Iurman2024-08-221-4/+5
* | | ipv6: remove redundant checkXi Huang2024-08-221-6/+3
| |/ |/|
* | ip: Move INFINITY_LIFE_TIME to addrconf.h.Kuniyuki Iwashima2024-08-161-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-161-0/+4
|\|
| * netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes2024-08-141-0/+4