summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * rtlwifi: rtl8192c-common: rtl8192ce: Fix for HT40 regressionLarry Finger2011-05-165-2/+73
| | | * mac80211: annotate and fix RCU in mesh codeJohannes Berg2011-05-162-56/+102
| | | * mac80211: fix and simplify mesh lockingJohannes Berg2011-05-162-22/+25
| | | * mac80211: add missing rcu_barrierJohannes Berg2011-05-161-0/+2
| | | * bcma: add PCI ID of the card found in Thinkpad X120eRafał Miłecki2011-05-161-0/+1
| | | * mac80211: abort scan_work immediately when the device goes downRajkumar Manoharan2011-05-162-2/+7
| | | * mac80211: verify IBSS in interface combinationsJohannes Berg2011-05-161-3/+17
| | | * carl9170: advertise interface combinationsChristian Lamparter2011-05-163-9/+24
| | | * b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki2011-05-1617-174/+175
| | | * mac80211: Deactivate mesh path timers when freeing nodesJavier Cardona2011-05-161-1/+3
| | | * airo: correct proc entry creation interfacesAlexey Dobriyan2011-05-162-22/+12
| | | * p54usb: add zoom 4410 usbidChristian Lamparter2011-05-161-0/+1
| | | * Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2011-05-1624-473/+716
| | | |\
| | | | * iwlagn: remove unused old_assoc parameterWey-Yi Guy2011-05-131-1/+0
| | | | * iwlagn: change default beacon intervalJohannes Berg2011-05-131-1/+1
| | | | * iwlagn: remove set but unused varsJohannes Berg2011-05-132-22/+13
| | | | * iwlagn: alwasy send RXON with disassociate falge before associateWey-Yi Guy2011-05-132-5/+8
| | | | * iwlagn: clear STATUS_HCMD_ACTIVE bit if fail enqueueWey-Yi Guy2011-05-131-0/+1
| | | | * iwlagn: add testmode set fixed rate commandWey-Yi Guy2011-05-134-21/+57
| | | | * iwlagn: add eeprom command to testmodeWey-Yi Guy2011-05-132-0/+38
| | | | * iwlagn: add testmode trace commandWey-Yi Guy2011-05-135-0/+165
| | | | * iwlagn: more ucode error log infoWey-Yi Guy2011-05-132-42/+65
| | | | * iwlagn: support multiple TBs per commandJohannes Berg2011-05-138-152/+180
| | | | * iwlagn: remove unused pad argumentJohannes Berg2011-05-134-8/+5
| | | | * iwlagn: clean up TXQ indirectionJohannes Berg2011-05-1310-203/+164
| | | | * iwlagn: prepare for multi-TB commandsJohannes Berg2011-05-1314-46/+47
| * | | | bug.h: Fix build with CONFIG_PRINTK disabled.David S. Miller2011-05-241-0/+21
| * | | | dst: catch uninitialized metricsStephen Hemminger2011-05-241-0/+2
| * | | | be2net: hash key for rss-config cmd not setSathya Perla2011-05-241-1/+2
| * | | | bridge: initialize fake_rtable metricsEric Dumazet2011-05-241-1/+5
| * | | | net: fix __dst_destroy_metrics_generic()Eric Dumazet2011-05-241-1/+1
| * | | | CDC NCM: release interfaces fix in unbind()Alexey Orishko2011-05-241-48/+25
| * | | | bnx2x: fix inverted conditionDmitry Kravkov2011-05-241-1/+1
| * | | | igmp: call ip_mc_clear_src() only when we have no users of ip_mc_listVeaceslav Falico2011-05-241-5/+5
| * | | | net: use synchronize_rcu_expedited()Eric Dumazet2011-05-241-1/+4
| * | | | net: convert %p usage to %pKDan Rosenberg2011-05-2414-22/+22
| * | | | net/irda: convert bfin_sir to common Blackfin UART headerMike Frysinger2011-05-242-89/+33
| * | | | ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller2011-05-241-1/+1
| * | | | net: filter: Use WARN_RATELIMITJoe Perches2011-05-231-1/+3
| * | | | bug.h: Add WARN_RATELIMITJoe Perches2011-05-231-0/+16
| * | | | sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet2011-05-231-2/+6
| * | | | ehea: Fix multicast registration on semi-promiscuous modeBreno Leitao2011-05-231-1/+1
| * | | | snap: remove one synchronize_net()Eric Dumazet2011-05-231-1/+0
| * | | | net: ping: cleanups ping_v4_unhash()Eric Dumazet2011-05-231-3/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-05-2649-556/+5699
|\ \ \ \ \
| * | | | | mmc: core: eMMC bus width may not work on all platformsPhilip Rakity2011-05-251-10/+102
| * | | | | mmc: sdhci: Auto-CMD23 fixes.Andrei Warkentin2011-05-251-2/+2
| * | | | | mmc: sdhci: Auto-CMD23 support.Andrei Warkentin2011-05-253-1/+19
| * | | | | mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin2011-05-254-4/+12
| * | | | | mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI.Andrei Warkentin2011-05-253-17/+49