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
2007-10-11
[TCP]: Limit processing lost_retrans loop to work-to-do cases
Ilpo Järvinen
3
-3
/
+15
2007-10-11
[TCP]: Fix lost_retrans loop vs fastpath problems
Ilpo Järvinen
1
-15
/
+22
2007-10-11
[TCP]: No need to re-count fackets_out/sacked_out at RTO
Ilpo Järvinen
1
-10
/
+16
2007-10-11
[TCP]: Extract tcp_match_queue_to_sack from sacktag code
Ilpo Järvinen
1
-19
/
+35
2007-10-11
[TCP]: Kill almost unused variable pcount from sacktag
Ilpo Järvinen
1
-6
/
+3
2007-10-11
[TCP]: Fix mark_head_lost to ignore R-bit when trying to mark L
Ilpo Järvinen
1
-1
/
+1
2007-10-11
[TCP]: Add bytes_acked (ABC) clearing to FRTO too
Ilpo Järvinen
1
-0
/
+2
2007-10-11
[IPv6]: Update setsockopt(IPV6_MULTICAST_IF) to support RFC 3493, try2
Brian Haley
1
-5
/
+8
2007-10-11
[NETFILTER]: x_tables: add missing ip6t_modulename aliases
Jan Engelhardt
8
-0
/
+8
2007-10-11
[NETFILTER]: nf_conntrack_tcp: fix connection reopening
Jozsef Kadlecsik
1
-21
/
+14
2007-10-11
[QETH]: fix qeth_main.c
Andrew Morton
1
-1
/
+2
2007-10-10
[NETLINK]: fib_frontend build fixes
David S. Miller
1
-11
/
+5
2007-10-10
[IPv6]: Export userland ND options through netlink (RDNSS support)
Pierre Ynard
3
-9
/
+124
2007-10-10
[9P]: build fix with !CONFIG_SYSCTL
Ingo Molnar
1
-0
/
+12
2007-10-10
[NET]: Fix dev_put() and dev_hold() comments
Benjamin Thery
1
-2
/
+2
2007-10-10
[NET]: make netlink user -> kernel interface synchronious
Denis V. Lunev
18
-299
/
+130
2007-10-10
[NET]: unify netlink kernel socket recognition
Denis V. Lunev
1
-4
/
+9
2007-10-10
[NET]: cleanup 3rd argument in netlink_sendskb
Denis V. Lunev
3
-6
/
+5
2007-10-10
[NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2
Denis V. Lunev
2
-32
/
+8
2007-10-10
[NET]: rtnl_unlock cleanups
Denis V. Lunev
1
-6
/
+2
2007-10-10
[NETLINK]: Fix typos in comments in netlink.h
Pierre Ynard
1
-5
/
+5
2007-10-10
[NET]: sanitize kernel_accept() error path
Tony Battersby
1
-0
/
+1
2007-10-10
[TG3]: Update version to 3.83
Matt Carlson
1
-2
/
+2
2007-10-10
[TG3]: WOL defaults
Matt Carlson
2
-6
/
+11
2007-10-10
[TG3]: Add 5761 support
Matt Carlson
3
-15
/
+87
2007-10-10
[TG3]: Add 5761 APE support
Matt Carlson
2
-4
/
+274
2007-10-10
[TG3]: Add new 5761 NVRAM decode routines
Matt Carlson
2
-2
/
+102
2007-10-10
[INET]: local port range robustness
Stephen Hemminger
10
-58
/
+146
2007-10-10
[SCTP]: port randomization
Stephen Hemminger
3
-21
/
+5
2007-10-10
[NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/p...
Patrick McHardy
1
-1
/
+4
2007-10-10
[BNX2]: Update version to 1.6.7.
Michael Chan
1
-2
/
+2
2007-10-10
[BNX2]: Fix default WoL setting.
Michael Chan
2
-6
/
+15
2007-10-10
[BNX2]: Fix remote PHY media detection problems.
Michael Chan
1
-7
/
+27
2007-10-10
[IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c
Herbert Xu
5
-9
/
+15
2007-10-10
[IPSEC]: Move IP length/checksum setting out of transforms
Herbert Xu
14
-65
/
+23
2007-10-10
[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr
Herbert Xu
10
-63
/
+64
2007-10-10
[IPSEC]: Use IPv6 calling convention as the convention for x->mode->output
Herbert Xu
11
-67
/
+44
2007-10-10
[IPSEC]: Set skb->data to payload in x->mode->output
Herbert Xu
16
-42
/
+47
2007-10-10
[IPSEC] beet: Fix extension header support on output
Herbert Xu
1
-2
/
+2
2007-10-10
[IPSEC] esp: Remove NAT-T checksum invalidation for BEET
Herbert Xu
1
-2
/
+1
2007-10-10
[IPV6]: Defer IPv6 device initialization until a valid qdisc is specified
Mitsuru Chinen
1
-3
/
+10
2007-10-10
[NET]: Remove double dev->flags checking when calling dev_close()
Pavel Emelyanov
1
-4
/
+2
2007-10-10
[TCP]: Separate lost_retrans loop into own function
Ilpo Järvinen
1
-37
/
+43
2007-10-10
[CRYPTO] sha: Add header file for SHA definitions
Jan Glauber
7
-109
/
+116
2007-10-10
[CRYPTO] sha: Load the SHA[1|256] module by an alias
Sebastian Siewior
6
-21
/
+8
2007-10-10
[CRYPTO] aes: Rename aes to aes-generic
Sebastian Siewior
5
-5
/
+6
2007-10-10
[CRYPTO] des: Rename des to des-generic
Sebastian Siewior
2
-1
/
+2
2007-10-10
[CRYPTO] blkcipher: Added blkcipher_walk_virt_block
Herbert Xu
2
-10
/
+28
2007-10-10
[CRYPTO] blkcipher: Increase kmalloc amount to aligned block size
Herbert Xu
1
-1
/
+1
2007-10-10
[CRYPTO] api: Explain the comparison on larval cra_name
Herbert Xu
1
-0
/
+5
[next]