Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e751e76a5f7adeee7438e68b0965559ad2864d0d
/
net
/
ipv6
/
addrconf.c
88af182
net: Fix sysctl restarts...
by Eric W. Biederman
· 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
434a8a58
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
84d2697
ipv6: speedup inet6_dump_ifinfo()
by Eric Dumazet
· 15 years ago
c6d14c8
net: Introduce for_each_netdev_rcu() iterator
by Eric Dumazet
· 15 years ago
c3faca0
ipv6: fix devconf after adding force_tllao option
by Cosmin Ratiu
· 15 years ago
f7734fd
make TLLAO option for NA packets configurable
by Octavian Purdila
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
0522fea
ipv6: Log the affected address when DAD failure occurs
by Jens Rosenboom
· 15 years ago
75c7850
bonding: remap muticast addresses without using dev_close() and dev_open()
by Moni Shoua
· 15 years ago
cc411d0
ipv6: Add IFA_F_DADFAILED flag
by Brian Haley
· 15 years ago
a1ed052
IPv6: preferred lifetime of address not getting updated
by Brian Haley
· 15 years ago
a1faa69
ipv6: avoid wraparound for expired preferred lifetime
by Jens Rosenboom
· 15 years ago
9cbc1cb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 15 years ago
590a988
trivial: Fix a typo in comment of addrconf_dad_start()
by Masatake YAMATO
· 15 years ago
56d417b
IPv6: Add 'autoconf' and 'disable_ipv6' module parameters
by Brian Haley
· 15 years ago
9af2851
addrconf: refuse isatap eui64 for INADDR_ANY
by Sascha Hlusiak
· 15 years ago
5007392
net: FIX ipv6_forward sysctl restart
by Eric W. Biederman
· 15 years ago
b2f5e7c
ipv6: Fix conflict resolutions during ipv6 binding
by Vlad Yasevich
· 16 years ago
a0bffff
net/*: use linux/kernel.h swap()
by Ilpo Järvinen
· 16 years ago
9bdd8d4
ipv6: Fix incorrect disable_ipv6 behavior
by Brian Haley
· 16 years ago
508827f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
176c39a
netns: fix addrconf_ifdown kernel panic
by Daniel Lezcano
· 16 years ago
b325fdd
ipv6: Fix sysctl unregistration deadlock
by Stephen Hemminger
· 16 years ago
1ce85fe
netlink: change nlmsg_notify() return value logic
by Pablo Neira Ayuso
· 16 years ago
b5f348e
ipv6/addrconf: common code located
by Ilpo Järvinen
· 16 years ago
a4e6db0
ipv6: Make mc_forwarding sysctl read-only.
by David S. Miller
· 16 years ago
5bc3eb7
ip: convert to net_device_ops for ioctl
by Stephen Hemminger
· 16 years ago
9eeda9a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
e3ec6cf
ipv6: fix run pending DAD when interface becomes ready
by Benjamin Thery
· 16 years ago
6d9f239
net: '&' redux
by Alexey Dobriyan
· 16 years ago
4b7a427
net: replace %#p6 format specifier with %pi6
by Harvey Harrison
· 16 years ago
b071195
net: replace all current users of NIP6_SEQFMT with %#p6
by Harvey Harrison
· 16 years ago
f221e72
sysctl: simplify ->strategy
by Alexey Dobriyan
· 16 years ago
f410a1f
ipv6: protocol for address routes
by Stephen Hemminger
· 16 years ago
191cd58
netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr()
by Brian Haley
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
888c848
ipv6: make struct ipv6_devconf static
by Adrian Bunk
· 16 years ago
702beb8
ipv6: Fix warning in addrconf code.
by David Miller
· 16 years ago
53b7997
ipv6 netns: Make several "global" sysctl variables namespace aware.
by YOSHIFUJI Hideaki
· 16 years ago
0529794
pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.
by David S. Miller
· 16 years ago
b0e1e64
netdev: Move rest of qdisc state into struct netdev_queue
by David S. Miller
· 16 years ago
7c3ceb4a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
b223856
ipv6: fix race between ipv6_del_addr and DAD timer
by Andrey Vagin
· 16 years ago
1b34be7
ipv6 addrconf: add accept_dad sysctl to control DAD operation.
by YOSHIFUJI Hideaki
· 16 years ago
778d80b
ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.
by YOSHIFUJI Hideaki
· 16 years ago
d68b827
ipv6: Do not assign non-valid address on interface.
by YOSHIFUJI Hideaki
· 16 years ago
0187bdf
net: Disable LRO on devices that are forwarding
by Ben Hutchings
· 16 years ago
e6e30ad
Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next
by David S. Miller
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
3de2325
ipv6 netns: Address labels per namespace
by Benjamin Thery
· 16 years ago
2b5ead4
ipv6 addrconf: Introduce addrconf_is_prefix_route() helper.
by YOSHIFUJI Hideaki
· 16 years ago
4bed72e
[IPV6] ADDRCONF: Allow longer lifetime on 64bit archs.
by YOSHIFUJI Hideaki
· 16 years ago
24ef0da
[IPV6] ADDRCONF: Check range of prefix length
by Thomas Graf
· 16 years ago
6f70499
ipv6 addrconf: Allow infinite prefix lifetime.
by YOSHIFUJI Hideaki
· 16 years ago
0686caa
ndisc: Add missing strategies for per-device retrans timer/reachable time settings.
by YOSHIFUJI Hideaki
· 16 years ago
92998dd
[NETNS]: Remove empty ->init callback.
by Pavel Emelyanov
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
9625ed7
[IPV6] ADDRCONF: Don't generate temporary address for ip6-ip6 interface.
by YOSHIFUJI Hideaki
· 17 years ago
b077d7a
[IPV6] ADDRCONF: Ensure disabling multicast RS even if privacy extensions are disabled.
by YOSHIFUJI Hideaki
· 17 years ago
cee8947
[IPV6] MROUTE: Do not call ipv6_find_idev() directly.
by YOSHIFUJI Hideaki
· 17 years ago
d7aabf2
[IPV6]: Use in6addr_any where appropriate.
by YOSHIFUJI Hideaki
· 17 years ago
f3ee401
[IPV6]: Define constants for link-local multicast addresses.
by YOSHIFUJI Hideaki
· 17 years ago
9acd9f3
[IPV6]: Make address arguments const.
by YOSHIFUJI Hideaki
· 17 years ago
dfd982b
[IPV6] ADDRCONF: Uninline ipv6_isatap_eui64().
by YOSHIFUJI Hideaki
· 17 years ago
3eb84f4
[IPV6] ADDRCONF: Uninline ipv6_addr_hash().
by YOSHIFUJI Hideaki
· 17 years ago
caad295
[IPV6]: Use ipv6_addr_equal() instead of !ipv6_addr_cmp().
by YOSHIFUJI Hideaki
· 17 years ago
8eefca4
Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev
by David S. Miller
· 17 years ago
7bc570c
[IPV6] MROUTE: Support multicast forwarding.
by YOSHIFUJI Hideaki
· 17 years ago
f6a07b2
[IPV6] ADDRCONF: Fix array size for sysctls.
by YOSHIFUJI Hideaki
· 17 years ago
eb86757
[IPV6]: inet6_dev on loopback should be kept until namespace stop.
by Denis V. Lunev
· 17 years ago
439e238
[IPV6]: Event type in addrconf_ifdown is mis-used.
by Denis V. Lunev
· 17 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
52eeeb8
[IPV6]: Unify ip6_onlink() and ipip6_onlink().
by YOSHIFUJI Hideaki
· 17 years ago
eac55bf
IPv6: do not create temporary adresses with too short preferred lifetime
by Benoit Boissinot
· 17 years ago
c6fbfac
IPv6: only update the lifetime of the relevant temporary address
by Benoit Boissinot
· 17 years ago
878628f
[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
1218854
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
7cbca67
[IPV6]: Support Source Address Selection API (RFC5014).
by YOSHIFUJI Hideaki
· 17 years ago
a9b0572
[IPV6] ADDRCONF: Clean-up ipv6_dev_get_saddr().
by YOSHIFUJI Hideaki
· 17 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
a05c44f
[IPV6]: Remove commented lines.
by Daniel Lezcano
· 17 years ago
6fda735
[NETNS][IPV6] addrconf - make addrconf per namespace
by Benjamin Thery
· 17 years ago
af28493
[NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addrconf
by Daniel Lezcano
· 17 years ago
8ed6778
[NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace
by Daniel Lezcano
· 17 years ago
bdb3289
[NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer
by Daniel Lezcano
· 17 years ago
7b4da53
[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt_routers
by Daniel Lezcano
· 17 years ago
606a2b4
[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup
by Daniel Lezcano
· 17 years ago
f3db485
[NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces
by Daniel Lezcano
· 17 years ago
5e5f3f0
[IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().
by YOSHIFUJI Hideaki
· 17 years ago
99cd07a
[IPV6]: Fix source address selection for ORCHID addresses
by Juha-Matti Tapio
· 17 years ago
f1243c2
[IPV6]: Add missing initializations of the new nl_info.nl_net field
by Benjamin Thery
· 17 years ago
5d5619b
[IPV6] ADDRCONF: Sparse: Make inet6_dump_addr() code paths more straight-forward.
by YOSHIFUJI Hideaki
· 17 years ago
d20b310
[IPV6]: addrconf sparse warnings
by Stephen Hemminger
· 17 years ago
Next »