| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-10-08 | 1 | -0/+2 |
|\ |
|
| * | cfg80211: allow passing frame type to cfg80211_inform_bss() | Johannes Berg | 2014-08-26 | 1 | -0/+2 |
* | | treewide: fix errors in printk | Masanari Iida | 2014-09-01 | 1 | -1/+1 |
|/ |
|
* | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-15 | 2 | -2/+2 |
* | LIBERTAS_CS: ioport_map/unmap relies on HAS_IOPORT_MAP | Fabian Frederick | 2014-06-19 | 1 | -1/+1 |
* | net: wireless: libertas: cmd.c: Cleaning up uninitialized variables | Rickard Strandqvist | 2014-06-19 | 1 | -0/+1 |
* | libertas: fix return value when processing invalid packet | Dan Williams | 2014-05-22 | 1 | -3/+5 |
* | cfg80211: constify more pointers in the cfg80211 API | Johannes Berg | 2014-05-19 | 2 | -4/+4 |
* | cfg80211: constify MAC addresses in cfg80211 ops | Johannes Berg | 2014-05-19 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-03-04 | 1 | -1/+1 |
|\ |
|
| * | libertas: fix scan result loss if SSID IE len 0 | James Cameron | 2014-02-20 | 1 | -1/+1 |
* | | net: Replace min macro with min_t | Silvan Jegen | 2014-03-03 | 1 | -2/+2 |
* | | cfg80211: fix channel configuration in IBSS join | Antonio Quartulli | 2014-02-04 | 1 | -1/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 4 | -13/+6 |
|\ |
|
| * | cfg80211: Add a function to get the number of supported channels | Ilan Peer | 2014-01-09 | 1 | -6/+1 |
| * | drivers/net/wireless: Fix FSF address in file headers | Jeff Kirsher | 2013-12-11 | 1 | -3/+2 |
| * | wireless: libertas: remove unnecessary spi_set_drvdata() | Jingoo Han | 2013-12-05 | 1 | -1/+0 |
| * | libertas sdio: claim device before calling sdio_disable_func() | Alexey Khoroshilov | 2013-12-05 | 1 | -2/+2 |
| * | libertas/sdio: make sure card enters power-off when firmware is loaded. | NeilBrown | 2013-12-05 | 1 | -1/+1 |
* | | treewide: Fix typos in printk | Masanari Iida | 2013-12-19 | 1 | -1/+1 |
|/ |
|
* | libertas: fix error return code in if_cs_probe() | Wei Yongjun | 2013-11-11 | 1 | -0/+1 |
* | libertas: potential oops in debugfs | Dan Carpenter | 2013-11-11 | 1 | -1/+5 |
* | libertas: move firmware lifetime handling to firmware.c | Dan Williams | 2013-10-18 | 5 | -26/+16 |
* | wireless: libertas: use dev_get_platdata() | Jingoo Han | 2013-09-26 | 1 | -1/+1 |
* | net: libertas: inherit addr_assign_type along with dev_addr | Bjørn Mork | 2013-09-03 | 1 | -1/+1 |
* | net: wireless: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2013-06-03 | 1 | -1/+1 |
* | drivers/net: use module_pcmcia_driver() in pcmcia drivers | H Hartley Sweeten | 2013-03-15 | 1 | -24/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-03-01 | 1 | -1/+5 |
|\ |
|
| * | libertas: fix crash for SD8688 | Bing Zhao | 2013-02-27 | 1 | -1/+5 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-02-18 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | cfg80211: pass wiphy to cfg80211_ref_bss/put_bss | Johannes Berg | 2013-02-11 | 1 | -4/+4 |
* | | wireless: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches | 2013-02-04 | 1 | -3/+1 |
|/ |
|
* | wireless: make the reg_notifier() void | Luis R. Rodriguez | 2013-01-14 | 2 | -21/+15 |
* | libertas: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 1 | -3/+3 |
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-12-06 | 1 | -1/+8 |
|\ |
|
| * | cfg80211: fix BSS struct IE access races | Johannes Berg | 2012-11-30 | 1 | -1/+8 |
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-11-26 | 1 | -12/+12 |
|\ \
| |/ |
|
| * | cfg80211: pass a channel definition struct | Johannes Berg | 2012-11-26 | 1 | -12/+12 |
* | | add Marvell 88W8688 support to libertas_sdio | Harro Haan | 2012-11-14 | 1 | -9/+30 |
|/ |
|
* | wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC | Arend van Spriel | 2012-10-18 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-09-14 | 4 | -1/+25 |
|\ |
|
| * | libertas: set mac control synchronously during init | Daniel Drake | 2012-09-11 | 3 | -1/+20 |
| * | libertas sdio: fix suspend when interface is down | Daniel Drake | 2012-09-05 | 1 | -0/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-08-08 | 3 | -1/+6 |
|\ \
| |/ |
|
| * | libertas: fix two memory leaks | Daniel Drake | 2012-08-02 | 2 | -0/+2 |
| * | libertas: don't reset card on error when it is being removed | Daniel Drake | 2012-08-02 | 1 | -1/+4 |
* | | drivers: OLPC: update various drivers to include olpc-ec.h | Andres Salomon | 2012-07-31 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-07-20 | 7 | -21/+25 |
|\ |
|
| * | libertas: firmware.c: remove duplicated include | Duan Jiong | 2012-07-19 | 1 | -2/+0 |
| * | libertas USB: don't set surpriseremoved flag | Daniel Drake | 2012-07-17 | 1 | -1/+0 |