alistair23-linux/net/llc
David S. Miller 5185db09f4 [LLC]: Use pskb_trim_rcsum() in llc_fixup_skb().
Kernel Bugzilla #6409

If we use plain skb_trim(), that's wrong, because if
the SKB is cloned, and it can be because we unshared
it in the caller, we have to allow reallocation.  The
pskb_trim*() family of routines is therefore the most
appropriate here.

Signed-off-by: David S. Miller <davem@davemloft.net>
2006-04-19 15:37:13 -07:00
..
af_llc.c [LLC]: Fix sap refcounting 2006-03-20 21:28:11 -08:00
Kconfig
llc_c_ac.c [LLC]: llc_mac_hdr_init const arguments 2006-03-20 22:59:36 -08:00
llc_c_ev.c
llc_c_st.c
llc_conn.c
llc_core.c [LLC]: Fix sap refcounting 2006-03-20 21:28:11 -08:00
llc_if.c
llc_input.c [LLC]: Use pskb_trim_rcsum() in llc_fixup_skb(). 2006-04-19 15:37:13 -07:00
llc_output.c [LLC]: llc_mac_hdr_init const arguments 2006-03-20 22:59:36 -08:00
llc_pdu.c
llc_proc.c
llc_s_ac.c [LLC]: llc_mac_hdr_init const arguments 2006-03-20 22:59:36 -08:00
llc_s_ev.c
llc_s_st.c
llc_sap.c
llc_station.c
Makefile
sysctl_net_llc.c