Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
7e226272fcf9c1ec8b67fac995ce4227f4f76971
7e22627
libertas: kill whitespace at end of lines
by David Woodhouse
· 17 years ago
eae86bf
libertas: clean up if_usb driver
by David Woodhouse
· 17 years ago
b926d6b
libertas: stop attempting to reset devices on unload
by David Woodhouse
· 17 years ago
d9f8870
libertas: don't exit worker thread until kthread_stop() is called
by David Woodhouse
· 17 years ago
4ad36d7
b43legacy: Fix rfkill radio LED
by Larry Finger
· 17 years ago
b7c5678
S2io: Fixes to enable multiple transmit fifos
by Ramkrishna Vepa
· 17 years ago
2fda096
S2io: Fixes to enable multiple transmit fifo support
by Surjit Reang
· 17 years ago
bc4b6b52
cxgb3 - Fix EEH, missing softirq blocking
by Divy Le Ray
· 17 years ago
b881955
cxgb3 - parity initialization for T3C adapters.
by Divy Le Ray
· 17 years ago
06daa16
pasemi: export pasemi_dma_init()
by Olof Johansson
· 17 years ago
01f31ac
PLIP driver: convert the semaphore killed_timer_sem to completion
by Matthias Kaehlcke
· 17 years ago
07b270e
bnx2x depends on ZLIB_INFLATE
by Lee Schermerhorn
· 17 years ago
9329f4e
pcmcia net: use roundup_pow_of_two() macro instead of grotesque loop
by Robert P. J. Day
· 17 years ago
67b3c27
e1000: Dump the eeprom when a user encounters a bad checksum
by Auke Kok
· 17 years ago
8b32e63d
ixgb: enable sun hardware support for broadcom phy
by Matheos Worku
· 17 years ago
67cefcb
e1000: remove no longer used code for pci read/write cfg
by Adrian Bunk
· 17 years ago
a7df90a
ixgb endianness annotations
by Al Viro
· 17 years ago
8327d00
ixgbe endianness annotations
by Al Viro
· 17 years ago
aaf918b
e100 endianness annotations
by Al Viro
· 17 years ago
5bb7ea2
forcedeth endianness bugs
by Al Viro
· 17 years ago
79ea13c
NULL noise in drivers/net
by Al Viro
· 17 years ago
3e18826
e1000 endianness annotations
by Al Viro
· 17 years ago
a39fe74
e1000e endianness annotations
by Al Viro
· 17 years ago
439104b
sungem endianness annotations
by Al Viro
· 17 years ago
f3ec33e
sunhme endianness annotations
by Al Viro
· 17 years ago
b710b43
endianness annotations and fixes for olympic
by Al Viro
· 17 years ago
f5a3ea6
libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()
by David Woodhouse
· 17 years ago
8606213
libertas: pass channel argument directly to lbs_mesh_config()
by David Woodhouse
· 17 years ago
020f3d0
libertas: cope with both old and new mesh TLV values
by David Woodhouse
· 17 years ago
9f46257
libertas: make lbs_update_channel() function non-static
by David Woodhouse
· 17 years ago
506e902
libertas: add ethtool support for wake-on-lan configuration
by David Woodhouse
· 17 years ago
d1f7a5b
libertas: implement suspend/resume for USB devices
by David Woodhouse
· 17 years ago
ab25eca
libertas: implement suspend and resume core methods
by David Woodhouse
· 17 years ago
f3db2bb
libertas: make worker thread not freezable
by David Woodhouse
· 17 years ago
689442d
libertas: switch lbs_cmd() to take a _pointer_ to the command structure
by David Woodhouse
· 17 years ago
6ce4fd2
libertas: add lbs_host_sleep_cfg() command function
by David Woodhouse
· 17 years ago
a27b9f9
libertas: slight cleanup of netif queue stop/wake
by David Woodhouse
· 17 years ago
23d36ee
libertas: add missing newlines in debugging statements
by David Woodhouse
· 17 years ago
e125817
libertas: be more careful about command responses matching cur_cmd
by David Woodhouse
· 17 years ago
06113c1
libertas: add debugging output to lbs_mesh_config()
by David Woodhouse
· 17 years ago
8642f1f
libertas: disable mesh temporarily while setting eth channel/assoc
by David Woodhouse
· 17 years ago
88ae291
libertas: add missing newline on debug message
by David Woodhouse
· 17 years ago
823eaa2
libertas: allow setting channel on mshX device
by David Woodhouse
· 17 years ago
f5956bf
libertas: allow get/set SSID on mshX device
by David Woodhouse
· 17 years ago
387a1f0
libertas: whitespace cleanup in host.h
by David Woodhouse
· 17 years ago
202f3f3
libertas: kill rx_urb_recall and eth_dev members of struct usb_card_rec
by David Woodhouse
· 17 years ago
1f8a083
libertas: kill references to mesh autostart
by David Woodhouse
· 17 years ago
23a397a
libertas: add lbs_mesh sysfs attribute for enabling mesh
by David Woodhouse
· 17 years ago
e7240ac
libertas: fix sparse endianness warnings in scan.c
by David Woodhouse
· 17 years ago
2fd6cfe
libertas: make some more functions static
by David Woodhouse
· 17 years ago
cb182a6
libertas: endianness fixes for get_channel/set_channel
by Dan Williams
· 17 years ago
2dd4b26
libertas: convert RF_CHANNEL to a direct command
by Dan Williams
· 17 years ago
8e3c91b
libertas: convert DATA_RATE to a direct command
by Dan Williams
· 17 years ago
79a9a37
libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR commands
by Dan Williams
· 17 years ago
0f1c823
libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macros
by David Woodhouse
· 17 years ago
301eacb
libertas: convert CMD_MESH_ACCESS to a direct command
by David Woodhouse
· 17 years ago
ad9d7a7
libertas: fix debug output in lbs_cmd_copyback() function.
by David Woodhouse
· 17 years ago
ddac452
libertas: rename and re-type bufvirtualaddr to cmdbuf
by Dan Williams
· 17 years ago
c9cd6f9
libertas: wait for 'firmware ready' event from firmware after loading
by David Woodhouse
· 17 years ago
10bca0d
libertas: move removal of lbs_rtap file to lbs_stop_card()
by David Woodhouse
· 17 years ago
6bc822b
libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fix
by David Woodhouse
· 17 years ago
6e66f03
libertas: convert GET_HW_SPEC to a direct command
by Dan Williams
· 17 years ago
a8bdcd7
libertas: add simple copyback command callback
by Dan Williams
· 17 years ago
7ad994d
libertas: clean up direct command handling
by Dan Williams
· 17 years ago
b15152a
libertas: don't run thread while firmware not yet ready
by David Woodhouse
· 17 years ago
4f82f5c
libertas: switch to a waitqueue and timer for handling USB firmware load
by David Woodhouse
· 17 years ago
c8ba39d
libertas: improve reliability of firmware reloading on USB
by David Woodhouse
· 17 years ago
8552855f
libertas: make rtap and normal modes mutually exclusive, clean up open/stop
by David Woodhouse
· 17 years ago
852e1f2
libertas: clean up is_command_allowed_in_ps()
by Dan Williams
· 17 years ago
b31d8b9
libertas: remove pre_open_check()
by David Woodhouse
· 17 years ago
14e865b
libertas: make lbs_cmd() usage nicer
by Dan Williams
· 17 years ago
4f67949
libertas: clean up lbs_interrupt()
by David Woodhouse
· 17 years ago
1309b55
libertas: add opaque extra argument to cmd callback function
by David Woodhouse
· 17 years ago
b6b8abe
libertas: fix use-after-free error
by Holger Schurig
· 17 years ago
c3f9496
libertas: kill (IS,SET,UNSET)_MESH_FRAME.
by David Woodhouse
· 17 years ago
6f93a8e
libertas: kill lbs_upload_tx_packet()
by David Woodhouse
· 17 years ago
7bf02c2
libertas: fix error cases in lbs_process_rxed_802_11_packet()
by David Woodhouse
· 17 years ago
180be75
libertas: remove unreachable code from process_rxed_802_11_packet()
by David Woodhouse
· 17 years ago
2eb188a
libertas: Move actual transmission to main thread
by David Woodhouse
· 17 years ago
b8d40bc
libertas: refactor the 'should I sleep?' decision in lbs_thread()
by David Woodhouse
· 17 years ago
45c2490
libertas: free successfully transmitted skbs again
by David Woodhouse
· 17 years ago
a97bcfe
libertas: TX packet is radiotap iff it comes from rtap_dev
by David Woodhouse
· 17 years ago
121947c
libertas: set dev_addr on rtap device
by David Woodhouse
· 17 years ago
d9268fb
libertas: stop using ieee80211 for radiotap device
by David Woodhouse
· 17 years ago
198cefb
libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit()
by David Woodhouse
· 17 years ago
a2b62dc
libertas: clean up lbs_hard_start_xmit()
by David Woodhouse
· 17 years ago
8af23b2
libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit()
by David Woodhouse
· 17 years ago
a9bdce6
libertas: move lbs_hard_start_xmit() into tx.c
by David Woodhouse
· 17 years ago
6b4a7e0
libertas: kill SendSinglePacket() function.
by David Woodhouse
· 17 years ago
2abdc0b
libertas: kill internal tx queue for PS mode
by David Woodhouse
· 17 years ago
020bb19
libertas: stop debugfs code looking at cmdpendingq
by David Woodhouse
· 17 years ago
6d35fdf
libertas: cope with device which already has firmware loaded
by David Woodhouse
· 17 years ago
a63b22b
libertas: use lbs_host_to_card_done() in lbs_tx_timeout()
by David Woodhouse
· 17 years ago
aa21c00
libertas: kill struct lbs_adapter
by David Woodhouse
· 17 years ago
f86a93e
libertas: kill TxLockFlag
by David Woodhouse
· 17 years ago
e7deced
libertas: fix lbs_rtap attribute in sysfs
by David Woodhouse
· 17 years ago
59f3e4b
libertas: clean up lbs_thread() to make it slightly more readable
by David Woodhouse
· 17 years ago
448a51a
libertas: switch lbs_cmd() to take a callback function pointer
by David Woodhouse
· 17 years ago
ac47246
libertas: kill adapter->nr_cmd_pending
by David Woodhouse
· 17 years ago
99c893f
libertas: Fix up error handling in lbs_setuserscan()
by David Woodhouse
· 17 years ago
Next »