summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: check return value of ipv6_skip_exthdrJordy Zomer2021-11-181-0/+6
* ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()Nghia Le2021-11-051-1/+0
* net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()Menglong Dong2021-11-031-3/+3
* net:ipv6:Remove unneeded semicolonZhang Mingyu2021-11-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-011-1/+1
|\
| * udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski2021-11-011-1/+1
* | net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2021-11-012-1/+23
* | ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov2021-10-281-12/+12
* | tcp: do not clear skb->csum if already zeroEric Dumazet2021-10-281-1/+0
* | inet: remove races in inet{6}_getname()Eric Dumazet2021-10-271-10/+11
* | ipv6/tcp: small drop monitor changesEric Dumazet2021-10-251-2/+2
* | ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet2021-10-252-8/+19
* | ipv6: annotate data races around np->min_hopcountEric Dumazet2021-10-252-3/+8
* | ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2021-10-252-5/+5
* | tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-10-251-3/+3
* | gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra2021-10-221-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-223-49/+17
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-211-42/+6
| |\
| | * netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6Xin Long2021-10-141-42/+6
| * | ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra2021-10-151-1/+2
| * | tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez2021-10-151-6/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-10-186-44/+14
|\ \ \
| * | | netfilter: ip6tables: allow use of ip6t_do_table as hookfnFlorian Westphal2021-10-146-44/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-142-9/+67
|\ \ \ \ | | |/ / | |/| |
| * | | ipv6: ioam: move the check for undefined bitsJustin Iurman2021-10-122-9/+67
| | |/ | |/|
* | | ip: use dev_addr_set() in tunnelsJakub Kicinski2021-10-134-6/+6
* | | ipv6: constify dev_addr passingJakub Kicinski2021-10-132-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-074-19/+13
|\| | | |/ |/|
| * net: prefer socket bound to interface when not in VRFMike Manning2021-10-072-2/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-022-17/+10
| |\
| | * netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal2021-09-282-17/+10
* | | net: ipv6: fix use after free of struct seg6_pernet_dataMichelleJin2021-10-041-1/+1
* | | ipv6: ioam: Add support for the ip6ip6 encapsulationJustin Iurman2021-10-042-54/+213
* | | ipv6: ioam: Prerequisite patch for ioam6_iptunnelJustin Iurman2021-10-041-35/+20
* | | ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman2021-10-042-6/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-303-3/+5
|\| |
| * | net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-09-281-1/+1
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-241-0/+1
| |\
| | * netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden2021-09-151-0/+1
| * | net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-09-241-2/+3
* | | net: ipv6: use ipv6-y directly instead of ipv6-objsMasahiro Yamada2021-09-281-4/+2
* | | net: ipv6: squash $(ipv6-offload) in MakefileMasahiro Yamada2021-09-281-3/+2
* | | net: ipv6: check return value of rhashtable_initMichelleJin2021-09-283-6/+12
* | | tcp: remove sk_{tr}x_skb_cacheEric Dumazet2021-09-231-6/+0
|/ /
* / ipv6: delay fib6_sernum increase in fib6_addzhang kai2021-09-131-2/+1
|/
* ip6_gre: Revert "ip6_gre: add validation for csum_start"Willem de Bruijn2021-09-061-2/+0
* ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL addressAntonio Quartulli2021-09-051-10/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-031-3/+1
|\
| * netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans2021-09-031-3/+1
* | seg6_iptunnel: Remove redundant initialization of variable errColin Ian King2021-09-031-1/+1