Archived
14
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/llc
Stephen Hemminger 7ee66fcb94 [LLC]: multicast receive device match
Fix from Aji_Srinivas@emc.com, STP packets are incorrectly received on
all LLC datagram sockets, whichever interface they are bound to.  The
llc_sap datagram receive logic sends packets with a unicast
destination MAC to one socket bound to that SAP and MAC, and multicast
packets to all sockets bound to that SAP. STP packets are multicast,
and we do need to know on which interface they were received.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-08-13 18:56:26 -07:00
..
af_llc.c [LLX]: SOCK_DGRAM interface fixes 2006-08-04 22:59:50 -07: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 [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 2006-07-21 14:51:30 -07:00
llc_if.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
llc_input.c [LLC]: Fix double receive of SKB. 2006-06-17 21:29:19 -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 Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
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]: multicast receive device match 2006-08-13 18:56:26 -07:00
llc_station.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
Makefile
sysctl_net_llc.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00