summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/orinoco/main.c
AgeCommit message (Expand)Author
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-15orinoco: minor fixes for problems found by checkpatch.plPavel Roskin
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches
2011-03-21orinoco: Maintain lock until entry removed from listJoe Gunn
2010-12-08orinoco: clear countermeasure setting on commitDavid Kilroy
2010-11-30orinoco: abort scan on interface downDavid Kilroy
2010-06-03drivers/net: use __packed annotationEric Dumazet
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-05-10net: trans_start cleanupsEric Dumazet
2010-05-07orinoco: refactor xmit pathDavid Kilroy
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-05-03orinoco: add orinoco_usb driverDavid Kilroy
2010-05-03orinoco: encapsulate driver lockingDavid Kilroy
2010-05-03orinoco: allow driver to specify netdev_opsDavid Kilroy
2010-05-03orinoco: add hermes_opsDavid Kilroy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-28wireless: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-10-27orinoco: use cfg80211 ethtool opsDavid Kilroy
2009-10-07orinoco: support ETHTOOL_GPERMADDRJohn W. Linville
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger
2009-08-14orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy
2009-08-14orinoco: use local types for auth alg and sequence lengthDavid Kilroy
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings
2009-07-10orinoco: convert scanning to cfg80211David Kilroy
2009-07-10orinoco: convert mode setting to cfg80211David Kilroy
2009-07-10orinoco: provide generic commit functionDavid Kilroy
2009-07-10orinoco: Handle suspend/restore in core driverDavid Kilroy
2009-07-10orinoco: move netdev interface creation to main driverDavid Kilroy
2009-07-10orinoco: initiate cfg80211 conversionDavid Kilroy
2009-07-10orinoco: initialise independently of netdevDavid Kilroy
2009-07-10orinoco: Replace net_device with orinoco_private in driver interfacesDavid Kilroy
2009-07-10orinoco: Move FID allocation to hw.cDavid Kilroy
2009-07-10orinoco: Move card reading code into hw.cDavid Kilroy
2009-07-10orinoco: Move firmware capability determination into hw.cDavid Kilroy
2009-03-16orinoco: firmware: consistently compile out fw cache support if not requestedAndrey Borzenkov
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-13orinoco: Move WEXT handlers into a separate fileDavid Kilroy
2009-02-13orinoco: Move hardware functions into separate fileDavid Kilroy
2009-02-13orinoco: Add hardware function to set multicast modeDavid Kilroy
2009-02-13orinoco: Use accessor functions for bitrate tablesDavid Kilroy
2009-02-13orinoco: Move firmware handling into a separate fileDavid Kilroy
2009-02-13orinoco: Move MIC helpers into new fileDavid Kilroy
2009-02-11orinoco: Move scan helpers to a separate fileDavid Kilroy
2009-02-11orinoco: use orinoco_private instead of net_device in scan helperDavid Kilroy
2009-02-11orinoco: Rename orinoco.cDavid Kilroy