summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-1/+1
|\
| * vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-071-1/+1
* | net: use indirect calls helpers at early demux stagePaolo Abeni2019-05-053-3/+6
* | net: use indirect calls helpers for L3 handler hooksPaolo Abeni2019-05-053-3/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-025-48/+62
|\|
| * ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-011-20/+18
| * ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-04-302-10/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-302-4/+10
| |\
| | * xfrm: clean up xfrm protocol checksCong Wang2019-03-261-1/+1
| | * xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-03-151-0/+4
| | * xfrm: Reset secpath in xfrm failureMyungho Jung2019-03-081-3/+5
| * | ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-04-291-6/+12
| * | vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen...Stephen Suryaputra2019-04-291-6/+17
| * | ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-04-291-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-3011-675/+63
|\ \ \
| * | | xfrm: remove unneeded export_symbolsFlorian Westphal2019-04-231-2/+1
| * | | xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal2019-04-231-106/+0
| * | | xfrm: remove init_path indirection from afinfo_policyFlorian Westphal2019-04-231-14/+0
| * | | xfrm: remove tos indirection from afinfo_policyFlorian Westphal2019-04-231-6/+0
| * | | xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-083-3/+3
| * | | xfrm: make xfrm modes builtinFlorian Westphal2019-04-087-218/+2
| * | | xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal2019-04-081-2/+19
| * | | xfrm: remove output2 indirection from xfrm_modeFlorian Westphal2019-04-082-94/+0
| * | | xfrm: remove input2 indirection from xfrm_modeFlorian Westphal2019-04-082-73/+0
| * | | xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal2019-04-083-26/+39
| * | | xfrm: remove xmit indirection from xfrm_modeFlorian Westphal2019-04-082-26/+0
| * | | xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-085-71/+0
| * | | xfrm: remove input indirection from xfrm_modeFlorian Westphal2019-04-083-27/+0
| * | | xfrm: prefer family stored in xfrm_mode structFlorian Westphal2019-04-081-1/+1
| * | | xfrm: place af number into xfrm_mode structFlorian Westphal2019-04-084-20/+12
* | | | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-272-0/+8
* | | | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-276-36/+40
* | | | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-273-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"Colin Ian King2019-04-181-1/+1
* | | | ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern2019-04-231-4/+11
* | | | ipv6: fib6_rule_action_alt needs to return -EAGAINDavid Ahern2019-04-231-1/+3
* | | | net: Change nhc_flags to unsigned charDavid Ahern2019-04-231-4/+8
* | | | ipv6: convert fib6_ref to refcount_tEric Dumazet2019-04-232-4/+4
* | | | ipv6: broadly use fib6_info_hold() helperEric Dumazet2019-04-231-8/+8
* | | | ipv6: fib6_info_destroy_rcu() cleanupEric Dumazet2019-04-231-4/+1
* | | | net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-221-1/+1
* | | | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-192-6/+3
* | | | ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra2019-04-182-9/+31
* | | | net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern2019-04-171-0/+17
* | | | ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2019-04-171-24/+37
* | | | ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-174-38/+31
* | | | ipv6: Pass fib6_result to fib6_table_lookup tracepointDavid Ahern2019-04-171-3/+3
* | | | ipv6: Pass fib6_result to rt6_select and find_rr_leafDavid Ahern2019-04-171-39/+43
* | | | ipv6: Pass fib6_result to rt6_device_matchDavid Ahern2019-04-171-19/+30