Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f7cf2a22a2896d3b3595b71d7936b6d7a3316b00
/
net
/
ipv4
/
igmp.c
feb91a0
ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs
by Daniel Borkmann
· 10 years ago
b47bd8d
ipv4: igmp: fix v3 general query drop monitor false positive
by Daniel Borkmann
· 10 years ago
a9fe8e2
ipv4: implement igmp_qrv sysctl to tune igmp robustness variable
by Hannes Frederic Sowa
· 10 years ago
e6b6888
net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer()
by Andreea-Cristina Bernat
· 10 years ago
179542a
igmp: remove exceptional & on function name
by Himangi Saraogi
· 10 years ago
52ad353
igmp: fix the problem when mc leave group
by dingtianhong
· 10 years ago
73f156a
inetpeer: get rid of ip_id_count
by Eric Dumazet
· 10 years ago
de08dc1
igmp: Call skb_checksum_simple_validate
by Tom Herbert
· 11 years ago
63862b5
net: replace macros net_random and net_srandom with direct calls to prandom
by Aruna-Hewapathirane
· 11 years ago
72c1d3b
ipv4: register igmp_notifier even when !CONFIG_PROC_FS
by WANG Cong
· 11 years ago
c71151f
ipv4: fix all space errors in file igmp.c
by Weilong Chen
· 11 years ago
e240165
ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put
by Salam Noureddine
· 11 years ago
703133d
ip: generate unique IP identificator if local fragmentation is allowed
by Ansis Atteka
· 11 years ago
2690048
net: igmp: Allow user-space configuration of igmp unsolicited report interval
by William Manley
· 11 years ago
cab7004
net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3
by William Manley
· 11 years ago
9d4a031
ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROL
by Hannes Frederic Sowa
· 11 years ago
4aa5dee
net: convert resend IGMP to notifier event
by Jiri Pirko
· 11 years ago
c70eba7
igmp: fix new sparse errors
by Eric Dumazet
· 11 years ago
946d3bd
igmp: remove unnecessary in_device member zeroing
by Shawn Bohrer
· 11 years ago
e989707
igmp: hash a hash table to speedup ip_check_mc_rcu()
by Eric Dumazet
· 11 years ago
f7c0c2a
ipv4: Correct comparisons and calculations using skb->tail and skb-transport_header
by Simon Horman
· 11 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
193ba92
igmp: export symbol ip_mc_leave_group
by stephen hemminger
· 12 years ago
d679c53
igmp: avoid drop_monitor false positives
by Eric Dumazet
· 12 years ago
a399a80
time: jiffies_delta_to_clock_t() helper to the rescue
by Eric Dumazet
· 12 years ago
5e73ea1
ipv4: fix checkpatch errors
by Daniel Baluta
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
ce713ee
net: replace continue with break to reduce unnecessary loop in xxx_xmarksources
by RongQing.Li
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
a8c1f65
igmp: Avoid zero delay when receiving odd mixture of IGMP queries
by Ben Hutchings
· 13 years ago
5eb81e89
ipv4 : igmp : Delete useless parameter in ip_mc_add1_src()
by Jun Zhao
· 13 years ago
6dec4ac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
685f94e6
ipv4 : igmp : fix error handle in ip_mc_add_src()
by Jun Zhao
· 13 years ago
6608824
ipv4: Remove all uses of LL_ALLOCATED_SPACE
by Herbert Xu
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
e05c4ad3
mcast: Fix source address selection for multicast listener report
by Yan, Zheng
· 13 years ago
b81693d
net: remove ndo_set_multicast_list callback
by Jiri Pirko
· 13 years ago
19fd617
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
a1889c0
net: adjust array index
by Julia Lawall
· 13 years ago
24cf3af
igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list
by Veaceslav Falico
· 13 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
10d50e7
net,rcu: convert call_rcu(ip_mc_socklist_reclaim) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
7519cce
net,rcu: convert call_rcu(ip_sf_socklist_reclaim) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
42ea299d
net,rcu: convert call_rcu(ip_mc_list_reclaim) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
492f64c
ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report()
by David S. Miller
· 14 years ago
31e4543
ipv4: Make caller provide on-stack flow key to ip_route_output_ports().
by David S. Miller
· 14 years ago
2e97e98
ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report().
by David S. Miller
· 14 years ago
78fbfd8
ipv4: Create and use route lookup helpers.
by David S. Miller
· 14 years ago
dbdd9a5
ipv4: Remove redundant RCU locking in ip_check_mc().
by David S. Miller
· 14 years ago
b23dd4f
ipv4: Make output route lookup return rtable directly.
by David S. Miller
· 14 years ago
57e1ab6
igmp: refine skb allocations
by Eric Dumazet
· 14 years ago
866f3b2
bonding: IGMP handling cleanup
by Eric Dumazet
· 14 years ago
5811662
net: use the macros defined for the members of flowi
by Changli Gao
· 14 years ago
d9aa938
ipv4: Fix build with multicast disabled.
by David S. Miller
· 14 years ago
c25ecd0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
1d7138d
igmp: RCU conversion of in_dev->mc_list
by Eric Dumazet
· 14 years ago
c753796
ipv4: Make rt->fl.iif tests lest obscure.
by David S. Miller
· 14 years ago
18943d2
inet: fix ip_mc_drop_socket()
by Eric Dumazet
· 14 years ago
8723e1b
inet: RCU changes in inetdev_by_index()
by Eric Dumazet
· 14 years ago
9e917dc
net: avoid a dev refcount in ip_mc_find_dev()
by Eric Dumazet
· 14 years ago
e12b453
bonding: fix to rejoin multicast groups immediately
by Flavio Leitner
· 14 years ago
5b7c840
ipv4: correct IGMP behavior on v3 query during v2-compatibility mode
by David Stevens
· 14 years ago
7998156
ipv4: force_igmp_version ignored when a IGMPv3 query received
by Bob Arendt
· 14 years ago
4bc2f18
net/ipv4: EXPORT_SYMBOL cleanups
by Eric Dumazet
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
9a57a9d
igmp: avoid two atomic ops in igmp_rcv()
by Eric Dumazet
· 14 years ago
3ed37a6
net/ipv4/igmp.c: Remove unnecessary kmalloc casts
by Joe Perches
· 14 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5ecccb7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
c6b471e
inet: Remove bogus IGMPv3 report handling
by Herbert Xu
· 15 years ago
c85bb41
igmp: fix ip_mc_sf_allow race [v5]
by Flavio Leitner
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
6baff15
igmp: Use next_net_device_rcu()
by Eric Dumazet
· 15 years ago
61fbab7
IPV4: use rcu to walk list of devices in IGMP
by stephen hemminger
· 15 years ago
75c7850
bonding: remap muticast addresses without using dev_close() and dev_open()
by Moni Shoua
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
511c3f9
net: skb->rtable accessor
by Eric Dumazet
· 15 years ago
f771bef
ipv4: New multicast-all socket option
by Nivedita Singhvi
· 15 years ago
7091e72
netns: igmp: make /proc/net/{igmp,mcfilter} per netns
by Alexey Dobriyan
· 16 years ago
a7e9ff7
net: clean up net/ipv4/igmp.c
by Jianjun Kong
· 16 years ago
113aa83
net: Rationalise email address: Network Specific Parts
by Alan Cox
· 16 years ago
b8bae41
ipv4: add mc_count to in_device.
by Rami Rosen
· 16 years ago
877aced
netns: Fix crash by making igmp per namespace
by Daniel Lezcano
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
f5184d2
net: Allow netdevices to specify needed head/tailroom
by Johannes Berg
· 16 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
ee6b967
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
by Eric Dumazet
· 17 years ago
2430aa8
[NETNS]: Disable multicaststing configuration inside non-initial namespace.
by Denis V. Lunev
· 17 years ago
cd557bc
[IGMP]: Optimize kfree_skb in igmp_rcv.
by Denis V. Lunev
· 17 years ago
f206351
[NETNS]: Add namespace parameter to ip_route_output_key.
by Denis V. Lunev
· 17 years ago
1ab3527
[NETNS]: Add namespace parameter to ip_dev_find.
by Denis V. Lunev
· 17 years ago
7fee0ca
[NETNS]: Add netns parameter to inetdev_by_index.
by Denis V. Lunev
· 17 years ago
Next »