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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-29
gigaset: convert strcmp chain to table lookup
Tilman Schmidt
2
-23
/
+25
2009-10-29
gigaset: checkpatch cleanup of ev-layer.c
Tilman Schmidt
1
-247
/
+231
2009-10-29
bas_gigaset: checkpatch cleanup
Tilman Schmidt
2
-82
/
+93
2009-10-29
ser_gigaset: checkpatch cleanup
Tilman Schmidt
1
-19
/
+37
2009-10-29
gigaset: checkpatch cleanup
Tilman Schmidt
5
-89
/
+74
2009-10-29
usb_gigaset: code cleanup
Tilman Schmidt
4
-331
/
+358
2009-10-29
gigaset: fix bad assumptions about CAPI skbuffs
Tilman Schmidt
5
-50
/
+70
2009-10-29
gigaset: fix format string typo in CAPI dial command
Tilman Schmidt
1
-1
/
+1
2009-10-29
gigaset: CAPI module readability improvements
Tilman Schmidt
1
-63
/
+81
2009-10-29
be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
Ajit Khaparde
1
-0
/
+2
2009-10-29
e1000e: flow control doesn't re-enable
Bruce Allan
1
-2
/
+10
2009-10-29
ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599
Yi Zou
3
-0
/
+48
2009-10-29
ixgbe: Add support for 82599 alternative WWNN/WWPN prefix
Yi Zou
2
-0
/
+65
2009-10-28
vmxnet3: remove duplicate #include
Shreyas Bhatewara
1
-5
/
+0
2009-10-28
be2net: Changes to update ethtool get_settings function to return appropriate...
Sarveshwar Bandi
4
-6
/
+117
2009-10-28
e100: Fix to allow systems with FW based cards to resume from STD
David Graham
1
-4
/
+16
2009-10-28
netxen: update version to 4.0.65
Dhananjay Phadke
1
-2
/
+2
2009-10-28
netxen: module firmware hints
Dhananjay Phadke
3
-1
/
+15
2009-10-28
netxen: update module info
Dhananjay Phadke
1
-12
/
+6
2009-10-28
netxen: add PCI IDs for new chip
Dhananjay Phadke
3
-4
/
+8
2009-10-28
netxen: refactor indirect register access
Dhananjay Phadke
1
-39
/
+36
2009-10-28
netxen: support for new firmware file format
Amit Kumar Salecha
2
-63
/
+278
2009-10-28
via-velocity: Remove private device list
Ben Hutchings
2
-38
/
+3
2009-10-28
tc35815: Enable NAPI
Atsushi Nemoto
1
-0
/
+1
2009-10-28
tc35815: Fix return value of tc35815_do_interrupt when NAPI enabled
Atsushi Nemoto
1
-0
/
+5
2009-10-28
NET/KS8695: add support NAPI for Rx
Figo.zhang
1
-25
/
+78
2009-10-28
igb: Fix warnings in igb_set_ringparam()
David S. Miller
1
-2
/
+2
2009-10-28
igb: cleanup whitespace issues in igb_main.c
Alexander Duyck
1
-22
/
+19
2009-10-28
igb: open up SCTP checksum offloads to all MACs 82576 and newer
Alexander Duyck
1
-1
/
+1
2009-10-28
igb: limit minimum mtu to 68 to keep ip bound to interface
Alexander Duyck
1
-2
/
+1
2009-10-28
igb: add pci_dev in few spots to clean up use of dev_err/info/warn
Alexander Duyck
1
-12
/
+12
2009-10-28
igb: replace unecessary &adapter->hw with just hw where applicable
Alexander Duyck
1
-14
/
+12
2009-10-28
igb: cleanup clean_rx_irq_adv and alloc_rx_buffers_adv
Alexander Duyck
1
-5
/
+19
2009-10-28
igb: cleanup igb xmit frame path
Alexander Duyck
1
-15
/
+15
2009-10-28
igb: cleanup igb.h header whitespace and some structure formatting
Alexander Duyck
1
-6
/
+6
2009-10-28
igb: Remove invalid stats counters
Alexander Duyck
2
-23
/
+1
2009-10-28
igb: cleanup interrupt enablement in regards to msix_other
Alexander Duyck
1
-8
/
+23
2009-10-28
igb: change queue ordering for 82576 based adapters
Alexander Duyck
1
-12
/
+13
2009-10-28
igb: cleanup code related to ring resource allocation and free
Alexander Duyck
1
-12
/
+17
2009-10-28
igb: make tx hang check multiqueue, check eop descriptor
Alexander Duyck
1
-4
/
+6
2009-10-28
igb: move global_quad_port_a from global into local static define
Alexander Duyck
1
-6
/
+2
2009-10-28
igb: only process global stats in igb_update_stats
Alexander Duyck
1
-32
/
+29
2009-10-28
igb: move vf init into a seperate function
Alexander Duyck
1
-42
/
+56
2009-10-28
igb: rework handling of the vfta and vlvf registers in relation to mng_vlan
Alexander Duyck
1
-62
/
+32
2009-10-28
igb: rework use of VMOLR in regards to PF and VFs
Alexander Duyck
3
-60
/
+125
2009-10-28
igb: replace the VF clear_to_send with a flags value
Alexander Duyck
2
-60
/
+70
2009-10-28
igb: use packet buffer sizes from RXPBS register
Alexander Duyck
3
-1
/
+6
2009-10-28
igb: misc cleanups within igb_ethtool.c
Alexander Duyck
1
-45
/
+60
2009-10-28
igb: cleanup some of the code related to hw timestamping
Alexander Duyck
5
-268
/
+242
2009-10-28
igb: add support for seperate tx-usecs setting in ethtool
Alexander Duyck
3
-22
/
+54
[next]