[PATCH] Documentation: Mention chunk format for irq affinity

2015-07-22 Thread Sebastian Poehn
It may not be obvious for everyone that bitmasks in proc require 32bit chunking Signed-off-by: Sebastian Poehn --- Documentation/IRQ-affinity.txt | 5 + 1 file changed, 5 insertions(+) diff --git a/Documentation/IRQ-affinity.txt b/Documentation/IRQ-affinity.txt index 01a6751..d873dab

[PATCH v2] ip_forward: Drop frames with attached skb->sk

2015-04-20 Thread Sebastian Poehn
As a result frame enters forwarding path instead of input. We cannot solve this in TPROXY as it cannot know that policy routing is broken. v2: Remove useless comment Signed-off-by: Sebastian Poehn --- diff --git a/net/ipv4/ip_forward.c b/net/ipv4/ip_forward.c index 939992c..3674484 100644 ---