index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intersil
Commit message (
Expand
)
Author
Age
Files
Lines
*
wireless: Use octal not symbolic permissions
Joe Perches
2018-03-27
1
-1
/
+1
*
net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text
Randy Dunlap
2018-03-13
1
-2
/
+2
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
3
-14
/
+12
*
treewide: init_timer() -> setup_timer()
Kees Cook
2017-11-21
2
-10
/
+5
*
orinoco_usb: remove redundant pointer dev
Colin Ian King
2017-11-08
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
16
-0
/
+16
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
16
-0
/
+16
*
|
p54: don't unregister leds when they are not initialized
Andrey Konovalov
2017-10-10
1
-4
/
+3
|
/
*
p54: constify usb_device_id
Arvind Yadav
2017-08-10
1
-1
/
+1
*
orinoco: constify usb_device_id
Arvind Yadav
2017-08-10
1
-1
/
+1
*
hostap: Fix outdated comment about dev->destructor
Stefano Brivio
2017-08-03
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-07-05
12
-78
/
+68
|
\
|
*
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
4
-15
/
+9
|
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
2
-23
/
+22
|
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
7
-14
/
+14
|
*
networking: convert many more places to skb_put_zero()
Johannes Berg
2017-06-16
3
-10
/
+4
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-15
1
-1
/
+1
|
|
\
|
*
|
p54: allocate enough space for ->used_rxkeys
Dan Carpenter
2017-05-22
1
-2
/
+3
|
*
|
orinoco_usb: convert request_context.refcount from atomic_t to refcount_t
Elena Reshetova
2017-05-22
1
-7
/
+8
|
*
|
hostap: convert hostap_cmd_queue.usecnt from atomic_t to refcount_t
Elena Reshetova
2017-05-22
2
-7
/
+8
*
|
|
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-1
/
+1
|
|
/
|
/
|
*
|
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
2017-06-07
1
-1
/
+1
|
/
*
Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...
David S. Miller
2017-04-28
1
-1
/
+1
|
\
|
*
mac80211: clean up rate encoding bits in RX status
Johannes Berg
2017-04-28
1
-1
/
+1
*
|
orinoco_usb: Fix buffer on stack
Maksim Salau
2017-04-26
1
-4
/
+17
*
|
orinoco: fix spelling mistake: "Registerred" -> "Registered"
Colin Ian King
2017-04-26
1
-1
/
+1
|
/
*
cfg80211: move add/change interface monitor flags into params
Johannes Berg
2017-04-13
1
-1
/
+1
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
2
-2
/
+2
*
orinoco: Use net_device_stats from struct net_device
Tobias Klauser
2017-02-15
3
-26
/
+9
*
Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...
David S. Miller
2017-01-02
3
-21
/
+30
|
\
|
*
orinoco: Use shash instead of ahash for MIC calculations
Andrew Lutomirski
2016-12-30
3
-21
/
+30
*
|
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
4
-4
/
+4
*
|
Makefile: drop -D__CHECK_ENDIAN__ from cflags
Michael S. Tsirkin
2016-12-16
1
-3
/
+0
|
/
*
wireless: fix bogus maybe-uninitialized warning
Arnd Bergmann
2016-11-17
1
-1
/
+1
*
p54: memset(0) whole array
Jiri Slaby
2016-11-17
1
-1
/
+1
*
net: use core MTU range checking in wireless drivers
Jarod Wilson
2016-10-20
2
-16
/
+5
*
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-10-13
1
-1
/
+0
*
hostap: Use memdup_user() to reuse code
Rajan Vaja
2016-09-03
1
-14
/
+6
*
net: wireless: intersil: orinoco: orinoco_usb: don't print error when allocat...
Wolfram Sang
2016-08-13
1
-3
/
+1
*
nl80211: support beacon report scanning
Avraham Stern
2016-07-06
1
-2
/
+10
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
3
-3
/
+3
*
prism54: isl_38xx: Replace 'struct timeval'
Tina Ruchandani
2016-04-26
1
-17
/
+18
*
cfg80211: remove enum ieee80211_band
Johannes Berg
2016-04-12
7
-27
/
+27
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-03-19
1
-5
/
+10
|
\
|
*
hostap: avoid uninitialized variable use in hfa384x_get_rid
Arnd Bergmann
2016-02-06
1
-5
/
+10
*
|
orinoco: Use ahash
Herbert Xu
2016-01-27
3
-16
/
+21
|
/
*
prism54: fix checks for dma mapping errors
Alexey Khoroshilov
2015-12-31
3
-5
/
+8
*
prism54: fix compare_const_fl.cocci warnings
Julia Lawall
2015-12-11
1
-5
/
+5
*
prism54: off by one BUG_ON() test
Dan Carpenter
2015-12-11
1
-1
/
+1
*
hostap: fix an error code in prism2_config()
Dan Carpenter
2015-12-11
1
-2
/
+4
[next]