index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intersil
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
3
-14
/
+12
2017-11-22
treewide: init_timer() -> setup_timer()
Kees Cook
2
-10
/
+5
2017-11-08
orinoco_usb: remove redundant pointer dev
Colin Ian King
1
-2
/
+0
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
16
-0
/
+16
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
16
-0
/
+16
2017-10-10
p54: don't unregister leds when they are not initialized
Andrey Konovalov
1
-4
/
+3
2017-08-10
p54: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-10
orinoco: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-03
hostap: Fix outdated comment about dev->destructor
Stefano Brivio
1
-2
/
+2
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
12
-78
/
+68
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
4
-15
/
+9
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2
-23
/
+22
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
7
-14
/
+14
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
3
-10
/
+4
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-1
/
+1
2017-05-22
p54: allocate enough space for ->used_rxkeys
Dan Carpenter
1
-2
/
+3
2017-05-22
orinoco_usb: convert request_context.refcount from atomic_t to refcount_t
Elena Reshetova
1
-7
/
+8
2017-05-22
hostap: convert hostap_cmd_queue.usecnt from atomic_t to refcount_t
Elena Reshetova
2
-7
/
+8
2017-04-28
Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...
David S. Miller
1
-1
/
+1
2017-04-28
mac80211: clean up rate encoding bits in RX status
Johannes Berg
1
-1
/
+1
2017-04-26
orinoco_usb: Fix buffer on stack
Maksim Salau
1
-4
/
+17
2017-04-26
orinoco: fix spelling mistake: "Registerred" -> "Registered"
Colin Ian King
1
-1
/
+1
2017-04-13
cfg80211: move add/change interface monitor flags into params
Johannes Berg
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2
-2
/
+2
2017-02-15
orinoco: Use net_device_stats from struct net_device
Tobias Klauser
3
-26
/
+9
2017-01-02
Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...
David S. Miller
3
-21
/
+30
2016-12-30
orinoco: Use shash instead of ahash for MIC calculations
Andrew Lutomirski
3
-21
/
+30
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
4
-4
/
+4
2016-12-16
Makefile: drop -D__CHECK_ENDIAN__ from cflags
Michael S. Tsirkin
1
-3
/
+0
2016-11-17
wireless: fix bogus maybe-uninitialized warning
Arnd Bergmann
1
-1
/
+1
2016-11-17
p54: memset(0) whole array
Jiri Slaby
1
-1
/
+1
2016-10-20
net: use core MTU range checking in wireless drivers
Jarod Wilson
2
-16
/
+5
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-09-03
hostap: Use memdup_user() to reuse code
Rajan Vaja
1
-14
/
+6
2016-08-14
net: wireless: intersil: orinoco: orinoco_usb: don't print error when allocat...
Wolfram Sang
1
-3
/
+1
2016-07-06
nl80211: support beacon report scanning
Avraham Stern
1
-2
/
+10
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
3
-3
/
+3
2016-04-26
prism54: isl_38xx: Replace 'struct timeval'
Tina Ruchandani
1
-17
/
+18
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
7
-27
/
+27
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+10
2016-02-06
hostap: avoid uninitialized variable use in hfa384x_get_rid
Arnd Bergmann
1
-5
/
+10
2016-01-27
orinoco: Use ahash
Herbert Xu
3
-16
/
+21
2015-12-31
prism54: fix checks for dma mapping errors
Alexey Khoroshilov
3
-5
/
+8
2015-12-11
prism54: fix compare_const_fl.cocci warnings
Julia Lawall
1
-5
/
+5
2015-12-11
prism54: off by one BUG_ON() test
Dan Carpenter
1
-1
/
+1
2015-12-11
hostap: fix an error code in prism2_config()
Dan Carpenter
1
-2
/
+4
2015-11-18
prism54: move under intersil vendor directory
Kalle Valo
18
-0
/
+7651
2015-11-18
orinoco: move under intersil vendor directory
Kalle Valo
33
-0
/
+12762
[next]