Commit Graph

116 Commits (0a1b089738cf2165ee8678e2483fce3c40389d4a)

Author SHA1 Message Date
Veaceslav Falico 24cf3af3fe igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list 14 years ago
Lai Jiangshan 10d50e748d net,rcu: convert call_rcu(ip_mc_socklist_reclaim) to kfree_rcu() 14 years ago
Lai Jiangshan 7519cce48f net,rcu: convert call_rcu(ip_sf_socklist_reclaim) to kfree_rcu() 14 years ago
Lai Jiangshan 42ea299d3f net,rcu: convert call_rcu(ip_mc_list_reclaim) to kfree_rcu() 14 years ago
David S. Miller 492f64ce12 ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report() 14 years ago
David S. Miller 31e4543db2 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). 14 years ago
David S. Miller 2e97e980b5 ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report(). 14 years ago
David S. Miller 78fbfd8a65 ipv4: Create and use route lookup helpers. 14 years ago
David S. Miller dbdd9a52e3 ipv4: Remove redundant RCU locking in ip_check_mc(). 14 years ago
David S. Miller b23dd4fe42 ipv4: Make output route lookup return rtable directly. 14 years ago
Eric Dumazet 57e1ab6ead igmp: refine skb allocations 14 years ago
Eric Dumazet 866f3b25a2 bonding: IGMP handling cleanup 14 years ago
Changli Gao 5811662b15 net: use the macros defined for the members of flowi 14 years ago
David S. Miller d9aa93804e ipv4: Fix build with multicast disabled. 14 years ago
Eric Dumazet 1d7138de87 igmp: RCU conversion of in_dev->mc_list 14 years ago
David S. Miller c753796769 ipv4: Make rt->fl.iif tests lest obscure. 14 years ago
Eric Dumazet 18943d292f inet: fix ip_mc_drop_socket() 14 years ago
Eric Dumazet 8723e1b4ad inet: RCU changes in inetdev_by_index() 15 years ago
Eric Dumazet 9e917dca74 net: avoid a dev refcount in ip_mc_find_dev() 15 years ago
Flavio Leitner e12b453904 bonding: fix to rejoin multicast groups immediately 15 years ago
David Stevens 5b7c840667 ipv4: correct IGMP behavior on v3 query during v2-compatibility mode 15 years ago
Bob Arendt 7998156344 ipv4: force_igmp_version ignored when a IGMPv3 query received 15 years ago
Eric Dumazet 4bc2f18ba4 net/ipv4: EXPORT_SYMBOL cleanups 15 years ago
Changli Gao d8d1f30b95 net-next: remove useless union keyword 15 years ago
Eric Dumazet 9a57a9d291 igmp: avoid two atomic ops in igmp_rcv() 15 years ago
Joe Perches 3ed37a6fa7 net/ipv4/igmp.c: Remove unnecessary kmalloc casts 15 years ago
Jiri Pirko 22bedad3ce net: convert multicast list to list_head 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Herbert Xu c6b471e645 inet: Remove bogus IGMPv3 report handling 15 years ago
Flavio Leitner c85bb41e93 igmp: fix ip_mc_sf_allow race [v5] 15 years ago
Alexey Dobriyan 2c8c1e7297 net: spread __net_init, __net_exit 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Eric Dumazet 6baff15037 igmp: Use next_net_device_rcu() 15 years ago
stephen hemminger 61fbab77a8 IPV4: use rcu to walk list of devices in IGMP 15 years ago
Moni Shoua 75c78500dd bonding: remap muticast addresses without using dev_close() and dev_open() 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Eric Dumazet 511c3f92ad net: skb->rtable accessor 16 years ago
Nivedita Singhvi f771bef980 ipv4: New multicast-all socket option 16 years ago
Alexey Dobriyan 7091e728c5 netns: igmp: make /proc/net/{igmp,mcfilter} per netns 16 years ago
Jianjun Kong a7e9ff735b net: clean up net/ipv4/igmp.c 17 years ago
Alan Cox 113aa838ec net: Rationalise email address: Network Specific Parts 17 years ago
Rami Rosen b8bae41ed6 ipv4: add mc_count to in_device. 17 years ago
Daniel Lezcano 877acedc0d netns: Fix crash by making igmp per namespace 17 years ago
YOSHIFUJI Hideaki 721499e893 netns: Use net_eq() to compare net-namespaces for optimization. 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Johannes Berg f5184d267c net: Allow netdevices to specify needed head/tailroom 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Eric Dumazet ee6b967301 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts 17 years ago
Denis V. Lunev 2430aa85de [NETNS]: Disable multicaststing configuration inside non-initial namespace. 17 years ago