summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-221-0/+2
|\
| * ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-05-211-0/+2
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2119-98/+19Star
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-217-94/+7Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2019-05-211-4/+1Star
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-215-0/+5
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-213-0/+3
* | net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-191-1/+1
* | ipv6: fix src addr routing with the exception tableWei Wang2019-05-161-24/+27
* | ipv6: prevent possible fib6 leaksEric Dumazet2019-05-162-3/+16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-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-035-48/+62
|\|
| * ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-011-20/+18Star
| * ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-05-012-10/+3Star
| * 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-301-6/+12
| * | vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen...Stephen Suryaputra2019-04-301-6/+17
| * | ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-04-301-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-3011-675/+63Star
|\ \ \
| * | | xfrm: remove unneeded export_symbolsFlorian Westphal2019-04-231-2/+1Star
| * | | xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal2019-04-231-106/+0Star
| * | | xfrm: remove init_path indirection from afinfo_policyFlorian Westphal2019-04-231-14/+0Star
| * | | xfrm: remove tos indirection from afinfo_policyFlorian Westphal2019-04-231-6/+0Star
| * | | xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-083-3/+3
| * | | xfrm: make xfrm modes builtinFlorian Westphal2019-04-087-218/+2Star
| * | | xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal2019-04-081-2/+19
| * | | xfrm: remove output2 indirection from xfrm_modeFlorian Westphal2019-04-082-94/+0Star
| * | | xfrm: remove input2 indirection from xfrm_modeFlorian Westphal2019-04-082-73/+0Star
| * | | xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal2019-04-083-26/+39
| * | | xfrm: remove xmit indirection from xfrm_modeFlorian Westphal2019-04-082-26/+0Star
| * | | xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-085-71/+0Star
| * | | xfrm: remove input indirection from xfrm_modeFlorian Westphal2019-04-083-27/+0Star
| * | | 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/+12Star
* | | | 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-261-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-241-4/+11
* | | | ipv6: fib6_rule_action_alt needs to return -EAGAINDavid Ahern2019-04-241-1/+3
* | | | net: Change nhc_flags to unsigned charDavid Ahern2019-04-241-4/+8
* | | | ipv6: convert fib6_ref to refcount_tEric Dumazet2019-04-242-4/+4