android_kernel_xiaomi_sm8350/net/llc
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
..
af_llc.c [NET]: Make socket creation namespace safe. 2007-10-10 16:49:07 -07:00
Kconfig
llc_c_ac.c
llc_c_ev.c
llc_c_st.c
llc_conn.c [NET]: Make socket creation namespace safe. 2007-10-10 16:49:07 -07:00
llc_core.c
llc_if.c
llc_input.c [NET]: Make packet reception network namespace safe 2007-10-10 16:49:08 -07:00
llc_output.c
llc_pdu.c
llc_proc.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
llc_s_ac.c
llc_s_ev.c
llc_s_st.c
llc_sap.c
llc_station.c
Makefile
sysctl_net_llc.c