Re: [PATCH net-next 2/2] packet: support per-packet fwmark for af_packet sendmsg

2015-10-12 Thread David Miller
From: Edward Hyunkoo Jee Date: Thu, 8 Oct 2015 14:56:49 -0700 > Signed-off-by: Edward Hyunkoo Jee > Signed-off-by: Eric Dumazet Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vg

[PATCH net-next 2/2] packet: support per-packet fwmark for af_packet sendmsg

2015-10-08 Thread Edward Hyunkoo Jee
Signed-off-by: Edward Hyunkoo Jee Signed-off-by: Eric Dumazet Cc: Willem de Bruijn --- net/packet/af_packet.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index 81c900f..9d8c7fa 100644 --- a/net/packet/af_packet.c