summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2022-01-02ipv6: ioam: Support for Queue depth data fieldJustin Iurman1-1/+15
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-0/+3
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+6
2021-12-29ipv6: raw: check passed optlen before readingTamir Duberstein1-0/+3
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski2-0/+2
2021-12-27ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao1-0/+2
2021-12-24udp: using datalen to cap ipv6 udp max gso segmentsCoco Li1-1/+1
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+9
2021-12-21inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2-6/+9
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2021-12-17add missing bpf-cgroup.h includesJakub Kicinski1-0/+1
2021-12-16sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet1-1/+0
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal2-10/+0
2021-12-15ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet1-1/+1
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2021-12-09xfrm: use net device refcount tracker helpersEric Dumazet1-2/+2
2021-12-09seg6: fix the iif in the IPv6 socket control blockAndrea Mayer1-0/+8
2021-12-08inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet1-0/+2
2021-12-07ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet1-1/+2
2021-12-07ipv6: add net device refcount tracker to struct inet6_devEric Dumazet2-3/+3
2021-12-07ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet3-8/+8
2021-12-07sit: add net device refcount tracking to ip_tunnelEric Dumazet1-2/+2
2021-12-07ipv6: add net device refcount tracker to rt6_probe_deferred()Eric Dumazet1-2/+3
2021-12-07net: dst: add net device refcount tracking to dst_entryEric Dumazet1-2/+3
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+5
2021-12-02gro: Fix inconsistent indentingJiapeng Chong1-3/+3
2021-11-30net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov1-18/+2
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen11-2/+2
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+21
2021-11-25net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()Maciej Żenczykowski1-1/+4
2021-11-25net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECNMaciej Żenczykowski1-0/+4
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet1-6/+2
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet2-7/+1
2021-11-22net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2-0/+20
2021-11-22ipv6: fix typos in __ip6_finish_output()Eric Dumazet1-1/+1
2021-11-19ipv6: Use memset_after() to zero rt6_infoKees Cook1-3/+1
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-11-18ipv6: ah6: use swap() to make code cleanerYao Jing1-4/+1
2021-11-18ipv6: check return value of ipv6_skip_exthdrJordy Zomer1-0/+6
2021-11-18ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti1-5/+2
2021-11-17net: align static siphash keysEric Dumazet2-2/+2
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet1-4/+4
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet3-0/+3
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet1-0/+1
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet1-2/+3
2021-11-16net: remove sk_route_nocapsEric Dumazet1-1/+1
2021-11-16tcp: small optimization in tcp_v6_send_check()Eric Dumazet1-3/+1
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-8/+8
2021-11-14ipv6: Remove duplicate statementsluo penghao1-1/+0
2021-11-11bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2-8/+8