summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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: 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
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-273-73/+48
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | esp: Don't require synchronous crypto fallback on offloading anymore.Steffen Klassert2017-12-201-10/+2
| | * | | | | | | | | | net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-3/+21
| | * | | | | | | | | | xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert2017-12-202-60/+25
| * | | | | | | | | | | net: erspan: remove md NULL checkWilliam Tu2017-12-261-4/+0