Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7b49d9548e59bbb23cd8bd433ca30125eb28987e
/
net
/
ipv6
/
addrconf.c
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
· 17 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
389f661
[NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace aware
by Daniel Lezcano
· 17 years ago
1cab3da
[NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace aware
by Daniel Lezcano
· 17 years ago
06bfe65
[NETNS][IPV6]: inet6_addr - ipv6_chk_same_addr namespace aware
by Daniel Lezcano
· 17 years ago
bfeade0
[NETNS][IPV6]: inet6_addr - check ipv6 address per namespace
by Daniel Lezcano
· 17 years ago
3c40090
[NETNS][IPV6]: inet6_addr - isolate inet6 addresses from proc file
by Daniel Lezcano
· 17 years ago
e186932
[NETNS]: Use the per-net ipv6_devconf(_all) in sysctl handlers
by Pavel Emelyanov
· 17 years ago
441fc2a
[NETNS]: Use the per-net ipv6_devconf_dflt
by Pavel Emelyanov
· 17 years ago
e0da5a4
[NETNS]: Create ipv6 devconf-s for namespaces
by Pavel Emelyanov
· 17 years ago
bff16c2
[NETNS]: Make the ctl-tables per-namespace
by Pavel Emelyanov
· 17 years ago
9589731
[NETNS]: Make the __addrconf_sysctl_register return an error
by Pavel Emelyanov
· 17 years ago
408c476
[NETNS]: Clean out the ipv6-related sysctls creation/destruction
by Pavel Emelyanov
· 17 years ago
09f7709
[IPV6]: fix section mismatch warnings
by Daniel Lezcano
· 17 years ago
c69bce2
[NET]: Remove unused "mibalign" argument for snmp_mib_init().
by YOSHIFUJI Hideaki
· 17 years ago
c8fecf2
[IPV6]: Eliminate difference in actions of sysctl and proc handler for conf.all.forwarding
by Pavel Emelyanov
· 17 years ago
1dab622
[IPV6]: Use ctl paths to register addrconf sysctls
by Pavel Emelyanov
· 17 years ago
f52295a
[IPV6]: Unify and cleanup calls to addrconf_sysctl_register
by Pavel Emelyanov
· 17 years ago
f68635e
[IPV6]: Cleanup the addconf_sysctl_register
by Pavel Emelyanov
· 17 years ago
c7dc89c
[IPV6]: Add RFC4214 support
by Fred L. Templin
· 17 years ago
97c53ca
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
by Denis V. Lunev
· 17 years ago
b854272
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
by Denis V. Lunev
· 17 years ago
2a8cc6c
[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.
by YOSHIFUJI Hideaki
· 17 years ago
303065a
[IPV6] ADDRCONF: Allow address selection policy with ifindex.
by YOSHIFUJI Hideaki
· 17 years ago
c1ee656
[IPV6] ADDRCONF: Rename ipv6_saddr_label() to ipv6_addr_label().
by YOSHIFUJI Hideaki
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
d31c7b8
[IPV6]: Restore IPv6 when MTU is big enough
by Evgeniy Polyakov
· 17 years ago
3b6d821
[IPV6]: Add missing "space"
by Joe Perches
· 17 years ago
1675c7b
[IPV6]: remove duplicate call to proc_net_remove
by Daniel Lezcano
· 17 years ago
aaf70ec
[IPV6]: Cleanup snmp6_alloc_dev()
by Pavel Emelyanov
· 17 years ago
16910b9
[IPV6]: Fix return type for snmp6_free_dev()
by Pavel Emelyanov
· 17 years ago
f24e3d6
[IPV6]: Defer IPv6 device initialization until a valid qdisc is specified
by Mitsuru Chinen
· 17 years ago
cf7732e
[NET]: Make core networking code use seq_open_private
by Pavel Emelyanov
· 17 years ago
2774c7a
[NET]: Make the loopback device per network namespace.
by Eric W. Biederman
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
14878f7
[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]
by David L Stevens
· 17 years ago
0b69d4b
[IPV6]: Remove redundant RTM_DELLINK message.
by Milan Kocian
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
Next »