index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
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-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
2010-02-19
net: Fix sysctl restarts...
Eric W. Biederman
1
-2
/
+14
2010-02-16
percpu: add __percpu sparse annotations to net
Tejun Heo
1
-12
/
+12
2010-02-16
net neigh: Decouple per interface neighbour table controls from binary sysctls
Eric W. Biederman
1
-2
/
+1
2010-02-12
IPv6: remove trivial nested _bh suffix
stephen hemminger
1
-10
/
+11
2010-02-12
IPv6: keep permanent addresses on admin down
stephen hemminger
1
-11
/
+24
2010-01-17
net: spread __net_init, __net_exit
Alexey Dobriyan
1
-4
/
+4
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-101
/
+143
2009-11-25
net: use net_eq to compare nets
Octavian Purdila
1
-2
/
+2
2009-11-13
ipv6: speedup inet6_dump_addr()
Eric Dumazet
1
-74
/
+97
2009-11-12
sysctl net: Remove unused binary sysctl code
Eric W. Biederman
1
-81
/
+9
2009-11-11
ipv6: Remove unused var in inet6_dump_ifinfo()
David S. Miller
1
-1
/
+1
2009-11-10
ipv6: Allow inet6_dump_addr() to handle more than 64 addresses
Eric Dumazet
1
-0
/
+6
2009-11-10
ipv6: speedup inet6_dump_ifinfo()
Eric Dumazet
1
-17
/
+28
2009-11-04
net: Introduce for_each_netdev_rcu() iterator
Eric Dumazet
1
-13
/
+7
2009-10-13
ipv6: fix devconf after adding force_tllao option
Cosmin Ratiu
1
-0
/
+1
2009-10-07
make TLLAO option for NA packets configurable
Octavian Purdila
1
-0
/
+8
2009-09-24
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
1
-4
/
+4
2009-09-17
ipv6: Log the affected address when DAD failure occurs
Jens Rosenboom
1
-2
/
+2
2009-09-15
bonding: remap muticast addresses without using dev_close() and dev_open()
Moni Shoua
1
-0
/
+19
2009-09-11
ipv6: Add IFA_F_DADFAILED flag
Brian Haley
1
-5
/
+7
2009-07-03
IPv6: preferred lifetime of address not getting updated
Brian Haley
1
-3
/
+27
2009-06-25
ipv6: avoid wraparound for expired preferred lifetime
Jens Rosenboom
1
-1
/
+4
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-1
/
+1
2009-06-12
trivial: Fix a typo in comment of addrconf_dad_start()
Masatake YAMATO
1
-1
/
+1
2009-06-01
IPv6: Add 'autoconf' and 'disable_ipv6' module parameters
Brian Haley
1
-5
/
+78
2009-05-19
addrconf: refuse isatap eui64 for INADDR_ANY
Sascha Hlusiak
1
-0
/
+2
2009-05-18
net: FIX ipv6_forward sysctl restart
Eric W. Biederman
1
-1
/
+1
2009-03-24
ipv6: Fix conflict resolutions during ipv6 binding
Vlad Yasevich
1
-34
/
+0
2009-03-21
net/*: use linux/kernel.h swap()
Ilpo Järvinen
1
-5
/
+2
2009-03-18
ipv6: Fix incorrect disable_ipv6 behavior
Brian Haley
1
-7
/
+14
2009-03-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-36
/
+17
2009-03-03
netns: fix addrconf_ifdown kernel panic
Daniel Lezcano
1
-30
/
+9
2009-03-03
ipv6: Fix sysctl unregistration deadlock
Stephen Hemminger
1
-6
/
+8
2009-02-24
netlink: change nlmsg_notify() return value logic
Pablo Neira Ayuso
1
-3
/
+6
2009-02-06
ipv6/addrconf: common code located
Ilpo Järvinen
1
-27
/
+18
2009-01-27
ipv6: Make mc_forwarding sysctl read-only.
David S. Miller
1
-1
/
+1
2008-11-19
ip: convert to net_device_ops for ioctl
Stephen Hemminger
1
-4
/
+9
2008-11-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+3
2008-11-05
ipv6: fix run pending DAD when interface becomes ready
Benjamin Thery
1
-1
/
+3
2008-11-03
net: '&' redux
Alexey Dobriyan
1
-31
/
+31
2008-10-29
net: replace %#p6 format specifier with %pi6
Harvey Harrison
1
-1
/
+1
2008-10-28
net: replace all current users of NIP6_SEQFMT with %#p6
Harvey Harrison
1
-3
/
+2
2008-10-16
sysctl: simplify ->strategy
Alexey Dobriyan
1
-1
/
+0
[next]