linux/net/llc
Arnaldo Carvalho de Melo 1d67e6501b [LLC]: Make llc_frame_alloc take a net_device as an argument
So as to set the newly created sk_buff ->dev member with it, that way we stop
using dev_base->next, that is the wrong thing to do, as there may well be
several interfaces being used with LLC. This was not such a big problem after
all as most of the users of llc_alloc_frame were setting the correct dev, but
this way code is reduced.

This also fixes another bug in llc_station_ac_send_null_dsap_xid_c, that was
not setting the skb->dev field.

Signed-off-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2005-09-22 03:27:56 -03:00
..
af_llc.c [TCP]: Move the tcp sock states to net/tcp_states.h 2005-08-29 15:41:54 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_c_ac.c [LLC]: Make llc_frame_alloc take a net_device as an argument 2005-09-22 03:27:56 -03:00
llc_c_ev.c [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() 2005-07-08 14:57:23 -07:00
llc_c_st.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_conn.c [TCP]: Move the tcp sock states to net/tcp_states.h 2005-08-29 15:41:54 -07:00
llc_core.c [NET]: Kill skb->real_dev 2005-08-29 15:32:25 -07:00
llc_if.c [TCP]: Move the tcp sock states to net/tcp_states.h 2005-08-29 15:41:54 -07:00
llc_input.c [NET]: Kill skb->real_dev 2005-08-29 15:32:25 -07:00
llc_output.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_output.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_pdu.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_proc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_s_ac.c [LLC]: Make llc_frame_alloc take a net_device as an argument 2005-09-22 03:27:56 -03:00
llc_s_ev.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_s_st.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_sap.c [LLC]: Make llc_frame_alloc take a net_device as an argument 2005-09-22 03:27:56 -03:00
llc_station.c [LLC]: Make llc_frame_alloc take a net_device as an argument 2005-09-22 03:27:56 -03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00