summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-161-37/+0Star
|\
| * libertas: remove dump_survey implementationDaniel Drake2012-03-151-37/+0Star
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-312-6/+3Star
|/
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\
| * switch debugfs to umode_tAl Viro2012-01-041-1/+1
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-23/+1Star
|\ \
| * \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-23/+1Star
| |\ \ | | |/ | |/|
| | * USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-23/+1Star
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-0/+1
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-111-1/+1
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-4/+6
|\ \ \ \
| * | | | libertas: clean up scan thread handlingAndres Salomon2011-12-211-4/+6
* | | | | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-201-2/+2
|/ / / /
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-022-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Net, libertas: Resolve memory leak in if_spi_host_to_card()Jesper Juhl2011-11-151-0/+1
| | |/ | |/|
| * | wireless: libertas: fix unaligned le64 accessesSteven Miao2011-11-091-1/+1
* | | wireless: Remove redundant spi driver bus initializationLars-Peter Clausen2011-11-281-1/+0Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-228-4/+8
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-073-12/+20
| |\|
| * | drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker2011-11-014-4/+4
| * | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-014-0/+4
* | | wireless: use strlcpy routine in .get_drvinfoRick Jones2011-11-171-3/+4
* | | libertas: release bss references and avoid warning from cfg80211_inform_bssJohn W. Linville2011-11-111-10/+15
| |/ |/|
* | libertas: ensure we clean up a scan request properlyAndres Salomon2011-11-023-12/+20
|/
* Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-173-14/+40
|\
| * libertas: fix changing interface type when interface is downDaniel Drake2011-10-143-14/+40
* | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-112-0/+36
|\|
| * libertas: detect TX lockups and reset hardwareDaniel Drake2011-10-032-0/+36
* | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-09-302-17/+17
|\|
| * libertas: scan behaviour consistency improvementsDaniel Drake2011-09-272-17/+17
* | Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville2011-09-191-0/+21
|\|
| * libertas: prioritize usb8388_olpc.bin firmware on OLPC machinesAndres Salomon2011-09-141-0/+21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-292-27/+2Star
|\|
| * libertas: update readme fileAmitkumar Karwar2011-08-241-25/+0Star
| * libertas: handle mesh networks in lbs_iface_active()Dan Carpenter2011-08-241-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-2214-232/+457
|\|
| * libertas: remove some dead code in if_spi_prog_helper_firmware()Dan Carpenter2011-08-091-4/+0Star
| * libertas: implement if_sdio runtime power managementDaniel Drake2011-08-091-106/+171
| * libertas: disable functionality when interface is downDaniel Drake2011-08-098-82/+163
| * libertas_usb: program OLPC EC wakeup mask for wake-on-WLANDaniel Drake2011-08-081-0/+9
| * libertas_usb: use USB interface as parent deviceDaniel Drake2011-08-081-1/+1
| * libertas: link mesh device to wiphyDaniel Drake2011-08-088-43/+117
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-182-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-225-618/+391Star
|\
| * libertas: only enable mesh when interface is activeDaniel Drake2011-07-205-25/+11Star
| * libertas: mesh: misc cleanupDaniel Drake2011-07-202-601/+388Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-154-18/+48
|\|
| * libertas: fix handling of command timeout, completion and interruptionDaniel Drake2011-07-114-17/+45
| * libertas: fix errors in functions accessing module registersOlivier Sobrie2011-07-111-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-242-3/+37
|\|