summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-022-5/+5
|\
| * gro: Fix inconsistent indentingJiapeng Chong2021-12-021-3/+3
| * ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-291-2/+2
* | net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov2021-11-301-18/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-263-1/+21
|\|
| * net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-11-222-0/+20
| * ipv6: fix typos in __ip6_finish_output()Eric Dumazet2021-11-221-1/+1
* | net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()Maciej Żenczykowski2021-11-241-1/+4
* | net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECNMaciej Żenczykowski2021-11-241-0/+4
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet2021-11-241-6/+2
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet2021-11-242-7/+1
* | ipv6: Use memset_after() to zero rt6_infoKees Cook2021-11-191-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-0/+6
|\|
| * ipv6: check return value of ipv6_skip_exthdrJordy Zomer2021-11-181-0/+6
* | ipv6: ah6: use swap() to make code cleanerYao Jing2021-11-181-4/+1
* | ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-171-5/+2
* | net: align static siphash keysEric Dumazet2021-11-162-2/+2
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-4/+4
* | net: move gro definitions to include/net/gro.hEric Dumazet2021-11-163-0/+3
* | tcp: defer skb freeing after socket lock is releasedEric Dumazet2021-11-161-0/+1
* | tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet2021-11-161-2/+3
* | net: remove sk_route_nocapsEric Dumazet2021-11-161-1/+1
* | tcp: small optimization in tcp_v6_send_check()Eric Dumazet2021-11-161-3/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-152-8/+8
|\ \
| * | bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-102-8/+8
* | | ipv6: Remove duplicate statementsluo penghao2021-11-141-1/+0
| |/ |/|
* | 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
| | |/ | |/|