Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
904584018e9ba30a3e562d86ee7dfb6239105664
/
drivers
/
net
« Previous
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
c12bdc4
libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys.
by David Woodhouse
· 17 years ago
c2df2ef
libertas: endianness fixes
by Holger Schurig
· 17 years ago
1723047
libertas: Switch to using a callback function pointer for commands
by David Woodhouse
· 17 years ago
0856e68
libertas: when usb_submit_usb fails, include the error code in the printk
by David Woodhouse
· 17 years ago
ffd074f
libertas: implement new scanning logic
by Holger Schurig
· 17 years ago
83eacf2
libertas: Fix endianness in boot2_version handling.
by David Woodhouse
· 17 years ago
f9f6890
libertas: Remove SET_BOOT2_VER support from the Big Switch Statement.
by David Woodhouse
· 17 years ago
04c80f1
libertas: Use lbs_cmd() for setting Boot2 version
by David Woodhouse
· 17 years ago
09d4fad
libertas: fix data packet size errors
by Holger Schurig
· 17 years ago
abe3ed1
libertas: don't cast a pointer to pointer of
by Li Zefan
· 17 years ago
6228c0a
libertas: Byteswap cmdptr->size in lbs_cmd()
by David Woodhouse
· 17 years ago
ad9de29
libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably.
by David Woodhouse
· 17 years ago
2c94404
libertas: Move SET_BOOT2_VER command to if_usb where it belongs
by David Woodhouse
· 17 years ago
9088566
libertas: Don't claim to have checksummed incoming packets.
by David Woodhouse
· 17 years ago
675787e
libertas: handy function to call firmware commands
by Holger Schurig
· 17 years ago
0d61d04
libertas: make more functions static
by Holger Schurig
· 17 years ago
c68b3bbd
libertas: remove cmd_ctrl_node->status
by Holger Schurig
· 17 years ago
891f32a
libertas: remove cmd_ctrl_node->cmdflags
by Holger Schurig
· 17 years ago
e775ed7
libertas: Consolidate lbs_host_to_card_done() function.
by David Woodhouse
· 17 years ago
f5ece8f
libertas: Remove cmd_oid from struct cmd_ctrl_node
by David Woodhouse
· 17 years ago
77d8cf2
libertas: Fix memory leak of RX skbs
by David Woodhouse
· 17 years ago
38d1b4c
b43: Fix for broken transmission
by Michael Buesch
· 17 years ago
8ed7fc4
b43: Fix ofdmtab write regression
by Michael Buesch
· 17 years ago
bb54244
iwlwifi: add missing comments
by Tomas Winkler
· 17 years ago
4fd1f84
iwlwifi: fix compliation warnings
by Tomas Winkler
· 17 years ago
0946687
iwlwifi: remove HT code from iwl-3945.h
by Reinette Chatre
· 17 years ago
2236761
orinoco: always use latest BSS info when caching scan results
by Dan Williams
· 17 years ago
ef31224
ipg: add __devexit annotation
by Adrian Bunk
· 17 years ago
2b1ea59
rt2x00: correct "skb_buff" typo
by John W. Linville
· 17 years ago
8da5bb7
ipg: fix checkpatch reported errors
by Pekka Enberg
· 17 years ago
9893ba1
ipg: naming convention fixes
by Pekka Enberg
· 17 years ago
dea4a87
ipg: remove some internal comments
by Pekka Enberg
· 17 years ago
6d3b2cb
ipg: remove commented out code
by Pekka Enberg
· 17 years ago
1662e4b
ipg: remove driver version
by Pekka Enberg
· 17 years ago
85d68a5
ipg: remove IPG_DEV_KFREE_SKB macro
by Pekka Enberg
· 17 years ago
4602e66
ipg: remove boolean macros
by Pekka Enberg
· 17 years ago
9305a77
ipg: remove old contact information
by Pekka Enberg
· 17 years ago
35a84fd
gianfar driver: eliminate compiler warnings and unnecessary macros
by Grant Likely
· 17 years ago
43fd6c7
rtl8187: fix tx power reading
by Andrea Merello
· 17 years ago
9ee1ba4
iwlwifi: 802.11n add support to 8K A-MSDU Rx frames
by Ron Rindjunsky
· 17 years ago
270243a
iwlwifi: 802.11n comply HT rate scaling flows with mac80211 framework
by Ron Rindjunsky
· 17 years ago
67d6203
iwlwifi: 802.11n comply HT add station flow with mac80211 framework
by Ron Rindjunsky
· 17 years ago
fd105e7
iwlwifi: 802.11n comply HT self configuration flow with mac80211 framework
by Ron Rindjunsky
· 17 years ago
8fb88032
iwlwifi: 802.11n handling probe request HT IE
by Ron Rindjunsky
· 17 years ago
326eeee
iwlwifi: 802.11n configuring hw_mode parameters to support HT in A/G
by Ron Rindjunsky
· 17 years ago
9e0cc6d
iwlwifi: 802.11n new framework structures preperation
by Ron Rindjunsky
· 17 years ago
923effd
iwlwifi: 802.11n remove unnecessary config dependency
by Ron Rindjunsky
· 17 years ago
76bb77e
iwlwifi: cache mac80211 conf setting during a hardware scan
by Zhu Yi
· 17 years ago
a84fd34
iwlwifi: remove redundant declaration of 'iwl3945_priv' and 'iwl4965_priv' structs
by Miguel Botón
· 17 years ago
d128394
iwlwifi: update version number to 1.2.22
by Zhu Yi
· 17 years ago
fde3571
iwlwifi: avoid firmware command sending if rfkill is enabled
by Mohamed Abbas
· 17 years ago
5c0eef9
iwlwifi: fix ucode assertion for RX queue overrun
by Mohamed Abbas
· 17 years ago
7878a5a
iwlwifi: enhance WPA authenication stability
by Mohamed Abbas
· 17 years ago
2bdc703
iwlwifi: document 4965 rate scaling
by Ben Cahill
· 17 years ago
5296998
iwlwifi: add comments to Tx commands
by Ben Cahill
· 17 years ago
2054a00
iwlwifi: add comments to QOS and ADD_STA commands
by Ben Cahill
· 17 years ago
80cc0c3
iwlwifi: add comments to RXON command and txpower formats
by Ben Cahill
· 17 years ago
075416c
iwlwifi: document command header and "alive" responses
by Ben Cahill
· 17 years ago
e385144
iwlwifi: document 4965 Tx scheduler
by Ben Cahill
· 17 years ago
5d5456f
iwlwifi: document shared Tx structures
by Ben Cahill
· 17 years ago
483fd7e
iwlwifi: document Tx registers
by Ben Cahill
· 17 years ago
Next »