summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ipv6: change return type from int to void for mld_process_v2Jiwon Kim2021-09-021-6/+4
* | ipv6: seg6: remove duplicated includeLv Ruyi2021-08-311-1/+0
* | ipv6: remove duplicated 'net/lwtunnel.h' includeLv Ruyi2021-08-311-1/+0
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-302-4/+4
|\ \
| * | bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-232-4/+4
* | | ipv6: make exception cache less predictibleEric Dumazet2021-08-301-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-302-36/+150
|\ \ \
| * | | netfilter: add netfilter hooks to SRv6 data planeRyoga Saito2021-08-302-36/+150
| |/ /
* | | ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue2021-08-272-6/+21
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-263-7/+17
|\ \ \ | |/ / |/| |
| * | ipv6: use siphash in rt6_exception_hash()Eric Dumazet2021-08-261-6/+14
| * | ipv6: correct comments about fib6_node sernumzhang kai2021-08-241-1/+1
| * | ip6_gre: add validation for csum_startShreyansh Chouhan2021-08-221-0/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-115-51/+56
|\ \
| * | netfilter: x_tables: never register tables by defaultFlorian Westphal2021-08-095-51/+56
* | | net: Remove redundant if statementsYajun Deng2021-08-053-8/+4
* | | net/ipv6/mcast: Use struct_size() helperGustavo A. R. Silva2021-08-051-7/+13
* | | net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva2021-08-051-9/+9
* | | ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()Eric Dumazet2021-08-041-59/+46
* | | net: add extack arg for link opsRocco Yue2021-08-041-2/+3
* | | ipv6: use skb_expand_head in ip6_xmitVasily Averin2021-08-031-16/+11
* | | ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin2021-08-031-35/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-2/+3
|\ \ \ | |/ / |/| / | |/