linux/net/core
Patrick McHardy 61ee6bd487 [NET]: Fix multicast device ioctl checks
SIOCADDMULTI/SIOCDELMULTI check whether the driver has a set_multicast_list
method to determine whether it supports multicast. Drivers implementing
secondary unicast support use set_rx_mode however.

Check for both dev->set_multicast_mode and dev->set_rx_mode to determine
multicast capabilities.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-03-26 02:12:11 -07:00
..
Makefile
datagram.c
dev.c [NET]: Fix multicast device ioctl checks 2008-03-26 02:12:11 -07:00
dev_mcast.c
dst.c
ethtool.c
fib_rules.c
filter.c
flow.c [IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGN 2008-02-07 23:30:42 -08:00
gen_estimator.c
gen_stats.c
iovec.c
kmap_skb.h
link_watch.c
neighbour.c [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3). 2008-03-24 14:48:59 -07:00
net-sysfs.c
net-sysfs.h
net_namespace.c
netevent.c
netpoll.c netpoll: zap_completion_queue: adjust skb->users counter 2008-03-20 16:07:27 -07:00
pktgen.c [PKTGEN]: Use proc_create() to setup ->proc_fops first 2008-02-28 14:11:49 -08:00
request_sock.c
rtnetlink.c [RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINK 2008-02-23 19:54:36 -08:00
scm.c
skbuff.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 2008-02-15 07:33:07 -08:00
sock.c remove final fastcall users 2008-02-13 16:21:18 -08:00
stream.c
sysctl_net_core.c
user_dma.c
utils.c