summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* don't use net/ieee80211.hJohannes Berg2008-11-1017-158/+167
* iwl3945: remove bogus commentJohannes Berg2008-11-101-2/+0
* mac80211: remove SSID driver codeJohannes Berg2008-11-107-69/+4
* adm8211: remove SSID codeJohannes Berg2008-11-102-25/+0
* b43/legacy: remove SSID codeJohannes Berg2008-11-102-45/+0
* iwlwifi: remove unused essid variableJohannes Berg2008-11-104-28/+0
* iwlwifi: remove implicit direct scanJohannes Berg2008-11-102-15/+0
* iwl3945: remove dead codeJohannes Berg2008-11-101-16/+2
* ath9k: remove useless NULL initialisersJohannes Berg2008-11-101-8/+0
* wireless: fix a few sparse warningsJohannes Berg2008-11-103-3/+2
* wireless: move mesh config length constantJohannes Berg2008-11-104-6/+6
* mac80211: print reason code for deauth/dissoc framesZhu Yi2008-11-101-2/+4
* p54: eliminate warning for uninitialized variable 'tim_len'John W. Linville2008-11-101-1/+1
* p54: AP & Ad-hoc testingChristian Lamparter2008-11-102-5/+241
* p54: put broadcast frames into the right queuesChristian Lamparter2008-11-101-15/+67
* p54: more definitions form lmac_longbow.h and pda.hChristian Lamparter2008-11-102-32/+82
* p54: introduce new names for device firmwaresChristian Lamparter2008-11-103-10/+27
* netdevice libertas: Fix directly reference of netdev->privWang Chen2008-11-101-18/+18
* pkt_sched: Control group classifierThomas Graf2008-11-085-0/+322
* net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman2008-11-083-16/+20
* net: fib_rules ordering fixes.Eric W. Biederman2008-11-081-3/+4
* Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller2008-11-083-15/+11
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-11-0739-291/+4015
|\
| * fmvj18x_cs: write interrupt ack bit for lan and modem to work simultaneously.Komuro2008-11-071-19/+54
| * SMSC LAN911x and LAN921x vendor driverSteve Glendinning2008-11-067-0/+2576
| * ehea: Fix some whitespace issuesHannes Hering2008-11-062-6/+6
| * sfc: Do not reset when hardware monitor detects a faultBen Hutchings2008-11-062-23/+6
| * sfc: Use lm87 and lm90 drivers for board temperature/power monitoringBen Hutchings2008-11-068-64/+265
| * sfc: Expose flash region storing boot code as MTDBen Hutchings2008-11-069-7/+327
| * sfc: Clean up non-volatile memory partitioningBen Hutchings2008-11-064-11/+24
| * sfc: Correct address of gPXE boot configuration in EEPROMBen Hutchings2008-11-061-2/+2
| * bonding: alternate agg selection policies for 802.3adJay Vosburgh2008-11-066-129/+333
| * bonding: Fix ALB mode to balance traffic on VLANsJay Vosburgh2008-11-061-3/+10
| * bonding: send IPv6 neighbor advertisement on failoverBrian Haley2008-11-069-31/+416
* | phonet: sparse annotations of protocol, remove forward declarationHarvey Harrison2008-11-072-10/+9
* | ipvs: oldlen, newlen should be be16, not be32Harvey Harrison2008-11-072-8/+8
* | net: mark flow_cache_cpu_prepare() as __initAlexey Dobriyan2008-11-071-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-07739-6642/+7273
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-0716-28/+97
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-11-077-12/+40
| | |\
| | | * iwl3945: fix deadlock on suspendZhu, Yi2008-11-061-1/+1
| | | * iwl3945: do not send scan command if channel count zeroReinette Chatre2008-11-061-0/+5
| | | * iwl3945: clear scanning bits upon failureMohamed Abbas2008-11-061-0/+8
| | | * ath5k: correct handling of rx status fieldsBob Copeland2008-11-061-8/+8
| | | * zd1211rw: Add 2 device IDsDaniel Drake2008-11-061-0/+2
| | | * Fix logic error in rfkill_check_duplicityJonathan McDowell2008-11-061-1/+1
| | | * iwlagn: avoid sleep in softirq contextJohn W. Linville2008-11-061-1/+5
| | | * iwlwifi: clear scanning bits upon failureMohamed Abbas2008-11-061-0/+7
| | | * Revert "ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode"John W. Linville2008-11-061-1/+3
| | * | net: Fix recursive descent in __scm_destroy().David S. Miller2008-11-073-5/+26