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
2013-07-28
lib/Kconfig.debug: Restrict FRAME_POINTER for MIPS
Markos Chandras
1
-1
/
+1
2013-07-28
SCSI: megaraid_sas: fix memory leak if SGL has zero length entries
Bjørn Mork
1
-4
/
+6
2013-07-28
SCSI: mpt3sas: fix for kernel panic when driver loads with HBA conected to no...
Sreekanth Reddy
1
-0
/
+14
2013-07-28
SCSI: mpt3sas: Infinite loops can occur if MPI2_IOCSTATUS_CONFIG_INVALID_PAGE...
Sreekanth Reddy
1
-12
/
+4
2013-07-28
EDAC: Fix lockdep splat
Borislav Petkov
4
-15
/
+31
2013-07-28
bcache: Journal replay fix
Kent Overstreet
1
-1
/
+6
2013-07-28
bcache: Fix GC_SECTORS_USED() calculation
Kent Overstreet
1
-1
/
+3
2013-07-28
bcache: Fix a sysfs splat on shutdown
Kent Overstreet
2
-1
/
+11
2013-07-28
bcache: Shutdown fix
Kent Overstreet
1
-7
/
+11
2013-07-28
bcache: Advertise that flushes are supported
Kent Overstreet
2
-1
/
+9
2013-07-28
bcache: Fix a dumb race
Kent Overstreet
1
-2
/
+4
2013-07-28
fuse: readdirplus: sanity checks
Miklos Szeredi
1
-1
/
+11
2013-07-28
fuse: readdirplus: fix instantiate
Miklos Szeredi
1
-4
/
+13
2013-07-28
fuse: readdirplus: fix dentry leak
Niels de Vos
1
-5
/
+8
2013-07-28
RAPIDIO: IDT_GEN2: Fix build error.
Ralf Baechle
1
-0
/
+2
2013-07-28
MIPS: Oceton: Fix build error.
Ralf Baechle
1
-1
/
+2
2013-07-28
vlan: fix a race in egress prio management
Eric Dumazet
1
-0
/
+7
2013-07-28
vlan: mask vlan prio bits
Eric Dumazet
3
-5
/
+11
2013-07-28
macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
Jason Wang
1
-25
/
+37
2013-07-28
tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
Jason Wang
1
-24
/
+38
2013-07-28
pkt_sched: sch_qfq: remove a source of high packet delay/jitter
Paolo Valente
1
-29
/
+56
2013-07-28
hyperv: Fix the NETIF_F_SG flag setting in netvsc
Haiyang Zhang
1
-2
/
+2
2013-07-28
be2net: Fix to avoid hardware workaround when not needed
Sarveshwar Bandi
1
-4
/
+10
2013-07-28
ipv4: set transport header earlier
Eric Dumazet
1
-4
/
+3
2013-07-28
atl1e: unmap partially mapped skb on dma error and free skb
Neil Horman
1
-1
/
+23
2013-07-28
atl1e: fix dma mapping warnings
Neil Horman
1
-3
/
+25
2013-07-28
ipv6: only static routes qualify for equal cost multipathing
Hannes Frederic Sowa
1
-4
/
+11
2013-07-28
gre: Fix MTU sizing check for gretap tunnels
Alexander Duyck
1
-1
/
+1
2013-07-28
ifb: fix oops when loading the ifb failed
dingtianhong
1
-0
/
+4
2013-07-28
dummy: fix oops when loading the dummy failed
dingtianhong
1
-0
/
+4
2013-07-28
ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREF
Hannes Frederic Sowa
1
-23
/
+40
2013-07-28
alx: fix lockdep annotation
Maarten Lankhorst
1
-3
/
+2
2013-07-28
9p: fix off by one causing access violations and memory corruption
Sasha Levin
1
-5
/
+5
2013-07-28
ipv6: in case of link failure remove route directly instead of letting it expire
Hannes Frederic Sowa
1
-3
/
+6
2013-07-28
macvtap: correctly linearize skb when zerocopy is used
Jason Wang
1
-2
/
+6
2013-07-28
tuntap: correctly linearize skb when zerocopy is used
Jason Wang
1
-3
/
+6
2013-07-28
ifb: fix rcu_sched self-detected stalls
dingtianhong
1
-1
/
+3
2013-07-28
sunvnet: vnet_port_remove must call unregister_netdev
Dave Kleikamp
1
-0
/
+2
2013-07-28
vhost-net: fix use-after-free in vhost_net_flush
Michael S. Tsirkin
1
-2
/
+7
2013-07-28
virtio_net: fix race in RX VQ processing
Michael S. Tsirkin
1
-2
/
+3
2013-07-28
virtio: support unlocked queue poll
Michael S. Tsirkin
2
-12
/
+48
2013-07-28
net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit
Jongsung Kim
1
-1
/
+1
2013-07-28
sfc: Fix memory leak when discarding scattered packets
Ben Hutchings
1
-7
/
+20
2013-07-28
ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...
Hannes Frederic Sowa
1
-0
/
+2
2013-07-28
ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size
Hannes Frederic Sowa
1
-6
/
+10
2013-07-28
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...
Hannes Frederic Sowa
3
-2
/
+9
2013-07-28
ipip: fix a regression in ioctl
Cong Wang
1
-5
/
+7
2013-07-28
l2tp: add missing .owner to struct pppox_proto
Wei Yongjun
1
-1
/
+2
2013-07-28
ip_tunnels: Use skb-len to PMTU check.
Pravin B Shelar
1
-43
/
+54
2013-07-28
ipv6,mcast: always hold idev->lock before mca_lock
Amerigo Wang
3
-18
/
+31
[next]