aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-13ipv6: delay fib6_sernum increase in fib6_addzhang kai1-2/+1
2021-09-06ip6_gre: Revert "ip6_gre: add validation for csum_start"Willem de Bruijn1-2/+0
2021-09-05ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL addressAntonio Quartulli1-10/+18
2021-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-3/+1
2021-09-03netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans1-3/+1
2021-09-03seg6_iptunnel: Remove redundant initialization of variable errColin Ian King1-1/+1
2021-09-02ipv6: change return type from int to void for mld_process_v2Jiwon Kim1-6/+4
2021-08-31ipv6: seg6: remove duplicated includeLv Ruyi1-1/+0
2021-08-31ipv6: remove duplicated 'net/lwtunnel.h' includeLv Ruyi1-1/+0
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-4/+4
2021-08-30ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-36/+150
2021-08-30netfilter: add netfilter hooks to SRv6 data planeRyoga Saito2-36/+150
2021-08-27ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue2-6/+21
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+17
2021-08-26ipv6: use siphash in rt6_exception_hash()Eric Dumazet1-6/+14
2021-08-24ipv6: correct comments about fib6_node sernumzhang kai1-1/+1
2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2-4/+4
2021-08-22ip6_gre: add validation for csum_startShreyansh Chouhan1-0/+2
2021-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-51/+56
2021-08-09netfilter: x_tables: never register tables by defaultFlorian Westphal5-51/+56
2021-08-05net: Remove redundant if statementsYajun Deng3-8/+4
2021-08-05net/ipv6/mcast: Use struct_size() helperGustavo A. R. Silva1-7/+13
2021-08-05net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva1-9/+9
2021-08-04ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()Eric Dumazet1-59/+46
2021-08-04net: add extack arg for link opsRocco Yue1-2/+3
2021-08-03ipv6: use skb_expand_head in ip6_xmitVasily Averin1-16/+11
2021-08-03ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin1-35/+16
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann4-45/+49
2021-07-23ipv6: decrease hop limit counter in ip6_forward()Kangmin Park1-2/+3
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-8/+21
2021-07-22ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts1-2/+1
2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko1-6/+19
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko2-20/+2
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman4-12/+318
2021-07-21ipv6: ioam: IOAM Generic Netlink APIJustin Iurman1-2/+559
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman6-1/+461
2021-07-20ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni1-1/+1
2021-07-20memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin1-2/+3
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin3-4/+4
2021-07-20ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin1-1/+1
2021-07-15ipv6: remove unnecessary local variableRocco Yue1-4/+2
2021-07-12ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin1-0/+28
2021-07-09net: send SYNACK packet with accepted fwmarkAlexander Ovechkin1-1/+1
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet1-2/+17
2021-07-06ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel1-1/+3
2021-07-02tcp: annotate data races around tp->mtu_infoEric Dumazet1-2/+2
2021-07-02net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko1-1/+1
2021-07-01udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet1-1/+1