| Commit message (Expand) | Author | Age |
* | Patched in Tegra support. | Jonathan Herman | 2013-01-17 |
* | 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 |
|\ |
|
| * | wireless: use is_broadcast_ether_addr() instead of memcmp() | Wei Yongjun | 2012-09-07 |
| * | drivers/net: use is_zero_ether_addr() instead of memcmp() | Wei Yongjun | 2012-09-07 |
* | | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2012-08-20 |
|/ |
|
* | wireless: Remove casts to same type | Joe Perches | 2012-06-06 |
* | net/wireless: use module_pci_driver | Axel Lin | 2012-04-16 |
* | hostap: GFP_ATOMIC/GFP_KERNEL cleanup | Matt Renzelmann | 2012-04-16 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-03-21 |
|\ |
|
| * | hostap: Fix typo in hostap_hw.c | Masanari Iida | 2012-02-21 |
* | | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 2012-01-31 |
|/ |
|
* | hostap_cs: add ID for Canon K30225 | Veli-Pekka Peltola | 2011-11-28 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | John W. Linville | 2011-11-22 |
|\ |
|
| * | drivers/net: Add moduleparam.h to drivers as required. | Paul Gortmaker | 2011-10-31 |
| * | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 |
| * | drivers/net: Add module.h to drivers who were implicitly using it | Paul Gortmaker | 2011-10-31 |
* | | wireless: use strlcpy routine in .get_drvinfo | Rick Jones | 2011-11-17 |
|/ |
|
* | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 2011-08-17 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2011-07-31 |
|\ |
|
| * | hostap_cs: support cards with "Version 01.02" as third product ID | Pavel Roskin | 2011-07-29 |
* | | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared | Neil Horman | 2011-07-28 |
* | | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-07 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2011-05-24 |
|\ |
|
| * | pcmcia: Convert pcmcia_device_id declarations to const | Joe Perches | 2011-05-06 |
* | | net: call dev_alloc_name from register_netdevice | Jiri Pirko | 2011-05-05 |
|/ |
|
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 |
* | net: change to new flag variable | matt mooney | 2011-03-17 |
* | hostap_cs: fix sleeping function called from invalid context | Stanislaw Gruszka | 2011-01-10 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-12-27 |
|\ |
|
| * | hostap: remove netif_stop_queue from init | Meelis Roos | 2010-12-20 |
* | | hostap: don't use flush_scheduled_work() | Tejun Heo | 2010-12-12 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 |
|\ |
|
| * | Fix typo configue => configure in comments | Thomas Weber | 2010-09-23 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-10-23 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-08-25 |
| |\ \
| | |/
| |/| |
|
| | * | Hostap: Fix "'ret' set but not used" warning message from GCC in hostap | Julian Calaby | 2010-08-24 |
* | | | pcmcia: remove obsolete and wrong comments | Dominik Brodowski | 2010-09-29 |
* | | | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski | 2010-09-29 |
* | | | pcmcia: remove the "Finally, report what we've done" message | Dominik Brodowski | 2010-09-29 |
* | | | pcmcia: use autoconfiguration feature for ioports and iomem | Dominik Brodowski | 2010-09-29 |
* | | | pcmcia: introduce autoconfiguration feature | Dominik Brodowski | 2010-09-29 |
* | | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 2010-09-29 |
* | | | pcmcia: move config_{base,index,regs} to struct pcmcia_device | Dominik Brodowski | 2010-09-29 |
* | | | pcmcia: simplify IntType | Dominik Brodowski | 2010-09-29 |
* | | | pcmcia: simplify Status, ExtStatus register access | Dominik Brodowski | 2010-09-29 |
* | | | pcmcia: move Vpp setup to struct pcmcia_device | Dominik Brodowski | 2010-09-29 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2010-08-06 |
|\ \
| |/
|/| |
|
| * | pcmcia: do not use io_req_t when calling pcmcia_request_io() | Dominik Brodowski | 2010-08-03 |
| * | pcmcia: do not use io_req_t after call to pcmcia_request_io() | Dominik Brodowski | 2010-08-03 |