dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/x25
Eric W. Biederman e730c15519 [NET]: Make packet reception network namespace safe
This patch modifies every packet receive function
registered with dev_add_pack() to drop packets if they
are not from the initial network namespace.

This should ensure that the various network stacks do
not receive packets in a anything but the initial network
namespace until the code has been converted and is ready
for them.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-10 16:49:08 -07:00
..
Kconfig [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
Makefile [X.25]: Add call forwarding 2007-02-08 13:34:02 -08:00
af_x25.c [NET]: Make socket creation namespace safe. 2007-10-10 16:49:07 -07:00
sysctl_net_x25.c [PATCH] sysctl: remove insert_at_head from register_sysctl 2007-02-14 08:09:59 -08:00
x25_dev.c [NET]: Make packet reception network namespace safe 2007-10-10 16:49:08 -07:00
x25_facilities.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_forward.c [X25] x25_forward_call(): fix NULL dereferences 2007-03-20 00:09:46 -07:00
x25_in.c [SK_BUFF]: Some more conversions to skb_copy_from_linear_data 2007-04-25 22:28:30 -07:00
x25_link.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_out.c [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} 2007-04-25 22:28:29 -07:00
x25_proc.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
x25_route.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_subr.c [X25]: allow ITU-T DTE facilities for x25 2006-03-22 00:01:31 -08:00
x25_timer.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00