summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-29libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams8-114/+111
2008-08-29ssb: Update for Rev. 5 SPROMLarry Finger2-15/+50
2008-08-29mac80211: Use only precedence level of DSCP field for frame classificationDaniel Wagner1-2/+0
2008-08-29mac80211: Handle scan result IEs in one blockJouni Malinen2-159/+89
2008-08-29ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flagsSujith6-36/+17
2008-08-29ath9k: Use definition from ieee80211.hSujith1-9/+4
2008-08-29mac80211: Add an 802.11n definitionSujith1-0/+1
2008-08-29ath9k: Miscellaneous fixesSujith6-169/+79
2008-08-29ath9k: Random cleanupSujith3-94/+83
2008-08-29ath9k: Remove remaining occurences of ath_skb_map functionsSujith4-60/+24
2008-08-29ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen1-2/+2
2008-08-29ath9k: Assign seq# when mac80211 requests thisJouni Malinen3-0/+27
2008-08-29ath9k: Fix TX status reportingJouni Malinen1-2/+10
2008-08-29ath9k: Updated Beacon generation to use mac80211-styleJouni Malinen3-50/+48
2008-08-29ath9k: Allow AP mode to be enabledJouni Malinen2-5/+26
2008-08-29ath9k: Trim struct ath_softcSujith5-61/+31
2008-08-29ath9k: Use ah_curchan and remove sc_curchan which is redundantSujith4-15/+12
2008-08-29ath9k: Use bitfields for sc operationsSujith7-62/+66
2008-08-29ath9k: Use a single opmode variableSujith8-39/+41
2008-08-29ath9k: Unused macros, variablesSujith2-84/+50
2008-08-29ath9k: Remove ar5416hal and assign default values directlySujith1-25/+3
2008-08-29ath9k: Remove a few unnecessary macrosSujith2-13/+4
2008-08-29ath9k: Use bitfields for buffer typeSujith2-79/+83
2008-08-29ath9k: RX Filter cleanupSujith4-67/+21
2008-08-29ath9k: Merge reset functionsSujith5-55/+27
2008-08-29mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen5-0/+139
2008-08-29mac80211: fill start-sequence-number for BA session startJohannes Berg1-1/+4
2008-08-27dccp ccid-3: Replace lazy BUG_ON with conditionGerrit Renker1-2/+4
2008-08-27dccp: Toggle debug output without module unloadingGerrit Renker4-4/+4
2008-08-27dccp: Empty the write queue when disconnectingGerrit Renker1-0/+2
2008-08-27dccp: Fill in the Data fields for "Option Error" ResetsGerrit Renker1-0/+3
2008-08-27dccp: Silently ignore options with nonsensical lengthsGerrit Renker1-4/+6
2008-08-27dccp: Always generate a Reset in response to option errorsWei Yongjun1-2/+2
2008-08-27IPVS: Rename ip_vs_proto_ah.c to ip_vs_proto_ah_esp.cJulius Volz3-177/+1
2008-08-27IPVS: Integrate ESP protocol into ip_vs_proto_ah.cJulius Volz3-24/+54
2008-08-23tcp: Add tcp_parse_aligned_timestampIlpo Järvinen1-19/+18
2008-08-23tcp: Add tcp_collapse_one to eliminate duplicated codeIlpo Järvinen1-10/+14
2008-08-23tcp: Add tcp_validate_incoming & put duplicated code thereIlpo Järvinen1-78/+69
2008-08-23orinoco: Add MIC on TX and check on RXDavid Kilroy4-16/+229
2008-08-23orinoco: Process bulk of receive interrupt in a taskletDavid Kilroy2-19/+100
2008-08-23orinoco: Send association events to userspaceDavid Kilroy1-0/+62
2008-08-23orinoco: Add WE-18 ioctls for WPADavid Kilroy3-8/+554
2008-08-23orinoco: Use a macro to define wireless handlersDavid Kilroy1-32/+34
2008-08-23orinoco: Split wevent work thread from wevent sendingDavid Kilroy1-10/+14
2008-08-23orinoco: Don't use boolean parameter to record encoding typeDavid Kilroy2-13/+20
2008-08-23orinoco: Use extended Agere scans available on 9.x series firmwaresDavid Kilroy4-44/+448
2008-08-23orinoco: address checkpatch typedef warningDavid Kilroy2-9/+10
2008-08-23orinoco: Fix transmit for Agere/Lucent with fw 9.xDavid Kilroy3-15/+46
2008-08-23orinoco: Invoke firmware download in main driverDavid Kilroy10-156/+346
2008-08-23orinoco: Extend hermes_dld routines for Agere firmwareDavid Kilroy2-0/+290