[PATCH net-next 1/2] sock: support per-packet fwmark

2015-10-08 Thread Edward Hyunkoo Jee
It's useful to allow users to set fwmark for an individual packet, without changing the socket state. The function this patch adds in sock layer can be used by the protocols that need such a feature. Signed-off-by: Edward Hyunkoo Jee Signed-off-by: Eric Dumazet Cc: Willem de Bruijn --- include

Re: [PATCH net-next 1/2] sock: support per-packet fwmark

2015-10-12 Thread David Miller
From: Edward Hyunkoo Jee Date: Thu, 8 Oct 2015 14:56:48 -0700 > It's useful to allow users to set fwmark for an individual packet, > without changing the socket state. The function this patch adds in > sock layer can be used by the protocols that need such a feature. > > Signed-off-by: Edward H