index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
addrconf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-27
ipv6: fix refcnt problem related to POSTDAD state
Ursula Braun
1
-1
/
+3
2010-10-26
IPv6: Temp addresses are immediately deleted.
Glenn Wurster
1
-3
/
+4
2010-10-26
IPv6: Create temporary address if none exists.
Glenn Wurster
1
-2
/
+3
2010-10-05
ipv6: make __ipv6_isatap_ifid static
stephen hemminger
1
-2
/
+1
2010-09-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+8
2010-09-26
ipv6: add a missing unregister_pernet_subsys call
Neil Horman
1
-3
/
+8
2010-09-23
net: return operator cleanup
Eric Dumazet
1
-1
/
+1
2010-09-03
ipv6: add special mode forwarding=2 to send RS while configured as router
Thomas Graf
1
-1
/
+2
2010-07-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-5
/
+9
2010-07-22
ipv6: Don't add routes to ipv6 disabled interfaces.
Brian Haley
1
-5
/
+9
2010-06-30
snmp: 64bit ipstats_mib for all arches
Eric Dumazet
1
-1
/
+17
2010-06-30
ipv6: Use interface max_desync_factor instead of static default
Ben Hutchings
1
-4
/
+4
2010-06-30
ipv6: Clamp reported valid_lft to a minimum of 0
Ben Hutchings
1
-2
/
+6
2010-06-25
snmp: add align parameter to snmp_mib_init()
Eric Dumazet
1
-3
/
+6
2010-06-10
net-next: remove useless union keyword
Changli Gao
1
-5
/
+5
2010-05-18
ipv6: Never schedule DAD timer on dead address
Herbert Xu
1
-2
/
+8
2010-05-18
ipv6: Use POSTDAD state
Herbert Xu
1
-5
/
+24
2010-05-18
ipv6: Use state_lock to protect ifa state
Herbert Xu
1
-4
/
+23
2010-05-18
ipv6: Replace inet6_ifaddr->dead with state
Herbert Xu
1
-7
/
+9
2010-05-17
ipv6: fix the bug of address check
Stephen Hemminger
1
-7
/
+8
2010-05-03
net: rcu fixes
Eric Dumazet
1
-8
/
+8
2010-04-20
net: Fix various endianness glitches
Eric Dumazet
1
-1
/
+2
2010-04-13
IPv6: only notify protocols if address is compeletely gone
stephen hemminger
1
-1
/
+3
2010-04-13
ipv6: additional ref count for hash list unnecessary
stephen hemminger
1
-3
/
+0
2010-04-13
IPv6: keep tentative addresses in hash table
stephen hemminger
1
-7
/
+8
2010-04-13
IPv6: keep route for tentative address
stephen hemminger
1
-1
/
+2
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-26
net: fix netlink address dumping in IPv4/IPv6
Patrick McHardy
1
-1
/
+1
2010-03-25
ipv6: Fix result generation in ipv6_get_ifaddr().
David S. Miller
1
-3
/
+4
2010-03-25
ipv6: Preserve pervious behavior in ipv6_link_dev_addr().
David S. Miller
1
-1
/
+1
2010-03-20
ipv6: Fix bug in ipv6_chk_same_addr().
David S. Miller
1
-8
/
+7
2010-03-20
ipv6: Reduce timer events for addrconf_verify().
YOSHIFUJI Hideaki
1
-4
/
+23
2010-03-20
IPv6: addrconf cleanup addrconf_verify
stephen hemminger
1
-9
/
+4
2010-03-20
addrconf: checkpatch fixes
Stephen Hemminger
1
-173
/
+179
2010-03-20
IPv6: addrconf cleanups
Stephen Hemminger
1
-23
/
+28
2010-03-20
ipv6: convert idev_list to list macros
stephen hemminger
1
-39
/
+39
2010-03-20
ipv6: user better hash for addrconf
stephen hemminger
1
-17
/
+8
2010-03-20
IPv6: convert addrconf hash list to RCU
stephen hemminger
1
-41
/
+44
2010-03-20
ipv6: convert addrconf list to hlist
stephen hemminger
1
-75
/
+53
2010-03-20
ipv6: convert temporary address list to list macros
stephen hemminger
1
-18
/
+12
2010-03-18
net: rename notifier defines for netdev type change
Jiri Pirko
1
-8
/
+8
2010-03-13
ipv6: Send netlink notification when DAD fails
Herbert Xu
1
-0
/
+2
2010-03-04
IPv6: fix race between cleanup and add/delete address
stephen hemminger
1
-5
/
+13
2010-03-04
IPv6: addrconf notify when address is unavailable
stephen hemminger
1
-17
/
+29
2010-03-04
IPv6: addrconf timer race
stephen hemminger
1
-13
/
+15
2010-03-04
IPv6: addrconf dad timer unnecessary bh_disable
stephen hemminger
1
-5
/
+5
2010-02-26
ipv6: Remove IPV6_ADDR_RESERVED
Ulrich Weber
1
-2
/
+1
2010-02-25
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+14
[next]