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
NULL noise in drivers/net
Al Viro
24
-57
/
+49
2008-01-28
e1000 endianness annotations
Al Viro
2
-48
/
+48
2008-01-28
e1000e endianness annotations
Al Viro
2
-47
/
+47
2008-01-28
sungem endianness annotations
Al Viro
2
-7
/
+9
2008-01-28
sunhme endianness annotations
Al Viro
2
-28
/
+33
2008-01-28
endianness annotations and fixes for olympic
Al Viro
2
-14
/
+14
2008-01-28
libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()
David Woodhouse
1
-2
/
+1
2008-01-28
libertas: pass channel argument directly to lbs_mesh_config()
David Woodhouse
5
-16
/
+16
2008-01-28
libertas: cope with both old and new mesh TLV values
David Woodhouse
3
-6
/
+34
2008-01-28
libertas: make lbs_update_channel() function non-static
David Woodhouse
2
-4
/
+5
2008-01-28
libertas: add ethtool support for wake-on-lan configuration
David Woodhouse
6
-11
/
+72
2008-01-28
libertas: implement suspend/resume for USB devices
David Woodhouse
1
-5
/
+11
2008-01-28
libertas: implement suspend and resume core methods
David Woodhouse
2
-0
/
+49
2008-01-28
libertas: make worker thread not freezable
David Woodhouse
1
-4
/
+0
2008-01-28
libertas: switch lbs_cmd() to take a _pointer_ to the command structure
David Woodhouse
3
-15
/
+14
2008-01-28
libertas: add lbs_host_sleep_cfg() command function
David Woodhouse
5
-0
/
+38
2008-01-28
libertas: slight cleanup of netif queue stop/wake
David Woodhouse
4
-25
/
+20
2008-01-28
libertas: add missing newlines in debugging statements
David Woodhouse
3
-10
/
+10
2008-01-28
libertas: be more careful about command responses matching cur_cmd
David Woodhouse
4
-17
/
+26
2008-01-28
libertas: add debugging output to lbs_mesh_config()
David Woodhouse
1
-1
/
+3
2008-01-28
libertas: disable mesh temporarily while setting eth channel/assoc
David Woodhouse
1
-2
/
+12
2008-01-28
libertas: add missing newline on debug message
David Woodhouse
1
-1
/
+1
2008-01-28
libertas: allow setting channel on mshX device
David Woodhouse
1
-1
/
+52
2008-01-28
libertas: allow get/set SSID on mshX device
David Woodhouse
1
-2
/
+50
2008-01-28
libertas: whitespace cleanup in host.h
David Woodhouse
1
-202
/
+178
2008-01-28
libertas: kill rx_urb_recall and eth_dev members of struct usb_card_rec
David Woodhouse
2
-13
/
+2
2008-01-28
libertas: kill references to mesh autostart
David Woodhouse
2
-75
/
+0
2008-01-28
libertas: add lbs_mesh sysfs attribute for enabling mesh
David Woodhouse
8
-17
/
+99
2008-01-28
libertas: fix sparse endianness warnings in scan.c
David Woodhouse
1
-6
/
+5
2008-01-28
libertas: make some more functions static
David Woodhouse
3
-11
/
+11
2008-01-28
libertas: endianness fixes for get_channel/set_channel
Dan Williams
1
-4
/
+5
2008-01-28
libertas: convert RF_CHANNEL to a direct command
Dan Williams
5
-57
/
+75
2008-01-28
libertas: convert DATA_RATE to a direct command
Dan Williams
6
-56
/
+83
2008-01-28
libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR comm...
Dan Williams
1
-2
/
+2
2008-01-28
libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macros
David Woodhouse
1
-2
/
+2
2008-01-28
libertas: convert CMD_MESH_ACCESS to a direct command
David Woodhouse
6
-51
/
+39
2008-01-28
libertas: fix debug output in lbs_cmd_copyback() function.
David Woodhouse
1
-3
/
+3
2008-01-28
libertas: rename and re-type bufvirtualaddr to cmdbuf
Dan Williams
8
-100
/
+79
2008-01-28
libertas: wait for 'firmware ready' event from firmware after loading
David Woodhouse
2
-5
/
+22
2008-01-28
libertas: move removal of lbs_rtap file to lbs_stop_card()
David Woodhouse
1
-1
/
+1
2008-01-28
libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fix
David Woodhouse
2
-2
/
+4
2008-01-28
libertas: convert GET_HW_SPEC to a direct command
Dan Williams
5
-81
/
+73
2008-01-28
libertas: add simple copyback command callback
Dan Williams
2
-1
/
+35
2008-01-28
libertas: clean up direct command handling
Dan Williams
4
-18
/
+31
2008-01-28
libertas: don't run thread while firmware not yet ready
David Woodhouse
1
-0
/
+5
2008-01-28
libertas: switch to a waitqueue and timer for handling USB firmware load
David Woodhouse
2
-12
/
+31
2008-01-28
libertas: improve reliability of firmware reloading on USB
David Woodhouse
1
-3
/
+3
2008-01-28
libertas: make rtap and normal modes mutually exclusive, clean up open/stop
David Woodhouse
2
-84
/
+50
2008-01-28
libertas: clean up is_command_allowed_in_ps()
Dan Williams
1
-15
/
+9
2008-01-28
libertas: remove pre_open_check()
David Woodhouse
1
-32
/
+0
[next]