summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | include/linux/netdevice.h: fix nanodoc mismatchWolfram Sang2009-10-071-1/+1
| |/
| * ethoc: limit the number of buffers to 128Thomas Chou2009-10-071-2/+2
| * ethoc: use system memory as bufferThomas Chou2009-10-071-20/+44
| * ethoc: align received packet to make IP header at word boundaryThomas Chou2009-10-071-0/+4
| * ethoc: fix buffer address mappingThomas Chou2009-10-071-4/+3Star
| * ethoc: fix typo to compute number of tx descriptorsThomas Chou2009-10-071-1/+1
| * au1000_eth: Duplicate test of RX_OVERLEN bit in update_rx_stats()roel kluin2009-10-071-3/+1Star
| * netxen: Fix Unlikely(x) > yRoel Kluin2009-10-071-1/+1
| * pasemi_mac: ethtool get settings fixValentine Barshak2009-10-071-0/+3
| * add maintainer for network drop monitor kernel serviceNeil Horman2009-10-071-0/+7
| * tg3: Fix phylib locking strategyMatt Carlson2009-10-072-28/+14Star
| * rndis_host: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-0/+1
| * ipv4: arp_notify address list bugStephen Hemminger2009-10-071-6/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-09141-4538/+6262
|\ \
| * | wireless: make wireless drivers select coreJohannes Berg2009-10-091-0/+1
| * | libertas: depend on CONFIG_CFG80211Holger Schurig2009-10-091-1/+1
| * | libertas: remove double assignment of dev->netdev_opsLuis R. Rodriguez2009-10-091-1/+0Star
| * | ath9k: use right parameter for MODULE_PARM_DESC() for debugLuis R. Rodriguez2009-10-091-1/+1
| * | libertas: remove extraneous select FW_LOADERHolger Schurig2009-10-071-1/+0Star
| * | libertas: Use lbs_is_cmd_allowed() check in command handling routines.Amitkumar Karwar2009-10-075-191/+34Star
| * | ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()Luis R. Rodriguez2009-10-075-14/+15
| * | ath9k: move ath_cleanup() below helpers to avoid forward declarationsLuis R. Rodriguez2009-10-071-17/+14Star
| * | ath9k: add a helper to clean the core driver upon module unloadLuis R. Rodriguez2009-10-071-2/+11
| * | ath9k: add helper to un-init the hw properlyLuis R. Rodriguez2009-10-071-9/+14
| * | ath9k: initialize hw prior to debugfsLuis R. Rodriguez2009-10-073-15/+30
| * | ath9k: move common->debug_mask setting to ath_init_softc()Luis R. Rodriguez2009-10-072-5/+5
| * | ath5k: enable Power-Save Polls by setting the association IDLuis R. Rodriguez2009-10-072-3/+9
| * | ath5k: fix regression which triggers an SME join upon assocLuis R. Rodriguez2009-10-071-2/+2
| * | ath5k: remove temporary low_id and high_id vars on ath5k_hw_set_associd()Luis R. Rodriguez2009-10-071-7/+8
| * | ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez2009-10-075-9/+9
| * | ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID()Luis R. Rodriguez2009-10-072-2/+2
| * | ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assocLuis R. Rodriguez2009-10-071-7/+2Star
| * | ath5k: fix regression on setting bssid mask on associationLuis R. Rodriguez2009-10-071-1/+1
| * | wireless: fix CFG80211_WEXT build problemsRandy Dunlap2009-10-072-2/+2
| * | net/wireless/ethtool.h: drop unnecessary include of linux/ethtool.hJohn W. Linville2009-10-071-2/+0Star
| * | orinoco: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-0/+1
| * | ipw2200: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-0/+1
| * | iwmc3200wifi: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-0/+2
| * | mac80211: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-1/+4
| * | libertas: first stab at cfg80211 supportHolger Schurig2009-10-076-17/+262
| * | libertas: separate libertas' Kconfig in it's own fileHolger Schurig2009-10-073-50/+60
| * | Wireless / ath5k: Simplify suspend and resume callbacksRafael J. Wysocki2009-10-071-24/+11Star
| * | at76c50x-usb: set firmware and hardware version in wiphyKalle Valo2009-10-071-0/+10
| * | cfg80211: add firmware and hardware version to wiphyKalle Valo2009-10-072-1/+25
| * | wireless: implement basic ethtool support for cfg80211 devicesJohn W. Linville2009-10-074-1/+36
| * | iwlwifi: validate the signature for EEPROM and OTPWey-Yi Guy2009-10-072-6/+34
| * | iwlwifi: replace iwl_poll_direct_bit with iwl_poll_bit for CSR accessAbhijeet Kolekar2009-10-075-13/+23
| * | iwlwifi/iwl3945 : unify apm stop operationAbhijeet Kolekar2009-10-078-124/+47Star
| * | iwlwifi: LED cleanupJohannes Berg2009-10-0721-721/+194Star
| * | iwlwifi: device tracingJohannes Berg2009-10-079-8/+256