Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
546694bc42a4ee4f1a5d2f14e1c71d11fdafba4d
/
net
/
ipv6
/
addrconf.c
9f0d3c2
ipv6: addrconf: fix /proc/net/if_inet6
by Eric Dumazet
· 12 years ago
62b54dd
ipv6: don't add link local route when there is no link local address
by Nicolas Dichtel
· 12 years ago
64c6d08
ipv6: del unreachable route when an addr is deleted on lo
by Nicolas Dichtel
· 12 years ago
5744dd9
ipv6: replace write lock with read lock when get route info
by Li RongQing
· 12 years ago
91b4b04
ipv6: Compare addresses only bits up to the prefix length (RFC6724).
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
ace1fe1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 12 years ago
eb7e057
ipv6: remove some deadcode
by Sorin Dumitru
· 12 years ago
b3f644f
netfilter: ip6tables: add MASQUERADE target
by Patrick McHardy
· 12 years ago
748e2d9
net: reinstate rtnl in call_netdevice_notifiers()
by Eric Dumazet
· 12 years ago
0115e8e
net: remove delay at device dismantle
by Eric Dumazet
· 12 years ago
4acd494
ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lock
by Ben Hutchings
· 12 years ago
ddbe503
ipv6: add ipv6_addr_hash() helper
by Eric Dumazet
· 12 years ago
c727e7f
Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by David S. Miller
· 12 years ago
91df42b
net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 12 years ago
f321383
net: ipv6: Standardize prefixes for message logging
by Joe Perches
· 12 years ago
211ed86
net: delete all instances of special processing for token ring
by Paul Gortmaker
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
06a4c1c
6lowpan: IPv6 link local address
by alex.bluesman.smirnov@gmail.com
· 13 years ago
6105e29
net ipv6: Convert addrconf to use register_net_sysctl
by Eric W. Biederman
· 13 years ago
56845d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
cf22f9a
ipv6: Remove unused argument to addrconf_dad_start().
by David S. Miller
· 13 years ago
1716a96
ipv6: fix problem with expired dst cache
by Gao feng
· 13 years ago
8e5e8f3
net/ipv6/addrconf.c: Checkpatch cleanups
by Eldad Zack
· 13 years ago
c78679e
ipv6: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
8b2aaed
ipv6: Fix Smatch warning.
by Li Wei
· 13 years ago
d6ddef9
IPv6: Fix not join all-router mcast group when forwarding set.
by Li Wei
· 13 years ago
013d97e
net: race condition in ipv6 forwarding and disable_ipv6 parameters
by Francesco Ruggeri
· 13 years ago
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
1d57830
ipv6/addrconf: speedup /proc/net/if_inet6 filling
by Mihai Maruseac
· 13 years ago
e6bff99
ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)
by Neil Horman
· 13 years ago
d191854
ipv6: Kill rt6i_dev and rt6i_expires defines.
by David S. Miller
· 13 years ago
7ffbcec
ipv6: Remove optimistic DAD flag test in ipv6_add_addr()
by David Miller
· 13 years ago
b26e478
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
4af04ab
ipv6: Fix for adding multicast route for loopback device automatically.
by Li Wei
· 13 years ago
8f03151
ipv6: Make third arg to anycast_dst_alloc() bool.
by David S. Miller
· 13 years ago
2721745
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
by David Miller
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
14ef37b
ipv6: fix route lookup in addrconf_prefix_rcv()
by Andreas Hofmeister
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
8603e33
ipv6: fix a possible double free
by Roy Li
· 13 years ago
026359b
ipv6: Send ICMPv6 RSes only when RAs are accepted
by Tore Anderson
· 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
f2c31e3
net: fix NULL dereferences in check_peer_redir()
by Eric Dumazet
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
76f793e
ipv6: updates to privacy addresses per RFC 4941.
by Lorenzo Colitti
· 13 years ago
32019e6
ipv6: Do not leave router anycast address for /127 prefixes.
by YOSHIFUJI Hideaki
· 13 years ago
69cce1d
net: Abstract dst->neighbour accesses behind helpers.
by David S. Miller
· 13 years ago
9cbb7ec
ipv6: Get rid of rt6i_nexthop macro.
by David S. Miller
· 13 years ago
2bda8a0
Disable router anycast address for /127 prefixes
by Bjørn Mork
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
aee80b5
ipv6: generate link local address for GRE tunnel
by stephen hemminger
· 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
be281e5
ipv6: reduce per device ICMP mib sizes
by Eric Dumazet
· 13 years ago
e578598
net,rcu: convert call_rcu(inet6_ifa_finish_destroy_rcu) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
38f57d1
net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
7143b7d4
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
ff53881
sysctl: net: call unregister_net_sysctl_table where needed
by Lucian Adrian Grijincu
· 14 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
c3968a8
ipv6: RTA_PREFSRC support for ipv6 route source address selection
by Daniel Walter
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
96d796a
ipv6: hash is calculated but not used afterwards
by Hagen Paul Pfeifer
· 14 years ago
73a8bd7
ipv6: Revert 'administrative down' address handling changes.
by David S. Miller
· 14 years ago
2fdc1c8
ipv6: Silence privacy extensions initialization
by Romain Francoise
· 14 years ago
d1ed113
ipv6: remove duplicate neigh_ifdown
by stephen hemminger
· 14 years ago
b4aa9e0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
29ba5fe
ipv6: don't flush routes when setting loopback down
by stephen hemminger
· 14 years ago
5f75a10
ipv6: fix nl group when advertising a new link
by Nicolas Dichtel
· 14 years ago
cf7afbf
rtnl: make link af-specific updates atomic
by Thomas Graf
· 14 years ago
88b2a9a
ipv6: fix missing in6_ifa_put in addrconf
by John Fastabend
· 14 years ago
2491242
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
18a31e1
ipv6: Expose reachable and retrans timer values as msecs
by Thomas Graf
· 14 years ago
93908d1
ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies
by Thomas Graf
· 14 years ago
b382b19
ipv6: AF_INET6 link address family
by Thomas Graf
· 14 years ago
9d82ca9
ipv6: fix missing in6_ifa_put in addrconf
by John Fastabend
· 14 years ago
2de7957
ipv6: addrconf: don't remove address state on ifdown if the address is being kept
by Lorenzo Colitti
· 14 years ago
853dc2e
ipv6: fix refcnt problem related to POSTDAD state
by Ursula Braun
· 14 years ago
7a876b0
IPv6: Temp addresses are immediately deleted.
by Glenn Wurster
· 14 years ago
aed6550
IPv6: Create temporary address if none exists.
by Glenn Wurster
· 14 years ago
c61393e
ipv6: make __ipv6_isatap_ifid static
by stephen hemminger
· 14 years ago
e40051d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
2cc6d2b
ipv6: add a missing unregister_pernet_subsys call
by Neil Horman
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
c3bccac
ipv6: add special mode forwarding=2 to send RS while configured as router
by Thomas Graf
· 14 years ago
bb7e95c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
64e724f
ipv6: Don't add routes to ipv6 disabled interfaces.
by Brian Haley
· 14 years ago
4ce3c18
snmp: 64bit ipstats_mib for all arches
by Eric Dumazet
· 14 years ago
784e271
ipv6: Use interface max_desync_factor instead of static default
by Ben Hutchings
· 14 years ago
f56619f
ipv6: Clamp reported valid_lft to a minimum of 0
by Ben Hutchings
· 14 years ago
1823e4c8
snmp: add align parameter to snmp_mib_init()
by Eric Dumazet
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
622ccdf
ipv6: Never schedule DAD timer on dead address
by Herbert Xu
· 14 years ago
f2344a1
ipv6: Use POSTDAD state
by Herbert Xu
· 14 years ago
4c5ff6a
ipv6: Use state_lock to protect ifa state
by Herbert Xu
· 14 years ago
e9d3e08
ipv6: Replace inet6_ifaddr->dead with state
by Herbert Xu
· 14 years ago
eedf042
ipv6: fix the bug of address check
by Stephen Hemminger
· 14 years ago
4f70ecc
net: rcu fixes
by Eric Dumazet
· 15 years ago
0eae88f
net: Fix various endianness glitches
by Eric Dumazet
· 15 years ago
Next »