aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-05cfg80211: keep track of supported interface modes (at76)at76Luis R. Rodriguez1-0/+2
2008-08-28at76_usb: fix for removal of IEEE80211_TX_CTL_DO_NOT_ENCRYPTJohn W. Linville1-1/+1
2008-08-28at76_usb: Add WPA support for 1.103 firmwareMilan Plzik1-9/+63
2008-08-28at76_usb: Adds support for WEP operation with 1.103.x firmware.Milan Plzik2-5/+256
2008-08-28at76_usb: Minor final fixes.Milan Plzik1-5/+9
2008-08-28at76_usb: Some at76-based devices don't include FCS in received frames.Milan Plzik1-3/+16
2008-08-28at76_usb: Remove usage of data which were already skb_pull-ed.Milan Plzik1-4/+5
2008-08-28at76_usb: Don't leave queues stopped when not neccessary.Milan Plzik1-3/+11
2008-08-28at76_usb: Fix possible mutex double-lockingMilan Plzik1-4/+2
2008-08-28at76_usb: move TX info into skb->cbJohannes Berg2-11/+7
2008-08-28at76_usb: use rate index in TX controlJohannes Berg1-1/+1
2008-08-28at76_usb: let drivers wake but not start queuesJohannes Berg1-2/+2
2008-08-28at76: use hardware flags for signal/noise unitsBruno Randolf1-2/+3
2008-08-28at76_usb: make the driver depend on MAC80211Pavel Roskin1-1/+1
2008-08-28at76_usb: reindent, reorder initializers for readabilityPavel Roskin1-123/+98
2008-08-28at76_usb: add more MODULE_AUTHOR entriesPavel Roskin1-0/+2
2008-08-28at76_usb: remove unneeded codePavel Roskin2-21/+0
2008-08-28at76_usb: fix missing newlines in printk, improve some messagesPavel Roskin1-3/+3
2008-08-28at76_usb: Remove struct net_deviceKalle Valo2-3806/+14
2008-08-28at76_usb: Prepare for struct net_device removalKalle Valo1-11/+12
2008-08-28at76_usb: Allocate struct at76_priv using ieee80211_alloc_hw()Kalle Valo2-46/+30
2008-08-28at76_usb: Use wiphy_name everywhere where neededKalle Valo1-53/+57
2008-08-28at76_usb: Remove support the legacy stackKalle Valo2-6/+1
2008-08-28at76_usb: Add support for WEPKalle Valo1-1/+52
2008-08-28at76_usb: Add support for monitor modeKalle Valo2-2/+28
2008-08-28at76_usb: add mac80211 supportKalle Valo2-0/+491
2008-08-28at76_usb: Add DBG_CMD for debugging firmware commandsKalle Valo1-0/+23
2008-08-28at76_usb: Convert DBG_TX levels to use at76_dbg_dump()Kalle Valo1-16/+14
2008-08-28at76_usb: Add at76_dbg_dump() macroKalle Valo1-0/+8
2008-08-28at76_usb: Use net/mac80211.h instead of net/ieee80211.hPavel Roskin2-31/+91
2008-08-28at76_usb: Add ID for Uniden PCW100Pavel Roskin1-0/+2
2008-08-28[PATCH] at76_usb: Add ID for at76c503a based CNETUSB611Pavel Roskin1-0/+2
2008-08-28[PATCH] at76_usb: Bump version to 0.17Pavel Roskin1-1/+1
2008-08-28[PATCH] at76_usb: Use ETH_P_802_2 in monitor modePavel Roskin1-1/+1
2008-08-28[PATCH] at76_usb: Be more verbose on startupPavel Roskin1-12/+15
2008-08-28[PATCH] at76_usb: Use dev_printk() where possiblePavel Roskin1-43/+44
2008-08-28[PATCH] at76_usb: Remove incorrect firmware version checkPavel Roskin1-13/+0
2008-08-28[PATCH] at76_usb: Revert to network device names starting with "wlan"Pavel Roskin1-0/+1
2008-08-28[PATCH] at76_usb: Add ID for Corega Wireless LAN USB-11 mini and mini2Pavel Roskin1-0/+4
2008-08-28[PATCH] at76_usb: Avoid dealing with milliseconds when possible, use jiffiesPavel Roskin2-20/+18
2008-08-28[PATCH] at76_usb: Move some parts from at76_usb.h to at76_usb.cPavel Roskin2-48/+45
2008-08-28[PATCH] at76_usb: Remove unneeded memset() callsPavel Roskin1-4/+1
2008-08-28[PATCH] at76_usb: Clean reserved tx area for mgmt frames like it's done for dataPavel Roskin1-1/+2
2008-08-28[PATCH] at76_usb: Make it clear that management frames are sent at 1MbpsPavel Roskin1-1/+1
2008-08-28[PATCH] at76_usb: Eliminate variables used only in at76_dbg()Pavel Roskin1-7/+6
2008-08-28[PATCH] at76_usb: Use string precision to avoid line terminationPavel Roskin2-40/+22
2008-08-28[PATCH] at76_usb: Stop worrying about line termination in ethtool infoPavel Roskin1-4/+2
2008-08-28[PATCH] at76_usb: Rename tlv to ie for readabilityPavel Roskin1-30/+30
2008-08-28[PATCH] at76_usb: Remove commented out code for multicast supportPavel Roskin1-34/+0
2008-08-28[PATCH] at76_usb: Eliminate err(), it's USB specificPavel Roskin1-129/+158
2008-08-28[PATCH] at76_usb: Integrate at76_set_monitor_mode() into at76_dwork_restart()Pavel Roskin1-18/+6
2008-08-28[PATCH] at76_usb: Fix turning radio offPavel Roskin2-7/+10
2008-08-28[PATCH] at76_usb: No need to reserve 72 bytes in set_mib_buffer - we only need 6Pavel Roskin2-14/+18
2008-08-28[PATCH] at76_usb: Don't clean priv->mib_buf, just clean data explicitly if ne...Pavel Roskin1-16/+12
2008-08-28[PATCH] at76_usb: Avoid dubious use of '\0'Pavel Roskin1-1/+1
2008-08-28[PATCH] at76_usb: Fix some device names in the device tablePavel Roskin1-19/+21
2008-08-28[PATCH] at76_usb: Use USB_DEVICE_DATA to improve readability of the device tablePavel Roskin1-49/+51
2008-08-28[PATCH] at76_usb: Replace scan_runs with scan_need_anyPavel Roskin2-16/+8
2008-08-28[PATCH] at76_usb: Don't do additional MIB dumps if DEBUG is definedPavel Roskin1-7/+0
2008-08-28[PATCH] at76_usb: Remove international roaming supportPavel Roskin2-114/+13
2008-08-28[PATCH] at76_usb: Massive cleanup of dump functionsPavel Roskin1-116/+79
2008-08-28[PATCH] at76_usb: Simplify logic in at76_is_hidden_ssid()Pavel Roskin1-3/+7
2008-08-28[PATCH] at76_usb: Eliminate pr_debug() in favor of at76_dbg()Pavel Roskin1-10/+9
2008-08-28[PATCH] at76_usb: Eliminate at76_dbg_dumpbuf() in favor of hex2str()Pavel Roskin1-23/+4
2008-08-28[PATCH] at76_usb: Convert dbg() to at76_dbg() or remove itPavel Roskin1-156/+127
2008-08-28[PATCH] at76_usb: Remove unneeded braces, found by checkpatch.plPavel Roskin1-2/+1
2008-08-28[PATCH] at76_usb: Improve dump of MAC_ADDRPavel Roskin2-17/+19
2008-08-28[PATCH] at76_usb: Don't dump mib_mdomain while scanning, it's done on device ...Pavel Roskin1-11/+0
2008-08-28[PATCH] at76_usb: Do implicit scanning only with current ESSIDPavel Roskin1-7/+10
2008-08-28[PATCH] at76_usb: Simplify at76_get_mib_mdomain()Pavel Roskin1-6/+4
2008-08-28[PATCH] at76_usb: Only retry resubmitting rx_urb oncePavel Roskin2-19/+5
2008-08-28[PATCH] at76_usb: Eliminate vendor IDsPavel Roskin2-84/+49
2008-08-28[PATCH] at76_usb: Protect at76_iw_handler_set_scan() with mutexPavel Roskin1-6/+17
2008-08-28[PATCH] at76_usb: Improve output of the regdomain idPavel Roskin1-2/+2
2008-08-28[PATCH] at76_usb: Only cancel correct timeouts for Auth and Assoc repliesPavel Roskin1-8/+2
2008-08-28[PATCH] at76_usb: Start beacon timeout task when connectedPavel Roskin1-12/+7
2008-08-28[PATCH] at76_usb: Don't disable and enable tasklets, it doesn't work as expectedPavel Roskin1-5/+0
2008-08-28[PATCH] at76_usb: Introduce at76_quiesce(), use it to stop network activityPavel Roskin1-49/+27
2008-08-28[PATCH] at76_usb: Fix incorrect queue management in at76_tx_mgmt()Pavel Roskin1-10/+7
2008-08-28[PATCH] at76_usb: Rename some long functions and fieldsPavel Roskin2-59/+50
2008-08-28[PATCH] at76_usb: Fix hex2str() and mac2str() to avoid buffer overlapPavel Roskin1-2/+2
2008-08-28[PATCH] at76_usb: Simplify logic in at76_get_reg_domain()Pavel Roskin1-8/+5
2008-08-28[PATCH] at76_usb: Add minimal support to 505AMXPavel Roskin2-35/+32
2008-08-28[PATCH] at76_usb: Simplify at76_usbdfu_download()Pavel Roskin1-29/+23
2008-08-28[PATCH] at76_usb: Merge at76_download_external_fw() into at76_load_external_fw()Pavel Roskin1-59/+39
2008-08-28[PATCH] at76_usb: Don't use shift on numeric constants in usb_control_msg() a...Pavel Roskin1-2/+2
2008-08-28[PATCH] at76_usb: Move (de)initialization functions closer to the end of filePavel Roskin1-248/+248
2008-08-28[PATCH] at76_usb: Add myself to the author listPavel Roskin1-0/+1
2008-08-28[PATCH] at76_usb: Avoid overuse of NULLPavel Roskin1-39/+37
2008-08-28[PATCH] at76_usb: Rewrite at76_alloc_urbs() in a more linear fashionPavel Roskin1-31/+35
2008-08-28[PATCH] at76_usb: Use existing macros to find bulk in and bulk out endpointsPavel Roskin1-7/+2
2008-08-28[PATCH] at76_usb: Protect at76_get_op_mode() and at76_get_mib() against short...Pavel Roskin1-5/+13
2008-08-28[PATCH] Add at76_usb driverPavel Roskin5-0/+6555
2008-08-20Linux v2.6.27-rc4HEADmasterLinus Torvalds1-1/+1
2008-08-20cramfs: fix named-pipe handlingAl Viro1-46/+38
2008-08-20fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell3-0/+26
2008-08-20rtc: rtc-ds1374: fix 'no irq' case handlingAnton Vorontsov1-5/+5
2008-08-20mm: xip/ext2 fix block allocation raceNick Piggin1-1/+4
2008-08-20mm: xip fix fault vs sparse page invalidate raceNick Piggin1-14/+46
2008-08-20mm: dirty page tracking race fixNick Piggin3-7/+11
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen3-8/+17
2008-08-20Video/Framebuffer: add fuctional power management support to Blackfin BF54x L...Michael Hennerich1-3/+12
2008-08-20bootmem: fix aligning of node-relative indexes and offsetsJohannes Weiner1-6/+29
2008-08-20drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leakAndrew Morton1-5/+3
2008-08-20pm2fb: free cmap memory on module removeKrzysztof Helt1-0/+1
2008-08-20rtc: fix double lock on UIE emulationAtsushi Nemoto1-1/+4
2008-08-20binfmt_misc: fix false -ENOEXEC when coupled with other binary handlersPavel Emelyanov1-2/+2
2008-08-20brd: fix name argument of unregister_blkdev()Akinobu Mita1-1/+1
2008-08-20nbd: fix memory leak of nbd_dev arraySven Wegener1-4/+6
2008-08-20mm: mminit_loglevel cannot be __meminitdata anymoreMarcin Slusarz1-1/+1
2008-08-20mm: show free swap as signedHugh Dickins1-1/+1
2008-08-20mm: page_remove_rmap comments on PageAnonHugh Dickins1-9/+16
2008-08-20Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~...Mike Frysinger1-0/+8
2008-08-20Blackfin RTC Driver: BF561 not have on-chip RTCGraf Yang1-1/+1
2008-08-20Blackfin RTC Driver: do all initialization before we register the rtc and mak...Mike Frysinger1-2/+1
2008-08-20Blackfin RTC Driver: move irq request/free out of open/release and into probe...Mike Frysinger1-31/+20
2008-08-20/proc/self/maps doesn't display the real file offsetClement Calmels2-4/+4
2008-08-20documentation: describe bootmem_debug kernel parameterAndreas Herrmann1-0/+2
2008-08-20eeepc-laptop: fix use after freeMatthew Garrett1-1/+1
2008-08-20FRV: Provide ioremap_wc() for FRVDavid Howells1-0/+2
2008-08-20MN10300: Supply ioremap_wc() for MN10300David Howells1-0/+2
2008-08-20Reserve NFS fileid values for btrfsDavid Woodhouse1-0/+21
2008-08-20Reduce brokenness of CRIS headers_installDavid Woodhouse1-1/+0
2008-08-20Merge branch 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-28/+271
2008-08-20Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds6-31/+50
2008-08-20Merge branch 'tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/fro...Linus Torvalds1-2/+3
2008-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds15-43/+214
2008-08-20vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds1-7/+3
2008-08-19tracehook: fix SA_NOCLDWAITRoland McGrath1-2/+3
2008-08-20powerpc: Fix vio_bus_probe oops on probe errorBrian King1-1/+1
2008-08-20powerpc/ibmebus: Restore "name" sysfs attribute on ibmebus devicesJoachim Fenkes2-12/+10
2008-08-20powerpc: Fix /dev/oldmem interface for kdumpMichael Ellerman1-9/+22
2008-08-20Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spuf...Paul Mackerras2-9/+17
2008-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds4-40/+54
2008-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds9-36/+130
2008-08-19Revert "[CPUFREQ][2/2] preregister support for powernow-k8"Linus Torvalds2-75/+37
2008-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-9/+5
2008-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds114-898/+1533
2008-08-19firewire: Kconfig help updateStefan Richter1-2/+2
2008-08-19ieee1394: sbp2: let nodemgr retry node updates during bus reset seriesStefan Richter1-7/+18
2008-08-19ieee1394: don't drop nodes during bus reset seriesStefan Richter1-19/+21
2008-08-19ieee1394: regression in 2.6.25: updates should happen before probesStefan Richter2-15/+16
2008-08-19Input: evdev - fix printf() format for sizeofGeert Uytterhoeven1-2/+2
2008-08-19powerpc/spufs: Remove invalid semicolon after if statementIlpo Järvinen1-1/+1
2008-08-19pkt_sched: Prevent livelock in TX queue running.David S. Miller1-1/+3
2008-08-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller13-297/+476
2008-08-18Revert "pkt_sched: Add BH protection for qdisc_stab_lock."David S. Miller1-7/+7
2008-08-18Revert "pkt_sched: Protect gen estimators under est_lock."David S. Miller1-5/+4
2008-08-18pkt_sched: remove bogus block (cleanup)Ilpo Järvinen1-7/+6
2008-08-18nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger2-2/+7
2008-08-18netfilter: ctnetlink: sleepable allocation with spin lock bhPablo Neira Ayuso1-1/+1
2008-08-18netfilter: ctnetlink: fix sleep in read-side lock sectionPablo Neira Ayuso1-1/+1
2008-08-18netfilter: ctnetlink: fix double helper assignation for NAT'ed conntracksPablo Neira Ayuso1-15/+19
2008-08-18netfilter: ipt_addrtype: Fix matching of inverted destination address typeAnders Grafström1-1/+1
2008-08-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller27-80/+100
2008-08-18dccp: Fix panic caused by too early termination of retransmission mechanismGerrit Renker1-6/+6
2008-08-18pkt_sched: Don't hold qdisc lock over qdisc_destroy().David S. Miller2-17/+2
2008-08-18pkt_sched: Add lockdep annotation for qdisc locksJarek Poplawski1-0/+7
2008-08-18pkt_sched: Never schedule non-root qdiscs.David S. Miller2-2/+2
2008-08-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds6-1439/+16
2008-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds17-117/+146
2008-08-18Merge branch 'x86-merge' into for-linusJesse Barnes3-17/+86
2008-08-18[IA64] use generic compat_old_sys_readdirChristoph Hellwig3-140/+1
2008-08-18[IA64] pci_acpi_scan_root cleanupLuck, Tony1-10/+11
2008-08-18[IA64] Shrink shadow_flush_counts to a short array to save 8k of per_cpu area.Robin Holt1-4/+4
2008-08-18[IA64] Remove sn2_defconfig.Robin Holt1-1285/+0
2008-08-18PCI: add acpi_find_root_bridge_handleJiri Slaby3-10/+13
2008-08-18PCI: acpi_pcihp: run _OSC on a root bridgeJiri Slaby1-12/+29
2008-08-18ata: add missing ATA_* definesBartlomiej Zolnierkiewicz1-0/+13
2008-08-18ata: add missing ATA_CMD_* definesBartlomiej Zolnierkiewicz1-0/+20
2008-08-18ata: add missing ATA_ID_* defines (take 2)Bartlomiej Zolnierkiewicz1-46/+76
2008-08-18sgiioc4: fixup message on resource allocation failureBartlomiej Zolnierkiewicz1-2/+2
2008-08-18ide-cd: use bcd2bin/bin2bcdAdrian Bunk1-10/+10
2008-08-18cdrom: handle TOCAlexander Inyukhin1-7/+0
2008-08-18gdrom: add dummy audio_ioctl handlerBorislav Petkov1-0/+7
2008-08-18viocd: add dummy audio ioctl handlerBorislav Petkov1-0/+7
2008-08-18cleanup powerpc/include/asm/ide.hAdrian Bunk1-42/+1
2008-08-18drivers/ide/pci/: use __devexit_p()Adrian Bunk10-10/+10
2008-08-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-31/+45
2008-08-18Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2008-08-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds11-88/+78
2008-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-8/+24
2008-08-18Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...Jesse Barnes3-17/+86
2008-08-18removed unused #include <version.h>Huang Weiyi13-13/+0
2008-08-18rt2x00: Fix txdone_entry_desc_flagsJochen Friedrich2-4/+5
2008-08-18b43: Fix for another Bluetooth Coexistence SPROM Programming error for BCM4306Larry Finger1-0/+1
2008-08-18mac80211: remove kdoc references to IEEE80211_HW_HOST_GEN_BEACON_TEMPLATELuis R. Rodriguez1-8/+3
2008-08-18p54u: reset skb's data/tail pointer on requeueChristian Lamparter1-0/+10
2008-08-18p54: move p54_vdcf_init to the right place.Christian Lamparter1-9/+11
2008-08-18iwlwifi: fix printk newlinesJiri Slaby5-11/+11
2008-08-18rtl8187: Add USB ID for Netgear WG111V3matthieu Barthélemy1-0/+1
2008-08-18b43: Fix for SPROM coding error in Linksys WMP54G (BCM4306/3)Larry Finger1-0/+1
2008-08-18mac80211: update new sta's rx timestampRon Rindjunsky1-0/+2
2008-08-18ath5k: Don't fiddle with MSI on suspend/resume.Michael Karcher1-6/+2
2008-08-18ssb: allow compilation on systems without PCIHolger Schurig1-0/+8
2008-08-18rfkill: protect suspended rfkill controllersHenrique de Moraes Holschuh2-4/+15
2008-08-18p54: Fix regression due to "net: Delete NETDEVICES_MULTIQUEUE kconfig option"Christian Lamparter2-24/+25
2008-08-18ath9k: work around gcc ICEs (again)Adrian Bunk1-1/+5
2008-08-18Input: remove version.h from drivers that don't need itHuang Weiyi7-7/+0
2008-08-18Input: cobalt_btns - add missing MODULE_LICENSEMartin Michlmayr1-0/+3