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
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[NETNS]: Add netns parameter to fib_get_table/fib_new_table.
Denis V. Lunev
4
-24
/
+24
2008-01-28
[IPV4]: Unify access to the routing tables.
Denis V. Lunev
1
-17
/
+12
2008-01-28
[NETNS]: Refactor fib initialization so it can handle multiple namespaces.
Denis V. Lunev
5
-25
/
+90
2008-01-28
[IPV4]: Check fib4_rules_init failure.
Denis V. Lunev
2
-5
/
+27
2008-01-28
[NETNS]: Add namespace to API for routing /proc entries creation.
Denis V. Lunev
3
-16
/
+17
2008-01-28
[NETNS]: Pass fib_rules_ops into default_pref method.
Denis V. Lunev
1
-1
/
+1
2008-01-28
[NETNS]: Add netns parameter to fib_rules_(un)register.
Denis V. Lunev
1
-1
/
+1
2008-01-28
[NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules
Pavel Emelyanov
2
-23
/
+5
2008-01-28
[IPVS]: Switch to using ctl_paths.
Pavel Emelyanov
5
-88
/
+11
2008-01-28
[IPV4]: Remove unsupported DNAT (RTCF_NAT and RTCF_NAT) in IPV4
Rami Rosen
2
-5
/
+4
2008-01-28
[NET]: Remove obsolete comment
Ilpo Järvinen
1
-2
/
+0
2008-01-28
[IPVS]: Kill some bloat
Ilpo Järvinen
1
-1
/
+1
2008-01-28
[NETNS]: Should build with CONFIG_SYSCTL=n
Eric Dumazet
1
-7
/
+10
2008-01-28
[ICMP]: Avoid sparse warnings in net/ipv4/icmp.c
Eric Dumazet
1
-2
/
+2
2008-01-28
[NET]: prot_inuse cleanups and optimizations
Eric Dumazet
5
-11
/
+12
2008-01-28
[TCP]: Perform setting of common control fields in one place
Ilpo Järvinen
1
-55
/
+36
2008-01-28
[TCP]: Urgent parameter effect can be simplified.
Ilpo Järvinen
1
-1
/
+1
2008-01-28
[TCP]: cleanup tcp_parse_options deep indented switch
Ilpo Järvinen
1
-68
/
+67
2008-01-28
[NET]: Add some acquires/releases sparse annotations.
Eric Dumazet
3
-0
/
+5
2008-01-28
[TCP]: Remove unnecessary local variable
Ilpo Järvinen
1
-2
/
+1
2008-01-28
[TCP]: Code duplication removal, added tcp_bound_to_half_wnd()
Ilpo Järvinen
1
-8
/
+11
2008-01-28
[TCP]: cleanup tcp_{in,out}put.c style
Ilpo Järvinen
2
-282
/
+300
2008-01-28
[TCP]: reduce tcp_output's indentation levels a bit
Ilpo Järvinen
1
-118
/
+121
2008-01-28
[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
Ilpo Järvinen
3
-7
/
+4
2008-01-28
[TCP]: Dropped unnecessary skb/sacked accessing in reneging
Ilpo Järvinen
1
-12
/
+13
2008-01-28
[TCP]: Introduce tcp_wnd_end() to reduce line lengths
Ilpo Järvinen
2
-12
/
+11
2008-01-28
[TCP]: Rename update_send_head & include related increment to it
Ilpo Järvinen
1
-20
/
+12
2008-01-28
[TCP]: Make invariant check complain about invalid sacked_out
Ilpo Järvinen
1
-4
/
+1
2008-01-28
[UDP]: Add memory accounting.
Hideo Aoki
4
-3
/
+93
2008-01-28
[NET] CORE: Introducing new memory accounting interface.
Hideo Aoki
4
-38
/
+45
2008-01-28
[IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input
Herbert Xu
2
-4
/
+1
2008-01-28
[IPSEC]: Fix transport-mode async resume on intput without netfilter
Herbert Xu
1
-7
/
+5
2008-01-28
[TCP]: Remove seq_rtt ptr from clean_rtx_queue args
Ilpo Järvinen
1
-5
/
+2
2008-01-28
[TCP]: Force TSO splits to MSS boundaries
Ilpo Järvinen
1
-26
/
+25
2008-01-28
[NETNS]: Modify the neighbour table code so it handles multiple network names...
Eric W. Biederman
1
-6
/
+6
2008-01-28
[XFRM]: RFC4303 compliant auditing
Paul Moore
2
-1
/
+4
2008-01-28
[TCP]: Avoid two divides in __tcp_grow_window()
Eric Dumazet
1
-2
/
+2
2008-01-28
[TCP]: Avoid a divide in tcp_mtu_probing()
Eric Dumazet
1
-1
/
+1
2008-01-28
[TCP]: Move mss variable in tcp_mtu_probing()
David S. Miller
1
-2
/
+2
2008-01-28
[TCP]: tcp_write_timeout.c cleanup
Eric Dumazet
1
-14
/
+21
2008-01-28
[INET]: Avoid an integer divide in rt_garbage_collect()
Eric Dumazet
1
-2
/
+2
2008-01-28
[TCP]: Convert several length variable to unsigned.
YOSHIFUJI Hideaki
1
-3
/
+3
2008-01-28
[TCP] Avoid two divides in tcp_output.c
Eric Dumazet
1
-2
/
+2
2008-01-28
[XFRM] IPv6: Fix dst/routing check at transformation.
Masahide NAKAMURA
1
-0
/
+7
2008-01-28
[TCP]: Fix TSO deferring
Ilpo Järvinen
1
-1
/
+2
2008-01-28
[INET]: Uninline the inet_twsk_put function.
Pavel Emelyanov
1
-0
/
+15
2008-01-28
[INET]: Uninline the __inet_lookup_established function.
Pavel Emelyanov
1
-0
/
+38
2008-01-28
[INET]: Uninline the __inet_hash function.
Pavel Emelyanov
2
-3
/
+45
2008-01-28
[IPSEC]: Rename tunnel-mode functions to avoid collisions with tunnels
Herbert Xu
1
-8
/
+8
2008-01-28
[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option
Patrick McHardy
1
-1
/
+25
[next]