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/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
..
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [LLC]: Add sysctl support for the LLC timeouts 2005-09-22 04:30:44 -03:00
af_llc.c [LLX]: SOCK_DGRAM interface fixes 2006-08-04 22:59:50 -07:00
llc_c_ac.c [LLC]: llc_mac_hdr_init const arguments 2006-03-20 22:59:36 -08:00
llc_c_ev.c [LLC]: Remove unused functions from llc_c_ev.c 2005-09-22 04:19:52 -03:00
llc_c_st.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_conn.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 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]: 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
sysctl_net_llc.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00