index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[NETNS][IPV6]: inet6_addr - check ipv6 address per namespace
Daniel Lezcano
10
-15
/
+23
2008-01-28
[NETNS][IPV6]: inet6_addr - isolate inet6 addresses from proc file
Daniel Lezcano
1
-6
/
+35
2008-01-28
[NEIGH]: Add a comment describing what a NUD stands for.
Pavel Emelyanov
1
-0
/
+4
2008-01-28
[TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer().
David S. Miller
2
-1
/
+9
2008-01-28
[NETNS]: Use the per-net ipv6_devconf(_all) in sysctl handlers
Pavel Emelyanov
1
-6
/
+7
2008-01-28
[NETNS]: Use the per-net ipv6_devconf_dflt
Pavel Emelyanov
1
-3
/
+3
2008-01-28
[NETNS]: Create ipv6 devconf-s for namespaces
Pavel Emelyanov
2
-12
/
+72
2008-01-28
[NETNS]: Make the ctl-tables per-namespace
Pavel Emelyanov
1
-10
/
+14
2008-01-28
[NETNS]: Make the __addrconf_sysctl_register return an error
Pavel Emelyanov
1
-3
/
+3
2008-01-28
[NETNS]: Clean out the ipv6-related sysctls creation/destruction
Pavel Emelyanov
1
-29
/
+34
2008-01-28
[NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semantics
Denis V. Lunev
2
-5
/
+5
2008-01-28
[ATM]: Simplify /proc/net/atm/arp opening
Denis V. Lunev
1
-37
/
+5
2008-01-28
[ATM]: Oops reading net/atm/arp
Denis V. Lunev
3
-6
/
+17
2008-01-28
[NETNS]: Enable routing configuration in non-initial namespace.
Denis V. Lunev
1
-16
/
+0
2008-01-28
[NETNS]: Replace init_net with the correct context in fib_frontend.c
Denis V. Lunev
1
-4
/
+4
2008-01-28
[NETNS]: Pass namespace through ip_rt_ioctl.
Denis V. Lunev
4
-7
/
+7
2008-01-28
[NETNS]: Correctly fill fib_config data.
Denis V. Lunev
1
-13
/
+14
2008-01-28
[NETNS]: Provide correct namespace for fibnl netlink socket.
Denis V. Lunev
2
-8
/
+18
2008-01-28
[NETNS]: Place fib tables into netns.
Denis V. Lunev
3
-16
/
+28
2008-01-28
[NETNS]: Namespacing IPv4 fib rules.
Denis V. Lunev
2
-20
/
+29
2008-01-28
[NETNS]: Show routing information from correct namespace (fib_trie.c)
Denis V. Lunev
1
-12
/
+32
2008-01-28
[NETNS]: Show routing information from correct namespace (fib_hash.c)
Denis V. Lunev
1
-6
/
+11
2008-01-28
[NETNS]: Add netns to nl_info structure.
Denis V. Lunev
5
-9
/
+25
2008-01-28
[NETNS]: Add netns parameter to inet_(dev_)add_type.
Eric W. Biederman
17
-34
/
+36
2008-01-28
[NETNS]: Add netns parameter to fib_get_table/fib_new_table.
Denis V. Lunev
5
-32
/
+32
2008-01-28
[IPV4]: Unify access to the routing tables.
Denis V. Lunev
2
-28
/
+40
2008-01-28
[NETNS]: Refactor fib initialization so it can handle multiple namespaces.
Denis V. Lunev
6
-26
/
+92
2008-01-28
[IPV4]: Check fib4_rules_init failure.
Denis V. Lunev
3
-6
/
+28
2008-01-28
[NETNS]: Add namespace to API for routing /proc entries creation.
Denis V. Lunev
4
-18
/
+19
2008-01-28
[NETNS]: Namespacing in the generic fib rules code.
Denis V. Lunev
2
-37
/
+58
2008-01-28
[NETNS]: Pass fib_rules_ops into default_pref method.
Denis V. Lunev
5
-5
/
+5
2008-01-28
[NETNS]: Add netns parameter to fib_rules_(un)register.
Denis V. Lunev
5
-9
/
+9
2008-01-28
[NETNS][IPV6]: Make icmpv6_time sysctl per namespace.
Daniel Lezcano
4
-4
/
+5
2008-01-28
[NETNS][IPV6]: Make sysctls route per namespace.
Daniel Lezcano
6
-36
/
+56
2008-01-28
[NETNS][IPV6]: Make mld_max_msf readonly in other namespaces.
Daniel Lezcano
1
-0
/
+6
2008-01-28
[NETNS][IPV6]: Make ip6_frags per namespace.
Daniel Lezcano
5
-16
/
+26
2008-01-28
[NETNS][IPV6]: Make bindv6only sysctl per namespace.
Daniel Lezcano
4
-5
/
+6
2008-01-28
[NETNS][IPV6]: Make multiple instance of sysctl tables.
Daniel Lezcano
5
-14
/
+89
2008-01-28
[NETNS][IPV6]: Make the ipv6 sysctl to be a netns subsystem.
Daniel Lezcano
1
-4
/
+19
2008-01-28
[NETNS][IPV6]: Add ipv6 structure for netns.
Daniel Lezcano
2
-0
/
+14
2008-01-28
[NETNS][IPV6]: Make a subsystem for af_inet6.
Daniel Lezcano
1
-0
/
+22
2008-01-28
[NETNS][IPV6]: Make ipv6_sysctl_register to return a value.
Daniel Lezcano
3
-4
/
+12
2008-01-28
[XFRM]: Remove ifdef crypto.
Sebastian Siewior
2
-2
/
+1
2008-01-28
[BRIDGE]: Remove unused macros from ebt_vlan.c
Rami Rosen
1
-2
/
+0
2008-01-28
[NETFILTER]: Use the ctl paths instead of hand-made analogue
Pavel Emelyanov
4
-128
/
+16
2008-01-28
[NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules
Pavel Emelyanov
7
-55
/
+20
2008-01-28
[AX25]: Switch to using ctl_paths.
Pavel Emelyanov
1
-22
/
+5
2008-01-28
[DECNET]: Switch to using ctl_paths.
Pavel Emelyanov
2
-55
/
+20
2008-01-28
[IPVS]: Switch to using ctl_paths.
Pavel Emelyanov
6
-88
/
+14
2008-01-28
[NET]: Simple ctl_table to ctl_path conversions.
Pavel Emelyanov
10
-204
/
+52
[next]