summaryrefslogtreecommitdiffstats
path: root/crypto/scatterwalk.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-25p54: minor fixesChristian Lamparter2-4/+8
2008-11-25p54: enable Mesh Point supportChristian Lamparter1-3/+8
2008-11-25mac80211: Use the HT capabilities from the IE instead of the station's caps.Sujith1-1/+1
2008-11-25ath9k: make DMA memory consistentLuis R. Rodriguez1-2/+11
2008-11-25ath9k: Clarify we only want 32-bit DMALuis R. Rodriguez1-3/+2
2008-11-25rt2x00: Detect USB BULK in/out endpointsIvo van Doorn5-28/+111
2008-11-25rtl8187: Remove module warning and dependence on CONFIG_EXPERIMENTALLarry Finger2-4/+2
2008-11-25rtl8187: feedback transmitted packets using tx close descriptor for 8187BHerton Ronaldo Krzesinski2-4/+136
2008-11-25rtl8187: implement conf_tx callback to configure tx queuesHerton Ronaldo Krzesinski3-12/+69
2008-11-25rtl8187: fix 8187B throughput regressionHerton Ronaldo Krzesinski1-1/+1
2008-11-25ath9k: Race condition in accessing TX and RX buffers.Senthil Balasubramanian1-15/+14
2008-11-25ath9k: IRQ should be disabled before calling free_irq()Senthil Balasubramanian1-1/+1
2008-11-25ath9k: Build RFKILL feature even when RFKILL subsystem is a MODULESenthil Balasubramanian4-11/+11
2008-11-25ath9k: incorrect noise floor threshold values.Senthil Balasubramanian2-4/+4
2008-11-25ath9k: INI update for atheros chipets.Senthil Balasubramanian4-205/+586
2008-11-25iwlwifi: enable custom fw regulatory solutionLuis R. Rodriguez2-0/+5
2008-11-25cfg80211: add support for custom firmware regulatory solutionsLuis R. Rodriguez2-1/+19
2008-11-25cfg80211/mac80211: Add 802.11d supportLuis R. Rodriguez9-24/+591
2008-11-25cfg80211: mark regdomains with > NL80211_MAX_SUPP_REG_RULES invalidLuis R. Rodriguez1-0/+3
2008-11-25cfg80211: call_crda() won't tell us if CRDA was presentLuis R. Rodriguez1-8/+1
2008-11-25cfg80211: expect different rd in cfg80211 when intersectingLuis R. Rodriguez1-2/+3
2008-11-25cfg80211: separate intersection section in __set_regdom()Luis R. Rodriguez1-8/+21
2008-11-25cfg80211: remove switch from __set_regdom()Luis R. Rodriguez1-15/+6
2008-11-25cfg80211: remove switch from __regulatory_hint()Luis R. Rodriguez1-26/+17
2008-11-25cfg80211: mark negative frequencies as invalidLuis R. Rodriguez1-1/+1
2008-11-25iwlwifi: iwl-fh.h cleanupTomas Winkler1-24/+17
2008-11-25iwlwifi: some fh document fix and cleanupZhu, Yi2-9/+4
2008-11-25iwlwifi: configure_filter rewriteZhu, Yi4-59/+70
2008-11-25iwlwifi : fix checkpatch.pl errorsAbhijeet Kolekar9-12/+13
2008-11-25iwlwifi: replace magic constants with defineChatre, Reinette2-4/+4
2008-11-25iwlwifi: rs: remove fc variable and other cleanupsTomas Winkler1-29/+19
2008-11-25iwlwifi: consolidate station management codeTomas Winkler8-132/+148
2008-11-25iwl3945 : Simplify iwl3945_pci_probeKolekar, Abhijeet1-78/+117
2008-11-25rt2x00: Fix TX failure pathIvo van Doorn2-10/+7
2008-11-25rt2x00: Move rt73usb register access wrappers into rt2x00usbIvo van Doorn3-201/+280
2008-11-25rt2x00: Cleanup indirect register accessIvo van Doorn7-431/+310
2008-11-25ath5k: name pci driver "ath5k" tooJohannes Berg1-1/+1
2008-11-25Revert "hso: Fix crashes on close."David S. Miller1-9/+2
2008-11-25Revert "hso: Fix free of mutexes still in use."David S. Miller1-87/+23
2008-11-25Revert "hso: Add TIOCM ioctl handling."David S. Miller1-317/+12
2008-11-25xfrm: remove useless forward declarationsAlexey Dobriyan2-4/+0
2008-11-25ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan2-4/+0
2008-11-25igb: loopback bits not correctly cleared from RCTL registerAlexander Duyck2-3/+4
2008-11-25igb: remove unneeded bit refrence when enabling jumbo framesAlexander Duyck2-20/+6
2008-11-25DCB: fix kconfig optionJeff Kirsher8-21/+31
2008-11-25aoe: remove private mac address format functionHarvey Harrison5-25/+14
2008-11-25hso: Hook up ->reset_resumeDenis Joseph Barrow1-0/+1
2008-11-25hso: Add TIOCM ioctl handling.Denis Joseph Barrow1-12/+317
2008-11-25hso: Fix free of mutexes still in use.Denis Joseph Barrow1-23/+87
2008-11-25hso: Fix URB submission -EINVAL.Denis Joseph Barrow1-11/+14