aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan11-16/+0
2018-01-15ipv6: Fix build with gcc-4.4.5Ido Schimmel1-2/+6
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+41
2018-01-10ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux1-0/+9
2018-01-10ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet1-2/+3
2018-01-10ipv6: Add support for non-equal-cost multipathIdo Schimmel1-4/+7
2018-01-10ipv6: Use hash-threshold instead of modulo-NIdo Schimmel1-23/+13
2018-01-10ipv6: Use a 31-bit multipath hashIdo Schimmel1-2/+2
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel2-6/+98
2018-01-09ipv6: remove null_entry before adding default routeWei Wang1-9/+29
2018-01-09ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_tableColin Ian King1-1/+1
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-22/+28
2018-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller15-111/+335
2018-01-08net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern2-4/+2
2018-01-08netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso1-1/+2
2018-01-08netfilter: flow table support for IPv6Pablo Neira Ayuso4-1/+290
2018-01-08netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso4-36/+1
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso1-6/+1
2018-01-08netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso1-1/+0
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso1-3/+3
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2-8/+6
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso1-26/+0
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso1-5/+5
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso1-2/+2
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso1-7/+7
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso1-1/+0
2018-01-08netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso1-2/+1
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso3-3/+6
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal1-0/+4
2018-01-08netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal1-14/+12
2018-01-08netfilter: conntrack: timeouts can be constFlorian Westphal1-1/+1
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal1-1/+1
2018-01-08netfilter: conntrack: constify list of builtin trackersFlorian Westphal1-1/+1
2018-01-07ipv6: Flush multipath routes when all siblings are deadIdo Schimmel1-8/+75
2018-01-07ipv6: Take table lock outside of sernum update functionIdo Schimmel2-4/+3
2018-01-07ipv6: Export sernum update functionIdo Schimmel1-3/+8
2018-01-07ipv6: Teach tree walker to skip multipath routesIdo Schimmel1-2/+9
2018-01-07ipv6: Report dead flag during route dumpIdo Schimmel1-0/+3
2018-01-07ipv6: Ignore dead routes during lookupIdo Schimmel1-4/+14
2018-01-07ipv6: Check nexthop flags in route dump instead of carrierIdo Schimmel1-1/+1
2018-01-07ipv6: Check nexthop flags during route lookup instead of carrierIdo Schimmel1-4/+3
2018-01-07ipv6: Set nexthop flags during route creationIdo Schimmel1-0/+3
2018-01-07ipv6: Set nexthop flags upon carrier changeIdo Schimmel2-6/+19
2018-01-07ipv6: Prepare to handle multiple netdev eventsIdo Schimmel2-18/+23
2018-01-07ipv6: Clear nexthop flags upon netdev upIdo Schimmel2-0/+32
2018-01-07ipv6: Mark dead nexthops with appropriate flagsIdo Schimmel1-1/+3
2018-01-07ipv6: Remove redundant route flushing during namespace dismantleIdo Schimmel2-6/+3
2018-01-04ipv6: fix general protection fault in fib6_add()Wei Wang1-15/+20
2018-01-02ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long1-3/+3
2018-01-02ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper1-4/+5