index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath6kl
/
htc_pipe.c
Age
Commit message (
Expand
)
Author
2019-04-29
ath6kl: remove redundant check of status != 0
Colin Ian King
2018-07-30
ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and stats
Colin Ian King
2017-06-25
Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...
David S. Miller
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
ath6kl: fix spelling mistake: "Indicat" -> "Indicate"
Colin Ian King
2017-04-13
ath6kl: add __printf verification to ath6kl_dbg
Joe Perches
2014-07-14
ath6kl: implement rx flush for htc pipe
Jessica Wu
2014-03-13
ath6kl: fix blank lines before and after braces
Kalle Valo
2013-03-18
ath6kl: cold reset target after host warm boot
Kalle Valo
2013-03-18
ath6kl: fix usb related error handling and warnings
Kalle Valo
2013-03-09
ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()
Dan Carpenter
2012-11-27
ath6kl: Fix kernel panic on continuous driver load/unload
Mohammed Shafi Shajakhan
2012-11-27
ath6kl: remove unnecessary check for NULL skb
Mohammed Shafi Shajakhan
2012-11-27
ath6kl: Use standard way to assign the boolean variable
Mohammed Shafi Shajakhan
2012-10-24
ath6kl: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
2012-04-27
ath6kl: assign Tx packet drop threshold per endpoint on htc pipe layer
Kevin Fang
2012-04-16
ath6kl: list_first_entry() is never NULL
Dan Carpenter
2012-03-26
ath6kl: Add HTC pipe implementation
Kalle Valo