aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/main.c
Commit message (Expand)AuthorAge
* wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-04
* remove init of dev->perm_addr in driversJiri Pirko2013-01-08
* net: orinoco: add error handling for failed kmalloc().Santosh Nayak2012-03-28
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-31
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-19
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-22
|\
| * orinoco: minor fixes for problems found by checkpatch.plPavel Roskin2011-07-15
* | drivers/net: Remove unnecessary semicolonsJoe Perches2011-06-05
|/
* orinoco: Maintain lock until entry removed from listJoe Gunn2011-03-21
* orinoco: clear countermeasure setting on commitDavid Kilroy2010-12-08
* orinoco: abort scan on interface downDavid Kilroy2010-11-30
* drivers/net: use __packed annotationEric Dumazet2010-06-03
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-11
|\
| * orinoco: refactor xmit pathDavid Kilroy2010-05-07
* | net: trans_start cleanupsEric Dumazet2010-05-10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-05
|\|
| * orinoco: add orinoco_usb driverDavid Kilroy2010-05-03
| * orinoco: encapsulate driver lockingDavid Kilroy2010-05-03
| * orinoco: allow driver to specify netdev_opsDavid Kilroy2010-05-03
| * orinoco: add hermes_opsDavid Kilroy2010-05-03
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* wireless: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-28
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* orinoco: use cfg80211 ethtool opsDavid Kilroy2009-10-27
* orinoco: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-07
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-01
* orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy2009-08-14
* orinoco: use local types for auth alg and sequence lengthDavid Kilroy2009-08-14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-16
|\
| * netdev: restore MAC address set and validate operationsBen Hutchings2009-07-12
* | orinoco: convert scanning to cfg80211David Kilroy2009-07-10
* | orinoco: convert mode setting to cfg80211David Kilroy2009-07-10
* | orinoco: provide generic commit functionDavid Kilroy2009-07-10
* | orinoco: Handle suspend/restore in core driverDavid Kilroy2009-07-10
* | orinoco: move netdev interface creation to main driverDavid Kilroy2009-07-10
* | orinoco: initiate cfg80211 conversionDavid Kilroy2009-07-10
* | orinoco: initialise independently of netdevDavid Kilroy2009-07-10
* | orinoco: Replace net_device with orinoco_private in driver interfacesDavid Kilroy2009-07-10
* | orinoco: Move FID allocation to hw.cDavid Kilroy2009-07-10
* | orinoco: Move card reading code into hw.cDavid Kilroy2009-07-10
* | orinoco: Move firmware capability determination into hw.cDavid Kilroy2009-07-10
|/
* orinoco: firmware: consistently compile out fw cache support if not requestedAndrey Borzenkov2009-03-16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-25
* orinoco: Move WEXT handlers into a separate fileDavid Kilroy2009-02-13
* orinoco: Move hardware functions into separate fileDavid Kilroy2009-02-13
* orinoco: Add hardware function to set multicast modeDavid Kilroy2009-02-13
* orinoco: Use accessor functions for bitrate tablesDavid Kilroy2009-02-13
* orinoco: Move firmware handling into a separate fileDavid Kilroy2009-02-13