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-09-09
ssb: Implement SDIO host bus support
Albert Herranz
6
-1
/
+733
2009-09-09
ath9k: Remove unnecessary casting to u8 in pci_read_config_byte() call
Vasanthakumar Thiagarajan
1
-2
/
+1
2009-09-09
ath9k: Disable ASPM when btcoex is active
Vasanthakumar Thiagarajan
3
-0
/
+20
2009-09-09
b43: Fix sparse warning in hw-tkip code
Michael Buesch
1
-5
/
+5
2009-09-09
b43: Really disable QoS, if requested
Michael Buesch
1
-1
/
+17
2009-09-09
rt2x00: Hardcode TX ack timeout and consume time
Ivo van Doorn
8
-28
/
+7
2009-09-08
b43: PCMCIA is not experimental anymore
Michael Buesch
1
-2
/
+2
2009-09-08
ath,ar9170: implemented conformance test limit calc. for tx power
Joerg Albert
1
-1
/
+164
2009-09-08
ath,ar9170: move CTL_ defines into regd.h
Joerg Albert
2
-6
/
+6
2009-09-08
ssb: Fail ssb modinit, if attach of the buses failed.
Michael Buesch
1
-2
/
+4
2009-09-08
b43: remove SHM spinlock
Michael Buesch
4
-67
/
+8
2009-09-08
b43: Remove PIO RX workqueue
Michael Buesch
3
-34
/
+7
2009-09-08
b43: Remove DMA/PIO queue locks
Michael Buesch
4
-60
/
+13
2009-09-08
b43: Remove TX spinlock
Michael Buesch
2
-37
/
+43
2009-09-08
b43: Use a threaded IRQ handler
Michael Buesch
11
-221
/
+204
2009-09-08
ar9170: implement frequency calibration for one-stage/openfw
Christian Lamparter
1
-0
/
+122
2009-09-08
ath9k: Fix channelFlags for 2GHZ
Sujith
1
-1
/
+1
2009-09-08
ath9k: Fix RX Filter handling for BAR
Sujith
5
-3
/
+7
2009-09-08
ath9k: claim irq for ath9k, not ath for pci
Luis R. Rodriguez
1
-1
/
+1
2009-09-08
ath9k: propagate errors on ath_init_device() and request_irq()
Luis R. Rodriguez
2
-11
/
+9
2009-09-08
ath9k: propagate ieee80211_alloc_hw() failure
Luis R. Rodriguez
1
-2
/
+3
2009-09-08
ar9170: added phy register initialisation from eeprom values
Joerg Albert
1
-1
/
+134
2009-09-04
net: Fix a build break because of a typo in drivers/net/3c503.c
Sachin Sant
1
-1
/
+1
2009-09-04
can: sja1000: legacy SJA1000 ISA bus driver
Wolfgang Grandegger
3
-0
/
+289
2009-09-04
can: sja1000: fix network statistics update
Wolfgang Grandegger
1
-3
/
+2
2009-09-04
can: add can_free_echo_skb() for upcoming drivers
Wolfgang Grandegger
1
-1
/
+17
2009-09-03
WAN: dscc4: Fix warning pointing out a bug.
David S. Miller
1
-1
/
+1
2009-09-03
enic: organize device initialization/deinit into separate functions
Scott Feldman
5
-75
/
+133
2009-09-03
enic: bug fix: check for zero port MTU before posting warning
Scott Feldman
1
-1
/
+1
2009-09-03
enic: changes to driver/firmware interface
Scott Feldman
4
-10
/
+30
2009-09-03
enic: bug fix: enable VLAN filtering
Scott Feldman
1
-1
/
+2
2009-09-03
enic: provision for multiple Rx/Tx queues; prepare for RSS support
Scott Feldman
5
-14
/
+50
2009-09-03
enic: bug fix: included MAC drops in rx_dropped netstat
Scott Feldman
2
-3
/
+9
2009-09-03
enic: bug fix: protect fw call i/f with spinlock
Scott Feldman
1
-0
/
+12
2009-09-03
enic: use netdev_alloc_skb
Scott Feldman
1
-4
/
+6
2009-09-03
enic: bug fix: split TSO fragments larger than 16K into multiple descs
Scott Feldman
1
-18
/
+69
2009-09-03
enic: workaround A0 erratum
Scott Feldman
4
-4
/
+80
2009-09-03
enic: add support for multiple BARs
Scott Feldman
4
-36
/
+66
2009-09-03
macvlan: add multiqueue capability
Eric Dumazet
1
-6
/
+27
2009-09-03
netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data
Ben Hutchings
5
-22
/
+32
2009-09-03
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
Ben Hutchings
30
-92
/
+1
2009-09-03
netdev: Remove SIOCDEVPRIVATE aliases for MDIO ioctls
Ben Hutchings
2
-6
/
+0
2009-09-03
sky2: only enable Vaux if capable of wakeup
Stephen Hemminger
1
-2
/
+3
2009-09-03
netxen: fix infinite loop on dma mapping failure
Dhananjay Phadke
1
-2
/
+2
2009-09-03
netxen: remove duplicate napi_add
Dhananjay Phadke
1
-6
/
+0
2009-09-03
netxen: fix lro buffer allocation
Dhananjay Phadke
2
-2
/
+7
2009-09-03
ixgbe: Add support for using FCoE DDP in 82599 as FCoE targets
Yi Zou
1
-1
/
+7
2009-09-03
ixgbe: Distribute transmission of FCoE traffic in 82599
Yi Zou
1
-2
/
+8
2009-09-03
ixgbe: Add support for multiple Tx queues for FCoE in 82599
Yi Zou
2
-15
/
+65
2009-09-03
igb: set vf rlpml wasn't taking vlan tag into account
Alexander Duyck
2
-0
/
+40
[next]