summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJulian Anastasov <ja@ssi.bg>2017-02-06 23:14:12 +0200
committerDavid S. Miller <davem@davemloft.net>2017-02-07 13:07:46 -0500
commit4ff0620354f2b39b9fe2a91c22c4de9d1fba0c8e (patch)
tree1d29569c1059553f11c2da53df68f3698df92906 /tools/perf/scripts/python
parent9b8805a325591cf5b6b9df71200de25a2bd721fd (diff)
downloadkernel-4ff0620354f2b39b9fe2a91c22c4de9d1fba0c8e.tar.gz
net: add dst_pending_confirm flag to skbuff
Add new skbuff flag to allow protocols to confirm neighbour. When same struct dst_entry can be used for many different neighbours we can not use it for pending confirmations. Add sock_confirm_neigh() helper to confirm the neighbour and use it for IPv4, IPv6 and VRF before dst_neigh_output. Signed-off-by: Julian Anastasov <ja@ssi.bg> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
istro/kernel/commit/kernel/cpuset.c?id=d8c76e6f45c111c32a4b3e50a2adc9210737b0d8'>[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen 2006-09-29[PATCH] cpuset: fix obscure attach_task vs exiting racePaul Jackson 2006-09-29[PATCH] cpuset: hotunplug cpus and mems in all cpusetsPaul Jackson 2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson 2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu 2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o 2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter 2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter 2006-08-27[PATCH] cpuset: oom panic fixNick Piggin 2006-08-27[PATCH] cpuset: top_cpuset tracks hotplug changes to cpu_online_mapPaul Jackson 2006-07-23[PATCH] Cpuset: fix ABBA deadlock with cpu hotplug lockPaul Jackson 2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel 2006-06-30typo fixes: occuring -> occurringAdrian Bunk 2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman 2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman 2006-06-23[PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)David Quigley 2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells 2006-05-21[PATCH] cpuset: might_sleep_if check in cpuset_zones_allowedPaul Jackson 2006-05-21[PATCH] cpuset: update cpuset_zones_allowed commentPaul Jackson 2006-03-31[PATCH] cpuset: memory migration interaction fixPaul Jackson 2006-03-31[PATCH] cpuset: unsafe mm reference fixPaul Jackson 2006-03-31[PATCH] cpuset: task_lock comment fixPaul Jackson