Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
7bc570c8b4f75ddb3fd5dbeb38127cdc4acbcc9c
/
net
/
ipv6
/
addrconf.c
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
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
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
6ae5f98
[IPV6]: Fix source address selection.
by Jiri Kosina
· 17 years ago
b217d61
[IPV4/IPV6]: Fail registration if inet device construction fails
by Herbert Xu
· 17 years ago
063ed36
[IPV6]: Call inet6addr_chain notifiers on link down
by Vlad Yasevich
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
dffe4f0
[IPV6]: Remove unneeded pointer idev from addrconf_cleanup().
by Micah Gruber
· 17 years ago
59fbb3a
[IPV6] MIP6: Loadable module support for MIPv6.
by Masahide NAKAMURA
· 17 years ago
c2edacf
bonding / ipv6: no addrconf for slaves separately from master
by Jay Vosburgh
· 17 years ago
74235a2
[IPV6] addrconf: Fix IPv6 on tuntap tunnels
by Herbert Xu
· 17 years ago
ef7c79e
[NETLINK]: Mark netlink policies const
by Patrick McHardy
· 17 years ago
bbb711e
[IPV6]: Ignore ipv6 events on non-IPV6 capable devices.
by Oliver Hartkopp
· 17 years ago
9a6bf6f
[IPV6] ROUTE: Assign rt6i_idev for ip6_{prohibit,blk_hole}_entry.
by YOSHIFUJI Hideaki
· 18 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
5632c51
[IPV6]: Track device renames in snmp6.
by Stephen Hemminger
· 18 years ago
df8981d
[IPV6]: Export in6addr_any for future use.
by YOSHIFUJI Hideaki
· 18 years ago
7f7d9a6
[IPV6]: Consolidate common SNMP code
by Herbert Xu
· 18 years ago
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
bf99f1b
[IPV6] SNMP: Netlink interface.
by YOSHIFUJI Hideaki
· 18 years ago
6313c1e
[RTNETLINK]: Remove unnecessary locking in dump callbacks
by Patrick McHardy
· 18 years ago
c127ea2
[IPv6]: Use rtnl registration interface
by Thomas Graf
· 18 years ago
95c385b
[IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.
by Neil Horman
· 18 years ago
7159039
[IPV6]: Decentralize EXPORT_SYMBOLs.
by YOSHIFUJI Hideaki
· 18 years ago
0bcbc92
[IPV6]: Disallow RH0 by default.
by YOSHIFUJI Hideaki
· 18 years ago
53aadcc
[IPV6]: Set IF_READY if the device is up and has carrier
by Herbert Xu
· 18 years ago
b6f99a2
[NET]: fix up misplaced inlines.
by Dave Jones
· 18 years ago
c7ababb
[IPV6]: Do not set IF_READY if device is down
by Herbert Xu
· 18 years ago
2c12a74
[IPV6]: anycast refcnt fix
by Michal Wrobel
· 18 years ago
45ba9dd
[IPV6] ADDRCONF: Register inet6_dev earlier.
by YOSHIFUJI Hideaki
· 18 years ago
46d4804
[IPV6] ADDRCONF: Manage prefix route corresponding to address manually added.
by YOSHIFUJI Hideaki
· 18 years ago
8c14b7c
[IPV6] ADDRCONF: Statically link __ipv6_addr_type() for sunrpc subsystem.
by YOSHIFUJI Hideaki
· 18 years ago
3fbfa98
[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables
by Eric W. Biederman
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
1ab1457
[NET] IPV6: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
2693256
[NETLINK]: Don't BUG on undersized allocations
by Patrick McHardy
· 18 years ago
fa03ef3
[IPV6]: Fix up some CONFIG typos
by Neil Horman
· 18 years ago
d88ae4c
[IPV6] MCAST: Fix joining all-node multicast group on device initialization.
by YOSHIFUJI Hideaki
· 18 years ago
Next »