index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ipw2x00
Commit message (
Expand
)
Author
Age
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-01-10
|
\
|
*
wireless: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-03
|
*
ipw2x00: use ether_addr_equal_64bits
Julia Lawall
2014-01-03
*
|
ipw2x00: slight optimization of addr compare
dingtianhong
2013-12-26
|
/
*
wireless: ipw2100: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-12-05
*
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2013-12-02
|
\
|
*
cfg80211: consolidate passive-scan and no-ibss flags
Luis R. Rodriguez
2013-11-25
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
David S. Miller
2013-10-07
|
\
|
|
*
wireless: ipw2x00: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-09-26
*
|
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
2013-10-02
*
|
ipw2x00: Remove extern from function prototypes
Joe Perches
2013-09-24
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-07-09
|
\
|
*
ipw2x00: printing the wrong array in debug code
Dan Carpenter
2013-06-24
|
*
ipw2200: fix error return code in ipw_load()
Wei Yongjun
2013-06-24
|
*
net, ipw2x00: remove redundant D0 power state set
Yijing Wang
2013-06-03
*
|
ipw2200: convert __list_for_each usage to list_for_each
Dave Jones
2013-07-03
|
/
*
ipw2x00: move to kstrto* functions
Andy Shevchenko
2013-04-10
*
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-21
|
\
|
*
drivers/net/wireless/ipw2x00: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
2013-01-22
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-02-20
|
\
\
|
*
|
wireless: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2013-02-04
|
*
|
remove init of dev->perm_addr in drivers
Jiri Pirko
2013-01-08
|
|
/
*
/
ipw2x00: simplify scan_event handling
Tejun Heo
2013-02-09
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-12-13
|
\
|
*
treewide: fix typo of "suport" in various comments and Kconfig
Masanari Iida
2012-11-19
*
|
ipw2x00: remove __dev* attributes
Bill Pemberton
2012-12-06
*
|
ipw2200: return error code on error in ipw_wx_get_auth()
Wei Yongjun
2012-12-06
*
|
net/wireless: ipw2200: introduce ipw_set_geo function
Stanislav Yakovlev
2012-11-21
*
|
net/wireless: ipw2x00: remove unreachable code
Stanislav Yakovlev
2012-11-16
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-10-23
|
\
|
|
*
net/wireless: ipw2200: Fix panic occurring in ipw_handle_promiscuous_tx()
Stanislav Yakovlev
2012-10-15
*
|
wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC
Arend van Spriel
2012-10-18
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-10-02
|
\
|
*
ipw2x00: silence GCC warning for unused variable 'dev'
Paul Bolle
2012-09-24
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-09-07
|
|
\
|
*
|
ipw2200: use is_zero_ether_addr() and is_broadcast_ether_addr()
Wei Yongjun
2012-09-07
|
*
|
ipw2100: use is_zero_ether_addr() and is_broadcast_ether_addr()
Wei Yongjun
2012-09-07
*
|
|
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-10-02
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
workqueue: use mod_delayed_work() instead of cancel + queue
Tejun Heo
2012-08-13
|
|
/
*
/
drivers/net/wireless/ipw2x00/ipw2100.c: introduce missing initialization
Julia Lawall
2012-08-21
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-13
|
\
|
*
net/wireless: ipw2100: Fix WARN_ON occurring in wiphy_register called by ipw2...
Stanislav Yakovlev
2012-06-08
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-06-12
|
\
\
|
*
|
net/wireless: ipw2200: introduce ipw_read_eeprom function
Stanislav Yakovlev
2012-06-05
|
|
/
*
/
wireless: Remove casts to same type
Joe Perches
2012-06-06
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2012-05-14
|
\
|
*
ipw2100: Fix order of device registration
Ben Hutchings
2012-05-08
|
*
ipw2200: Fix order of device registration
Ben Hutchings
2012-05-08
|
*
net/wireless: ipw2200: Fix WARN_ON occurring in wiphy_register called by ipw_...
Stanislav Yakovlev
2012-05-08
*
|
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2012-05-10
|
/
[next]