Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3f72f87566e84d79201dc5f71f68f06cb0fcf0da
/
net
/
ipv6
/
mcast.c
9260d3e
ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_put
by Salam Noureddine
· 11 years ago
b4af8de
net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functions
by Daniel Borkmann
· 11 years ago
2b7c121
net: ipv6: mld: refactor query processing into v1/v2 functions
by Daniel Borkmann
· 11 years ago
cc7f7ab
net: ipv6: mld: similarly to MLDv2 have min max_delay of 1
by Daniel Borkmann
· 11 years ago
58c0ecf
net: ipv6: mld: implement RFC3810 MLDv2 mode only
by Daniel Borkmann
· 11 years ago
e3f5b17
net: ipv6: mld: get rid of MLDV2_MRC and simplify calculation
by Daniel Borkmann
· 11 years ago
6c567b7
net: ipv6: mld: clean up MLD_V1_SEEN macro
by Daniel Borkmann
· 11 years ago
89225d1
net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12.
by Daniel Borkmann
· 11 years ago
9fd0784
net: ipv6: mcast: minor: use defines for rfc3810/8.1 lengths
by Daniel Borkmann
· 11 years ago
c2cef4e
net: ipv6: minor: *_start_timer: rather use unsigned long
by Daniel Borkmann
· 11 years ago
8469896
net: ipv6: igmp6_event_query: use msecs_to_jiffies
by Daniel Borkmann
· 11 years ago
fc4eba5
ipv6: make unsolicited report intervals configurable for mld
by Hannes Frederic Sowa
· 11 years ago
9d4a031
ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROL
by Hannes Frederic Sowa
· 11 years ago
8965779
ipv6,mcast: always hold idev->lock before mca_lock
by Amerigo Wang
· 11 years ago
b173ee4
ipv6: resend MLD report if a link-local address completes DAD
by Hannes Frederic Sowa
· 11 years ago
29a3cad
ipv6: 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
ec16ef2
ipv6 mcast: Do not join device multicast for interface-local multicasts.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
56db1c5
mcast: do not check 'rv' twice in a row
by Jean Sacren
· 12 years ago
07c2fec
ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
2576f17
ipv6: Unshare ip6_nd_hdr() and change return type to void.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
12fd84f
ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
daad151
ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
0e1efe9
ipv6: avoid taking locks at socket dismantle
by Eric Dumazet
· 12 years ago
94e187c
ipv6: introduce ip6_rt_put()
by Amerigo Wang
· 12 years ago
a858d64
ipv6: fix unappropriate errno returned for non-multicast address
by Li Wei
· 12 years ago
a50feda
ipv6: bool/const conversions phase2
by Eric Dumazet
· 12 years ago
f321383
net: ipv6: Standardize prefixes for message logging
by Joe Perches
· 12 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
78d5021
ipv6: fix array index in ip6_mc_add_src()
by RongQing.Li
· 13 years ago
c5779237
ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.
by RongQing.Li
· 13 years ago
d191854
ipv6: Kill rt6i_dev and rt6i_expires defines.
by David S. Miller
· 13 years ago
87a1157
ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().
by David S. Miller
· 13 years ago
99d2f47
ipv6 : mcast : Delete useless parameter in ip6_mc_add1_src()
by Jun Zhao
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
a7ae199
ipv6: Remove all uses of LL_ALLOCATED_SPACE
by Herbert Xu
· 13 years ago
e05c4ad3
mcast: Fix source address selection for multicast listener report
by Yan, Zheng
· 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
e3cbf28
net,rcu: convert call_rcu(ipv6_mc_socklist_reclaim) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
4c9483b
ipv6: Convert to use flowi6 where applicable.
by David S. Miller
· 14 years ago
4b66fef
mcast: net_device dev not used
by Hagen Paul Pfeifer
· 14 years ago
452edd5
xfrm: Return dst directly from xfrm_lookup()
by David S. Miller
· 14 years ago
456b61b
ipv6: mcast: RCU conversion
by Eric Dumazet
· 14 years ago
8a22c99
net/ipv6/mcast.c: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
96b52e6
ipv6: mcast: RCU conversions
by Eric Dumazet
· 14 years ago
eedc765
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
72e09ad
ipv6: avoid high order allocations
by Eric Dumazet
· 14 years ago
5d55354
net/ipv6/mcast.c: Remove unnecessary kmalloc casts
by Joe Perches
· 14 years ago
1e4b105
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
6e7cb83
ipv6 mcast: Introduce include/net/mld.h for MLD definitions.
by YOSHIFUJI Hideaki
· 15 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 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
b2e0b38
netfilter: ipv6: use NFPROTO values for NF_HOOK invocation
by Jan Engelhardt
· 15 years ago
6457d26
IPv6: convert mc_lock to spinlock
by Stephen Hemminger
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
ce81b76
ipv6: use RCU to walk list of network devices
by Eric Dumazet
· 15 years ago
75c7850
bonding: remap muticast addresses without using dev_close() and dev_open()
by Moni Shoua
· 15 years ago
3c2b8d1
mcastv6: Local variable shadows function argument
by Gerrit Renker
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
edf391f
snmp: add missing counters for RFC 4293
by Neil Horman
· 16 years ago
448eb71
ipv6/mcast: join error paths using goto
by Ilpo Järvinen
· 16 years ago
52479b6
netns xfrm: lookup in netns
by Alexey Dobriyan
· 16 years ago
07f0757
include/net net/ - csum_partial - remove unnecessary casts
by Joe Perches
· 16 years ago
4b7a427
net: replace %#p6 format specifier with %pi6
by Harvey Harrison
· 16 years ago
b071195
net: replace all current users of NIP6_SEQFMT with %#p6
by Harvey Harrison
· 16 years ago
5a57d4c
ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BH
by Denis V. Lunev
· 16 years ago
5c5d244
ipv6: added net argument to ICMP6MSGOUT_INC_STATS
by Denis V. Lunev
· 16 years ago
e41b536
ipv6: added net argument to ICMP6_INC_STATS_BH
by Denis V. Lunev
· 16 years ago
a862f6a
ipv6: added net argument to ICMP6_INC_STATS
by Denis V. Lunev
· 16 years ago
483a47d
ipv6: added net argument to IP6_INC_STATS_BH
by Denis V. Lunev
· 16 years ago
3bd653c
netns: add net parameter to IP6_INC_STATS
by Denis V. Lunev
· 16 years ago
a6ffb40
ipv6 mcast: Omit redundant address family checks in ip6_mc_source().
by YOSHIFUJI Hideaki
· 16 years ago
53b7997
ipv6 netns: Make several "global" sysctl variables namespace aware.
by YOSHIFUJI Hideaki
· 16 years ago
e6e30ad
Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next
by David S. Miller
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
9cba632
ipv6 mcast: Remove unused macro (MLDV2_QQIC) from mcast.c.
by Rami Rosen
· 17 years ago
f5184d2
net: Allow netdevices to specify needed head/tailroom
by Johannes Berg
· 16 years ago
d7aabf2
[IPV6]: Use in6addr_any where appropriate.
by YOSHIFUJI Hideaki
· 17 years ago
f3ee401
[IPV6]: Define constants for link-local multicast addresses.
by YOSHIFUJI Hideaki
· 17 years ago
9acd9f3
[IPV6]: Make address arguments const.
by YOSHIFUJI Hideaki
· 17 years ago
1ed8516
[IPV6]: Simplify IPv6 control sockets creation.
by Denis V. Lunev
· 17 years ago
1218854
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 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
ea82edf
[NETNS][IPV6] mcast - fix compilation warning when procfs is not compiled in
by Daniel Lezcano
· 17 years ago
b8ad0cb
[NETNS][IPV6] mcast - handle several network namespace
by Daniel Lezcano
· 17 years ago
606a2b4
[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup
by Daniel Lezcano
· 17 years ago
4192717
[IPV6] MCAST: Use standard path for sending MLD/MLDv2 messages.
by YOSHIFUJI Hideaki
· 17 years ago
9b0f976
[INET]: Remove struct net_proto_family* from _init calls.
by Denis V. Lunev
· 17 years ago
9a429c4
[NET]: Add some acquires/releases sparse annotations.
by Eric Dumazet
· 17 years ago
6e23ae2
[NETFILTER]: Introduce NF_INET_ hook values
by Patrick McHardy
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
cf7732e
[NET]: Make core networking code use seq_open_private
by Pavel Emelyanov
· 17 years ago
cfcabdc
[NET]: sparse warning fixes
by Stephen Hemminger
· 17 years ago
Next »