summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-233-0/+9
|\
| * gso: validate gso_type in GSO handlersWillem de Bruijn2018-01-223-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-219-58/+216
|\ \
| * | netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-1/+0
| * | netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann2018-01-161-1/+1
| * | netfilter: nf_defrag: mark xt_table structures 'const' againArnd Bergmann2018-01-161-5/+19
| * | netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan2018-01-161-5/+10
| * | netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan2018-01-112-1/+15
| * | netfilter: improve flow table Kconfig dependenciesArnd Bergmann2018-01-101-1/+2
| * | netfilter: add IPv6 segment routing header 'srh' matchAhmed Abdelsalam2018-01-103-0/+171
| * | netfilter: remove duplicated includeWei Yongjun2018-01-101-1/+0
| * | netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-101-22/+2
| * | netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-101-32/+8
| * | netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-101-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-192-9/+15
|\ \ \ | | |/ | |/|
| * | ipv6: don't let tb6_root node share routes with other nodeWei Wang2018-01-181-2/+8
| * | ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev2018-01-181-7/+7
* | | ipv6: mcast: remove dead codeEric Dumazet2018-01-191-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-173-5/+8
|\ \ \ | |/ /
| * | ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet2018-01-151-0/+1
| * | ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney2018-01-151-2/+4
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-122-3/+3
| |\ \
| | * | esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert2018-01-091-1/+2
| | * | xfrm: Return error on unknown encap_type in init_stateHerbert Xu2018-01-081-2/+1
* | | | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-1611-16/+0
* | | | ipv6: Fix build with gcc-4.4.5Ido Schimmel2018-01-151-2/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-113-11/+41
|\ \ \ \ | |/ / /
| * | | ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux2018-01-101-0/+9
| * | | ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet2018-01-101-2/+3
| * | | ipv6: remove null_entry before adding default routeWei Wang2018-01-091-9/+29
* | | | ipv6: Add support for non-equal-cost multipathIdo Schimmel2018-01-101-4/+7
* | | | ipv6: Use hash-threshold instead of modulo-NIdo Schimmel2018-01-101-23/+13
* | | | ipv6: Use a 31-bit multipath hashIdo Schimmel2018-01-101-2/+2
* | | | ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel2018-01-102-6/+98
| |_|/ |/| |
* | | ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_tableColin Ian King2018-01-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-092-22/+28
|\ \ \ | |/ /
| * | ipv6: fix general protection fault in fib6_add()Wei Wang2018-01-041-15/+20
| * | ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long2018-01-021-3/+3
| * | ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper2018-01-021-4/+5
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-0815-111/+335
|\ \
| * | netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso2018-01-081-1/+2
| * | netfilter: flow table support for IPv6Pablo Neira Ayuso2018-01-084-1/+290
| * | netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso2018-01-084-36/+1
| * | netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso2018-01-081-6/+1
| * | netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso2018-01-081-1/+0
| * | netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-3/+3
| * | netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-082-8/+6
| * | netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso2018-01-081-26/+0
| * | netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-5/+5
| * | netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-2/+2
OpenPOWER on IntegriCloud