summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-1/+0
|\| | | | |
| * | | | | sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet2021-12-161-1/+0
* | | | | | fib: rules: remove duplicated nla policiesFlorian Westphal2021-12-162-10/+0
| |_|_|/ / |/| | | |
* | | | | ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet2021-12-141-1/+1
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-0/+8
|\| | |
| * | | seg6: fix the iif in the IPv6 socket control blockAndrea Mayer2021-12-091-0/+8
* | | | xfrm: use net device refcount tracker helpersEric Dumazet2021-12-091-2/+2
* | | | inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet2021-12-071-0/+2
* | | | ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet2021-12-061-1/+2
* | | | ipv6: add net device refcount tracker to struct inet6_devEric Dumazet2021-12-062-3/+3
* | | | ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet2021-12-063-8/+8
* | | | sit: add net device refcount tracking to ip_tunnelEric Dumazet2021-12-061-2/+2
* | | | ipv6: add net device refcount tracker to rt6_probe_deferred()Eric Dumazet2021-12-061-2/+3
* | | | net: dst: add net device refcount tracking to dst_entryEric Dumazet2021-12-061-2/+3
* | | | 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