summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 9Yogesh Ashok Powar
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 8Yogesh Ashok Powar
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 7Yogesh Ashok Powar
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 6Yogesh Ashok Powar
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 5Yogesh Ashok Powar
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 3Yogesh Ashok Powar
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 2Yogesh Ashok Powar
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 1Yogesh Ashok Powar
2012-03-14ixgbe: dcb: use DCB config values for FCoE traffic class on openJohn Fastabend
2012-03-14ixgbe: Fix race condition where RX buffer could become corrupted.Atita Shirwaikar
2012-03-14ixgbe: use typed min/max functions where possibleJesse Brandeburg
2012-03-14ixgbe: fix obvious return value bug.Don Skidmore
2012-03-14ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itrAlexander Duyck
2012-03-14ixgbe: Do not disable read relaxed ordering when DCA is enabledAlexander Duyck
2012-03-14ixgb: Remove unnecessary defines, use pr_debugJoe Perches
2012-03-13mac80211: Don't let regulatory make us deafPaul Stewart
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg
2012-03-13cfg80211: clarify timestamp in cfg80211_inform_bssJohannes Berg
2012-03-13brmc80211: dont use jiffies for BSS TSFJohannes Berg
2012-03-13Documentation: make exists consistentYegor Yefremov
2012-03-13mwifiex: rename fuctions and variables for better readabilityYogesh Ashok Powar
2012-03-13mwifiex: rearrange if and else blocks to avoid extra indentationYogesh Ashok Powar
2012-03-13mwifiex: use usleep_range instead of udelayYogesh Ashok Powar
2012-03-13mwifiex: merge functions to derive cfp by chan & freq in oneYogesh Ashok Powar
2012-03-13mwifiex: rearrange switch statementYogesh Ashok Powar
2012-03-13mwifiex: rename long function names to shorter onesYogesh Ashok Powar
2012-03-13mac80211: linearize SKBs as needed for cryptoJohannes Berg
2012-03-13mac80211: move RX WEP weak IV countingJohannes Berg
2012-03-13b43: Load firmware from a work queue and not from the probe routineLarry Finger
2012-03-13b43legacy: Load firmware from work queue instead of from probe routineLarry Finger
2012-03-13Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville
2012-03-13ath6kl: fix debug.c file modeKalle Valo
2012-03-13ath6kl: use max_t() in ath6kl_cfg80211_connect()Kalle Valo
2012-03-13ath6kl: fix open parenthesis alignment in ath6kl_sdio_suspend()Kalle Valo
2012-03-13ath6kl: replace strict_strtoul() with kstrtoul()Kalle Valo
2012-03-13ath6kl: fix regression in ath6kl_upload_board_file()Kalle Valo
2012-03-12ixgbe: Simplify logic for ethtool loopback frame creation and testingAlexander Duyck
2012-03-12ixgbe: Add iterator for cycling through rings on a q_vectorAlexander Duyck
2012-03-12ixgbe: Allocate rings as part of the q_vectorAlexander Duyck
2012-03-12ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intrAlexander Duyck
2012-03-12ixgbe: Default to queue pairs when number of queues is less than CPUsAlexander Duyck
2012-03-12ixgbe: Correct Adaptive Interrupt Moderation so that it will change valuesAlexander Duyck
2012-03-12ixgbe: Address issues with Tx WHTRESH value not being set correctlyAlexander Duyck
2012-03-12ixgbe: Reorder adapter contents for better cache utilizationAlexander Duyck
2012-03-12ixgbe: Do no clear Tx status bits since eop_desc provides enough infoAlexander Duyck
2012-03-12net: Add memory barriers to prevent possible race in byte queue limitsAlexander Duyck
2012-03-12net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck
2012-03-12ixgbe: add support for byte queue limitsAlexander Duyck
2012-03-12ixgbe: remove tie between NAPI work limits and interrupt moderationJeff Kirsher