summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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-131-1/+1
| * net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman2024-09-131-5/+7
* | ipv6: fib_rules: Add DSCP selector supportIdo Schimmel2024-09-131-3/+40
* | net: support non paged skb fragsMina Almasry2024-09-111-1/+2
* | Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-09-061-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-061-4/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-053-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-041-1/+1
* | | ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()Ido Schimmel2024-09-041-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-281-1/+2
* | tcp: remove volatile qualifier on tw_substateEric Dumazet2024-08-281-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-222-5/+17
|\ \ \ | | |/ | |/|
| * | ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet2024-08-211-0/+4
| * | ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet2024-08-211-0/+4
| * | ipv6: prevent UAF in ip6_send_skb()Eric Dumazet2024-08-211-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-211-6/+3
| |/ |/|
* | ip: Move INFINITY_LIFE_TIME to addrconf.h.Kuniyuki Iwashima2024-08-151-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-151-0/+4
|\|
| * netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes2024-08-141-0/+4
* | ipv6: eliminate ndisc_ops_is_useropt()Maciej Żenczykowski2024-08-121-2/+2
* | ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet2024-08-051-4/+4
* | inet6: constify 'struct net' parameter of various lookup helpersEric Dumazet2024-08-051-6/+7
* | inet: constify inet_sk_bound_dev_eq() net parameterEric Dumazet2024-08-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-013-22/+28
|\|
| * Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-012-21/+27
| |\
| | * Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-08-011-5/+9
| | |\