Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c861cd3e92d92ae946e19099f198018fcb4fd887
/
net
/
ipv6
/
addrconf.c
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
· 14 years ago
be281e5
ipv6: reduce per device ICMP mib sizes
by Eric Dumazet
· 14 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
7143b7d
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
· 15 years ago
f2344a1
ipv6: Use POSTDAD state
by Herbert Xu
· 15 years ago
4c5ff6a
ipv6: Use state_lock to protect ifa state
by Herbert Xu
· 15 years ago
e9d3e08
ipv6: Replace inet6_ifaddr->dead with state
by Herbert Xu
· 15 years ago
eedf042
ipv6: fix the bug of address check
by Stephen Hemminger
· 15 years ago
4f70ecc
net: rcu fixes
by Eric Dumazet
· 15 years ago
0eae88f
net: Fix various endianness glitches
by Eric Dumazet
· 15 years ago
8595805
IPv6: only notify protocols if address is compeletely gone
by stephen hemminger
· 15 years ago
d1f84c6
ipv6: additional ref count for hash list unnecessary
by stephen hemminger
· 15 years ago
27bdb2a
IPv6: keep tentative addresses in hash table
by stephen hemminger
· 15 years ago
93fa159
IPv6: keep route for tentative address
by stephen hemminger
· 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
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 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
4b97efd
net: fix netlink address dumping in IPv4/IPv6
by Patrick McHardy
· 15 years ago
b79d1d5
ipv6: Fix result generation in ipv6_get_ifaddr().
by David S. Miller
· 15 years ago
b54c9b9
ipv6: Preserve pervious behavior in ipv6_link_dev_addr().
by David S. Miller
· 15 years ago
3e81c6d
ipv6: Fix bug in ipv6_chk_same_addr().
by David S. Miller
· 15 years ago
b2db756
ipv6: Reduce timer events for addrconf_verify().
by YOSHIFUJI Hideaki
· 15 years ago
88949cf
IPv6: addrconf cleanup addrconf_verify
by stephen hemminger
· 15 years ago
e21e846
addrconf: checkpatch fixes
by Stephen Hemminger
· 15 years ago
bcdd553
IPv6: addrconf cleanups
by Stephen Hemminger
· 15 years ago
502a2ff
ipv6: convert idev_list to list macros
by stephen hemminger
· 15 years ago
3a88a81
ipv6: user better hash for addrconf
by stephen hemminger
· 15 years ago
5c578ae
IPv6: convert addrconf hash list to RCU
by stephen hemminger
· 15 years ago
c2e2129
ipv6: convert addrconf list to hlist
by stephen hemminger
· 15 years ago
372e6c8
ipv6: convert temporary address list to list macros
by stephen hemminger
· 15 years ago
93d9b7d
net: rename notifier defines for netdev type change
by Jiri Pirko
· 15 years ago
e2577a0
ipv6: Send netlink notification when DAD fails
by Herbert Xu
· 15 years ago
8f37ada
IPv6: fix race between cleanup and add/delete address
by stephen hemminger
· 15 years ago
84e8b80
IPv6: addrconf notify when address is unavailable
by stephen hemminger
· 15 years ago
5b2a195
IPv6: addrconf timer race
by stephen hemminger
· 15 years ago
122e451
IPv6: addrconf dad timer unnecessary bh_disable
by stephen hemminger
· 15 years ago
45bb006
ipv6: Remove IPV6_ADDR_RESERVED
by Ulrich Weber
· 15 years ago
0448873
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
88af182
net: Fix sysctl restarts...
by Eric W. Biederman
· 15 years ago
7d720c3
percpu: add __percpu sparse annotations to net
by Tejun Heo
· 15 years ago
54716e3
net neigh: Decouple per interface neighbour table controls from binary sysctls
by Eric W. Biederman
· 15 years ago
21809fa
IPv6: remove trivial nested _bh suffix
by stephen hemminger
· 15 years ago
dc2b99f
IPv6: keep permanent addresses on admin down
by stephen hemminger
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
234b27c
ipv6: speedup inet6_dump_addr()
by Eric Dumazet
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
434a8a5
ipv6: Remove unused var in inet6_dump_ifinfo()
by David S. Miller
· 15 years ago
bcd3232
ipv6: Allow inet6_dump_addr() to handle more than 64 addresses
by Eric Dumazet
· 15 years ago
Next »