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
2008-01-28
hamradio/scc: kill unnecessary use of 'irq' function arg
Jeff Garzik
1
-3
/
+5
2008-01-28
sk98lin: kill bogus check and convert to use ARRAY_SIZE()
Alejandro Martinez Ruiz
3
-14
/
+2
2008-01-28
netdev: ARRAY_SIZE() cleanups
Alejandro Martinez Ruiz
10
-38
/
+19
2008-01-28
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
Alejandro Martinez Ruiz
9
-18
/
+15
2008-01-28
wireless: fix '!x & y' typo's
Roel Kluin
7
-8
/
+8
2008-01-28
libertas: move wlan_*_association_work from header to c file
Holger Schurig
2
-34
/
+34
2008-01-28
iwlwifi: disable interrupts before calling request_irq
Jes Sorensen
2
-0
/
+4
2008-01-28
P54: use temporary variables to reduce size of generated code
Dmitry Torokhov
1
-36
/
+41
2008-01-28
Prism54: Convert mgmt_sem to the mutex API
Matthias Kaehlcke
3
-4
/
+5
2008-01-28
orinoco: more reliable scan handling
Dan Williams
2
-240
/
+313
2008-01-28
b43: consistent naming for ieee80211_ops
Michael Buesch
1
-37
/
+38
2008-01-28
b43: Use the retry limit parameters from mac80211
Michael Buesch
2
-30
/
+53
2008-01-28
b43: Dereference of wl->current_dev must be protected by wl->mutex
Michael Buesch
1
-14
/
+12
2008-01-28
b43legacy: Remove set_key callback
Michael Buesch
1
-27
/
+0
2008-01-28
b43legacy: Rewrite pwork locking
Larry Finger
1
-58
/
+30
2008-01-28
b43legacy: Use input-polldev for the rfkill switch
Larry Finger
4
-103
/
+109
2008-01-28
b43legacy: RF-kill support
Larry Finger
9
-15
/
+250
2008-01-28
b43legacy: LED triggers support
Larry Finger
7
-310
/
+241
2008-01-28
iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965
Christoph Hellwig
13
-336
/
+368
2008-01-28
iwlwifi: keep 3945 and 4965 headers separate
Christoph Hellwig
21
-2208
/
+5337
2008-01-28
iwlwifi: mark more functions/variables static
Christoph Hellwig
6
-58
/
+38
2008-01-28
iwlwifi: Update iwlwifi version stamp to 1.1.19
Zhu Yi
2
-2
/
+2
2008-01-28
iwlwifi: Update iwlwifi version stamp to 1.1.18
Zhu Yi
2
-2
/
+2
2008-01-28
iwl4965: exclude 60M rate from probe request
mabbas
1
-7
/
+9
2008-01-28
iwlwifi: Renames struct fw_image_desc to struct fw_desc
Tomas Winkler
2
-7
/
+7
2008-01-28
iwlwifi: add 5965 SCD registers to iwl-prph.h
Emmanuel Grumbach
1
-1
/
+11
2008-01-28
iwlwifi: move 3945 SCD registers to iwl-prph.h
Emmanuel Grumbach
2
-8
/
+20
2008-01-28
iwlwifi-ht: move 4965 SCD registers to iwl-prph.h
Emmanuel Grumbach
3
-45
/
+44
2008-01-28
iwlwifi: replacing wording restricted to nic access in iwl-io
Tomas Winkler
5
-231
/
+229
2008-01-28
iwlwifi: rename restricted_mem to targ_mem
Tomas Winkler
5
-56
/
+54
2008-01-28
iwlwifi: replace restricted_reg with prph
Tomas Winkler
5
-157
/
+119
2008-01-28
iwlwifi: accept up to 4K frame size on Rx side to fit A-MSDU frame
mabbas
1
-2
/
+2
2008-01-28
iwlwifi: using PCI_DEVICE macro
Tomas Winkler
2
-4
/
+4
2008-01-28
iwlwifi: remove cck_power_index_compensation
Tomas Winkler
2
-3
/
+0
2008-01-28
iwlwifi: remove late null-check and duplicate bug_on
Ian Schram
2
-14
/
+0
2008-01-28
iwlwifi: Beautify by removing superfluous newlines and code
Ian Schram
2
-42
/
+21
2008-01-28
iwlwifi: Two comments in iwl-3945.c were longer than 80 columns
Ian Schram
1
-4
/
+6
2008-01-28
iwlwifi: remove cck_flag from iwl_driver_hw_info
Tomas Winkler
4
-7
/
+5
2008-01-28
iwlwifi: add TGN flag to qos parameters
Tomas Winkler
1
-3
/
+8
2008-01-28
iwlwifi: rs-4965 fix return values
Tomas Winkler
1
-64
/
+37
2008-01-28
iwlwifi: renaming last_used and first_empty
Tomas Winkler
5
-83
/
+83
2008-01-28
iwlwifi: rename iwl_eeprom_aqcuire_semaphore to _acquire_
Ian Schram
6
-9
/
+9
2008-01-28
iwlwifi: fix various spelling and typos
Ian Schram
14
-52
/
+52
2008-01-28
iwlwifi: Add erp_ie_changed hanlder
Tomas Winkler
1
-0
/
+24
2008-01-28
rt2x00: Release rt2x00 2.0.12
Ivo van Doorn
1
-1
/
+1
2008-01-28
rt2x00: Correctly set ACK bit in tx descriptors
Mattias Nissler
7
-6
/
+16
2008-01-28
rt2x00: Place mutex around USB register access
Adam Baker
5
-16
/
+131
2008-01-28
rt2x00: Remove data_desc structure
Ivo van Doorn
15
-59
/
+44
2008-01-28
rt2x00: Rework rt73 antenna selection
Mattias Nissler
2
-55
/
+33
2008-01-28
rt2x00: Remove unused variables
Ivo van Doorn
1
-2
/
+0
[next]