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
2010-04-20
net: Fix various endianness glitches
Eric Dumazet
17
-61
/
+65
2010-04-20
tg3: Enable GRO by default.
David S. Miller
1
-0
/
+1
2010-04-20
niu: Enable GRO by default.
David S. Miller
1
-1
/
+1
2010-04-20
net: sk_sleep() helper
Eric Dumazet
46
-204
/
+208
2010-04-20
net: emphasize rtnl lock required in call_netdevice_notifiers
Jiri Pirko
1
-0
/
+1
2010-04-20
rps: consistent rxhash
Eric Dumazet
1
-7
/
+18
2010-04-20
rps: cleanups
Eric Dumazet
2
-71
/
+82
2010-04-19
rps: static functions
Eric Dumazet
1
-2
/
+2
2010-04-19
rps: shortcut net_rps_action()
Eric Dumazet
2
-50
/
+38
2010-04-19
bnx2x: Date and version
Vladislav Zolotarov
1
-2
/
+2
2010-04-19
bnx2x: Don't report link down if has been already down
Vladislav Zolotarov
1
-2
/
+4
2010-04-19
bnx2x: Rework power state handling code
Vladislav Zolotarov
1
-3
/
+9
2010-04-19
bnx2x: use mask in test_registers() to avoid parity error
Vladislav Zolotarov
1
-1
/
+1
2010-04-19
bnx2x: Fixed MSI-X enabling flow
Vladislav Zolotarov
2
-8
/
+38
2010-04-19
bnx2x: Added new statistics
Vladislav Zolotarov
2
-46
/
+76
2010-04-19
bnx2x: White spaces
Vladislav Zolotarov
2
-161
/
+213
2010-04-19
bnx2x: Protect code with NOMCP
Vladislav Zolotarov
1
-12
/
+32
2010-04-19
bnx2x: Increase DMAE max write size for 57711
Vladislav Zolotarov
2
-5
/
+6
2010-04-19
bnx2x: Use VPD-R V0 entry to display firmware revision
Vladislav Zolotarov
2
-2
/
+73
2010-04-19
bnx2x: Parity errors handling for 57710 and 57711
Vladislav Zolotarov
3
-56
/
+1039
2010-04-18
net: Introduce skb_orphan_try()
Eric Dumazet
1
-14
/
+13
2010-04-18
net: remove time limit in process_backlog()
Eric Dumazet
1
-3
/
+2
2010-04-17
rps: rps_sock_flow_table is mostly read
Eric Dumazet
1
-1
/
+1
2010-04-16
rfs: Receive Flow Steering
Tom Herbert
8
-29
/
+389
2010-04-15
ipv6: fix the comment of ip6_xmit()
Shan Wei
1
-1
/
+1
2010-04-15
net: replace ipfragok with skb->local_df
Shan Wei
15
-20
/
+20
2010-04-15
ipv6: cancel to setting local_df in ip6_xmit()
Shan Wei
1
-4
/
+0
2010-04-15
net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4
Joe Perches
1
-2
/
+2
2010-04-15
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
174
-5613
/
+8597
2010-04-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2
-3
/
+9
2010-04-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
174
-5613
/
+8597
2010-04-15
ipv4: ipmr: fix NULL pointer deref during unres queue destruction
Patrick McHardy
1
-1
/
+5
2010-04-15
ipv4: ipmr: fix invalid cache resolving when adding a non-matching entry
Patrick McHardy
1
-1
/
+3
2010-04-15
ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependencies
Patrick McHardy
1
-1
/
+1
2010-04-15
net: CONFIG_SMP should be CONFIG_RPS
Changli Gao
1
-1
/
+1
2010-04-15
net: netif_rx() must disable preemption
Eric Dumazet
1
-10
/
+15
2010-04-14
Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
David S. Miller
2
-7
/
+8
2010-04-14
ixgbe: fix bug with vlan strip in promsic mode
Jesse Brandeburg
1
-43
/
+72
2010-04-14
drivers: net: use skb_headlen()
Eric Dumazet
17
-33
/
+33
2010-04-14
wireless: rt2x00: rt2800usb: identify Sitecom devices
Xose Vazquez Perez
1
-7
/
+4
2010-04-14
ar9170usb: add a couple more USB IDs
Christian Lamparter
1
-0
/
+10
2010-04-14
wl1251: don't require NVS data when EEPROM is used
Grazvydas Ignotas
1
-2
/
+2
2010-04-14
ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb...
Ming Lei
1
-2
/
+9
2010-04-14
ath9k-htc:respect usb buffer cacheline alignment in reg out path
Ming Lei
3
-13
/
+16
2010-04-14
ath9k-htc:respect usb buffer cacheline alignment in reg in path
Ming Lei
3
-9
/
+12
2010-04-14
ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbs
Ming Lei
1
-3
/
+3
2010-04-14
ath5k: treat RXORN as non-fatal
Bruno Randolf
2
-1
/
+15
2010-04-14
ath5k: Use high bitrates for ACK/CTS
Bruno Randolf
3
-6
/
+5
2010-04-14
virtio_net: Fix mis-merge.
David S. Miller
1
-1
/
+0
2010-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
8
-9
/
+17
[next]