Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[safe/jmp/linux-2.6] / drivers / net / wireless / orinoco / main.c
2010-05-11 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2010-05-10 Eric Dumazetnet: trans_start cleanups
2010-05-07 David Kilroyorinoco: refactor xmit path
2010-05-05 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2010-05-03 David Kilroyorinoco: add orinoco_usb driver
2010-05-03 David Kilroyorinoco: encapsulate driver locking
2010-05-03 David Kilroyorinoco: allow driver to specify netdev_ops
2010-05-03 David Kilroyorinoco: add hermes_ops
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-28 Jiri Pirkowireless: convert to use netdev_for_each_mc_addr
2010-02-12 Jiri Pirkonet: use netdev_mc_count and netdev_mc_empty when appro...
2009-10-27 David Kilroyorinoco: use cfg80211 ethtool ops
2009-10-07 John W. Linvilleorinoco: support ETHTOOL_GPERMADDR
2009-09-01 Stephen Hemmingerwireless: convert drivers to netdev_tx_t
2009-08-14 David Kilroyorinoco: consolidate storage of WEP and TKIP keys
2009-08-14 David Kilroyorinoco: use local types for auth alg and sequence...
2009-07-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-12 Ben Hutchingsnetdev: restore MAC address set and validate operations
2009-07-10 David Kilroyorinoco: convert scanning to cfg80211
2009-07-10 David Kilroyorinoco: convert mode setting to cfg80211
2009-07-10 David Kilroyorinoco: provide generic commit function
2009-07-10 David Kilroyorinoco: Handle suspend/restore in core driver
2009-07-10 David Kilroyorinoco: move netdev interface creation to main driver
2009-07-10 David Kilroyorinoco: initiate cfg80211 conversion
2009-07-10 David Kilroyorinoco: initialise independently of netdev
2009-07-10 David Kilroyorinoco: Replace net_device with orinoco_private in...
2009-07-10 David Kilroyorinoco: Move FID allocation to hw.c
2009-07-10 David Kilroyorinoco: Move card reading code into hw.c
2009-07-10 David Kilroyorinoco: Move firmware capability determination into...
2009-03-16 Andrey Borzenkovorinoco: firmware: consistently compile out fw cache...
2009-02-25 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-13 David Kilroyorinoco: Move WEXT handlers into a separate file
2009-02-13 David Kilroyorinoco: Move hardware functions into separate file
2009-02-13 David Kilroyorinoco: Add hardware function to set multicast mode
2009-02-13 David Kilroyorinoco: Use accessor functions for bitrate tables
2009-02-13 David Kilroyorinoco: Move firmware handling into a separate file
2009-02-13 David Kilroyorinoco: Move MIC helpers into new file
2009-02-11 David Kilroyorinoco: Move scan helpers to a separate file
2009-02-11 David Kilroyorinoco: use orinoco_private instead of net_device...
2009-02-11 David Kilroyorinoco: Rename orinoco.c