aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/export-to-postgresql-record
diff options
context:
space:
mode:
authorMahesh Bandewar <maheshb@google.com>2016-09-16 12:59:19 -0700
committerDavid S. Miller <davem@davemloft.net>2016-09-19 01:25:22 -0400
commit4fbae7d83c98c30efcf0a2a2ac55fbb75ef5a1a5 (patch)
tree3ea819d38ad4fbbae8d4db166f58451c2a78ee20 /tools/perf/scripts/python/bin/export-to-postgresql-record
parentnet: Add _nf_(un)register_hooks symbols (diff)
downloadlinux-4fbae7d83c98c30efcf0a2a2ac55fbb75ef5a1a5.tar.gz
linux-4fbae7d83c98c30efcf0a2a2ac55fbb75ef5a1a5.zip
ipvlan: Introduce l3s mode
In a typical IPvlan L3 setup where master is in default-ns and each slave is into different (slave) ns. In this setup egress packet processing for traffic originating from slave-ns will hit all NF_HOOKs in slave-ns as well as default-ns. However same is not true for ingress processing. All these NF_HOOKs are hit only in the slave-ns skipping them in the default-ns. IPvlan in L3 mode is restrictive and if admins want to deploy iptables rules in default-ns, this asymmetric data path makes it impossible to do so. This patch makes use of the l3_rcv() (added as part of l3mdev enhancements) to perform input route lookup on RX packets without changing the skb->dev and then uses nf_hook at NF_INET_LOCAL_IN to change the skb->dev just before handing over skb to L4. Signed-off-by: Mahesh Bandewar <maheshb@google.com> CC: David Ahern <dsa@cumulusnetworks.com> Reviewed-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-record')
0 files changed, 0 insertions, 0 deletions
ons'>+1 2011-04-15net/9p: nwname should be an unsigned intHarsh Prateek Bora3-8/+8 2011-04-159p: Fix sparse errorAneesh Kumar K.V3-6/+14 2011-04-15fs/9p: Fix error reported by coccicheckAneesh Kumar K.V1-1/+1 2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V6-62/+11 2011-04-15fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V1-0/+47 2011-04-15fs/9p: Fix revalidate to return correct valueAneesh Kumar K.V1-1/+3 2011-04-15x86, NUMA: Fix fakenuma boot failureKOSAKI Motohiro1-0/+23 2011-04-15futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setupDarren Hart1-1/+1 2011-04-15vfs: fix incorrect dentry_update_name_case() BUG_ON() testLinus Torvalds1-1/+1 2011-04-15block: only force kblockd unplugging from the schedule() pathJens Axboe2-8/+9 2011-04-15block: cleanup the block plug helper functionsChristoph Hellwig2-21/+9 2011-04-14mm/thp: use conventional format for boolean attributesBen Hutchings1-10/+14 2011-04-14ramfs: fix memleak on no-mmu archBob Liu1-0/+1 2011-04-14um: disable CONFIG_CMPXCHG_LOCALRichard Weinberger1-0/+4