index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
addrconf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2009-12-08
1
-101
/
+143
|
\
|
*
net: use net_eq to compare nets
Octavian Purdila
2009-11-25
1
-2
/
+2
|
*
ipv6: speedup inet6_dump_addr()
Eric Dumazet
2009-11-13
1
-74
/
+97
|
*
ipv6: Remove unused var in inet6_dump_ifinfo()
David S. Miller
2009-11-11
1
-1
/
+1
|
*
ipv6: Allow inet6_dump_addr() to handle more than 64 addresses
Eric Dumazet
2009-11-10
1
-0
/
+6
|
*
ipv6: speedup inet6_dump_ifinfo()
Eric Dumazet
2009-11-10
1
-17
/
+28
|
*
net: Introduce for_each_netdev_rcu() iterator
Eric Dumazet
2009-11-04
1
-13
/
+7
|
*
ipv6: fix devconf after adding force_tllao option
Cosmin Ratiu
2009-10-13
1
-0
/
+1
|
*
make TLLAO option for NA packets configurable
Octavian Purdila
2009-10-07
1
-0
/
+8
*
|
sysctl net: Remove unused binary sysctl code
Eric W. Biederman
2009-11-12
1
-81
/
+9
|
/
*
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
2009-09-24
1
-4
/
+4
*
ipv6: Log the affected address when DAD failure occurs
Jens Rosenboom
2009-09-17
1
-2
/
+2
*
bonding: remap muticast addresses without using dev_close() and dev_open()
Moni Shoua
2009-09-15
1
-0
/
+19
*
ipv6: Add IFA_F_DADFAILED flag
Brian Haley
2009-09-11
1
-5
/
+7
*
IPv6: preferred lifetime of address not getting updated
Brian Haley
2009-07-03
1
-3
/
+27
*
ipv6: avoid wraparound for expired preferred lifetime
Jens Rosenboom
2009-06-25
1
-1
/
+4
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2009-06-15
1
-1
/
+1
|
\
|
*
trivial: Fix a typo in comment of addrconf_dad_start()
Masatake YAMATO
2009-06-12
1
-1
/
+1
*
|
IPv6: Add 'autoconf' and 'disable_ipv6' module parameters
Brian Haley
2009-06-01
1
-5
/
+78
*
|
addrconf: refuse isatap eui64 for INADDR_ANY
Sascha Hlusiak
2009-05-19
1
-0
/
+2
*
|
net: FIX ipv6_forward sysctl restart
Eric W. Biederman
2009-05-18
1
-1
/
+1
|
/
*
ipv6: Fix conflict resolutions during ipv6 binding
Vlad Yasevich
2009-03-24
1
-34
/
+0
*
net/*: use linux/kernel.h swap()
Ilpo Järvinen
2009-03-21
1
-5
/
+2
*
ipv6: Fix incorrect disable_ipv6 behavior
Brian Haley
2009-03-18
1
-7
/
+14
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-03-05
1
-36
/
+17
|
\
|
*
netns: fix addrconf_ifdown kernel panic
Daniel Lezcano
2009-03-03
1
-30
/
+9
|
*
ipv6: Fix sysctl unregistration deadlock
Stephen Hemminger
2009-03-03
1
-6
/
+8
*
|
netlink: change nlmsg_notify() return value logic
Pablo Neira Ayuso
2009-02-24
1
-3
/
+6
*
|
ipv6/addrconf: common code located
Ilpo Järvinen
2009-02-06
1
-27
/
+18
|
/
*
ipv6: Make mc_forwarding sysctl read-only.
David S. Miller
2009-01-27
1
-1
/
+1
*
ip: convert to net_device_ops for ioctl
Stephen Hemminger
2008-11-19
1
-4
/
+9
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-06
1
-1
/
+3
|
\
|
*
ipv6: fix run pending DAD when interface becomes ready
Benjamin Thery
2008-11-05
1
-1
/
+3
*
|
net: '&' redux
Alexey Dobriyan
2008-11-03
1
-31
/
+31
*
|
net: replace %#p6 format specifier with %pi6
Harvey Harrison
2008-10-29
1
-1
/
+1
*
|
net: replace all current users of NIP6_SEQFMT with %#p6
Harvey Harrison
2008-10-28
1
-3
/
+2
|
/
*
sysctl: simplify ->strategy
Alexey Dobriyan
2008-10-16
1
-1
/
+0
*
ipv6: protocol for address routes
Stephen Hemminger
2008-08-23
1
-0
/
+1
*
netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...
Brian Haley
2008-08-14
1
-2
/
+1
*
net: convert BUG_TRAP to generic WARN_ON
Ilpo Järvinen
2008-07-25
1
-4
/
+7
*
ipv6: make struct ipv6_devconf static
Adrian Bunk
2008-07-22
1
-1
/
+1
*
ipv6: Fix warning in addrconf code.
David Miller
2008-07-20
1
-2
/
+1
*
ipv6 netns: Make several "global" sysctl variables namespace aware.
YOSHIFUJI Hideaki
2008-07-19
1
-3
/
+5
*
pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.
David S. Miller
2008-07-08
1
-3
/
+2
*
netdev: Move rest of qdisc state into struct netdev_queue
David S. Miller
2008-07-08
1
-1
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-07-08
1
-2
/
+2
|
\
|
*
ipv6: fix race between ipv6_del_addr and DAD timer
Andrey Vagin
2008-07-08
1
-2
/
+2
*
|
ipv6 addrconf: add accept_dad sysctl to control DAD operation.
YOSHIFUJI Hideaki
2008-07-03
1
-0
/
+35
*
|
ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.
YOSHIFUJI Hideaki
2008-07-03
1
-0
/
+11
*
|
ipv6: Do not assign non-valid address on interface.
YOSHIFUJI Hideaki
2008-07-03
1
-0
/
+7
[next]