summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-081-7/+7
| * | netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-081-1/+0
| * | netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2018-01-081-2/+1
| * | netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso2018-01-083-3/+6
| * | netfilter: core: only allow one nat hook per hook pointFlorian Westphal2018-01-081-0/+4
| * | netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-081-14/+12
| * | netfilter: conntrack: timeouts can be constFlorian Westphal2018-01-081-1/+1
| * | netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal2018-01-081-1/+1
| * | netfilter: conntrack: constify list of builtin trackersFlorian Westphal2018-01-081-1/+1
* | | net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern2018-01-082-4/+2
|/ /
* | ipv6: Flush multipath routes when all siblings are deadIdo Schimmel2018-01-071-8/+75
* | ipv6: Take table lock outside of sernum update functionIdo Schimmel2018-01-072-4/+3
* | ipv6: Export sernum update functionIdo Schimmel2018-01-071-3/+8
* | ipv6: Teach tree walker to skip multipath routesIdo Schimmel2018-01-071-2/+9
* | ipv6: Report dead flag during route dumpIdo Schimmel2018-01-071-0/+3
* | ipv6: Ignore dead routes during lookupIdo Schimmel2018-01-071-4/+14
* | ipv6: Check nexthop flags in route dump instead of carrierIdo Schimmel2018-01-071-1/+1
* | ipv6: Check nexthop flags during route lookup instead of carrierIdo Schimmel2018-01-071-4/+3
* | ipv6: Set nexthop flags during route creationIdo Schimmel2018-01-071-0/+3
* | ipv6: Set nexthop flags upon carrier changeIdo Schimmel2018-01-072-6/+19
* | ipv6: Prepare to handle multiple netdev eventsIdo Schimmel2018-01-072-18/+23
* | ipv6: Clear nexthop flags upon netdev upIdo Schimmel2018-01-072-0/+32
* | ipv6: Mark dead nexthops with appropriate flagsIdo Schimmel2018-01-071-1/+3
* | ipv6: Remove redundant route flushing during namespace dismantleIdo Schimmel2018-01-072-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-292-26/+40
|\ \ | |/
OpenPOWER on IntegriCloud