[PATCH net-next 03/24] rxrpc: Check the source of a packet to a client conn

2016-07-05 Thread David Howells
When looking up a client connection to which to route a packet, we need to check that the packet came from the correct source so that a peer can't try to muck around with another peer's connection. Signed-off-by: David Howells --- net/rxrpc/conn_object.c |4 +++- 1

[PATCH net-next 03/24] rxrpc: Check the source of a packet to a client conn

2016-07-05 Thread David Howells
When looking up a client connection to which to route a packet, we need to check that the packet came from the correct source so that a peer can't try to muck around with another peer's connection. Signed-off-by: David Howells --- net/rxrpc/conn_object.c |4 +++- 1 file changed, 3