pandora-kernel.git
2011-08-30 Manish chopraqlcnic: Change debug messages in loopback path
2011-08-30 Sony Chackoqlcnic: detect fan failure
2011-08-29 David S. MillerMerge branch 'for-davem' of git://git./linux/kernel...
2011-08-29 Randy Dunlapnet: fix Makefile typos & build errors
2011-08-29 John W. Linvillewl12xx/sdio_test.c: fix build breakage from WL127X_FW_N...
2011-08-29 Larry Fingerb43: Fix swatch warning
2011-08-29 Larry Fingerath9k: Fix a smatch warnings
2011-08-29 Rajkumar Manoharanath9k: Add debugfs support for mac/baseband samples
2011-08-29 Felix Fietkauath9k: fix regression in sending aggregated packets
2011-08-29 Rajkumar Manoharanath9k: Fix eifs/usec timeout for AR9287 v1.3+
2011-08-29 Rajkumar Manoharanath9k_hw: Set default slottime as 9us
2011-08-29 Rafał Miłeckib43: make HT-PHY support experimental
2011-08-29 Rafał Miłeckib43: use 8K buffers for 64-bit DMA to workaround hardwa...
2011-08-29 Larry Fingerb43: Relax requirement for descriptors to be in the...
2011-08-29 Axel Linp54spi: add "spi:" prefix for stlc45xx modalias
2011-08-29 Johannes Bergiwlagn: handle GO powersave
2011-08-29 Emmanuel Grumbachiwlagn: move tx queues to transport layer
2011-08-29 Emmanuel Grumbachiwlagn: move the stop / wake queue logic to transport...
2011-08-29 Emmanuel Grumbachiwlagn: move check_stuck_queue to transport layer
2011-08-29 Emmanuel Grumbachiwlagn: move wait_for_tx_queue_empty to transport layer
2011-08-29 Emmanuel Grumbachiwlagn: cosmetics in iwl-trans.h
2011-08-29 Emmanuel Grumbachiwlagn: move the disable agg logic to transport layer
2011-08-29 Emmanuel Grumbachiwlagn: move the check_empty logic to the transport...
2011-08-29 Emmanuel Grumbachiwlagn: allocate resources for TX BA session in transport
2011-08-29 Emmanuel Grumbachiwlagn: move the mapping ac to queue / fifo to transport
2011-08-29 Emmanuel Grumbachiwlagn: upper layer uses slabs to allocate tx cmds
2011-08-29 Emmanuel Grumbachiwlagn: set tx_fifo for ampdu in transport layer
2011-08-29 Emmanuel Grumbachiwlagn: upper layer stores iwl_rxon_context in skb...
2011-08-29 Emmanuel Grumbachiwlagn: stop the device before freeing it
2011-08-29 Emmanuel Grumbachiwlagn: remove dereferences of priv from transport
2011-08-29 Emmanuel Grumbachiwlagn: iwl_tid_data moves to iwl-shared
2011-08-29 Wey-Yi Guyiwlagn: adding special "D" SKU for 2000 series
2011-08-29 Emmanuel Grumbachiwlagn: iwl-pci doesn't include iwl-dev any more
2011-08-29 Daniel Halperiniwlagn: fix compile warnings when CONFIG_PM_SLEEP is...
2011-08-29 Emmanuel Grumbachiwlagn: all function iwl-io.c receive iwl_bus
2011-08-29 Emmanuel Grumbachiwlagn: add missing includes
2011-08-29 Emmanuel Grumbachiwlagn: move Keep Warm to transport layer
2011-08-29 Emmanuel Grumbachiwlagn: iwl-dev.h doesn't include iwl-fh.h any more
2011-08-29 Emmanuel Grumbachiwlagn: remove unused parameters from hw_params
2011-08-29 Emmanuel Grumbachiwlagn: remove references to priv from the transport...
2011-08-29 Emmanuel Grumbachiwlagn: move dump_csr and dump_fh to transport layer
2011-08-29 Emmanuel Grumbachiwlagn: move hcmd_lock to transport layer
2011-08-29 Emmanuel Grumbachiwlagn: transport layer should receive iwl_trans
2011-08-29 Emmanuel Grumbachiwlagn: move iwl_free_pages to iwl-shared.h
2011-08-29 Emmanuel Grumbachiwlagn: move all iwl_is_XXX helpers to iwl-shared.h
2011-08-29 Emmanuel Grumbachiwlagn: fix the check of IWLAGN_FIRST_AMPDU_QUEUE
2011-08-29 Emmanuel Grumbachiwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans...
2011-08-29 Emmanuel Grumbachiwlagn: move reclaim related functions
2011-08-29 Emmanuel Grumbachiwlagn: reclaim the packets in transport layer
2011-08-29 Emmanuel Grumbachiwlagn: move isr_statistics to transport layer
2011-08-29 Wey-Yi Guyiwlagn: add comments to module parameters
2011-08-29 Wey-Yi Guyiwlagn: more comments for bt channel inhibition
2011-08-29 Wey-Yi Guyiwlagn: support small form factor SKU of 6205
2011-08-29 Wey-Yi Guyiwlagn: enable 11n aggregation without checking traffic...
2011-08-29 Emmanuel Grumbachiwlagn: move the NIC error flow to the transport layer
2011-08-29 Emmanuel Grumbachiwlagn: move ISR related data to transport layer
2011-08-29 Emmanuel Grumbachiwlagn: move iwl_suspend / iwl_resume to the transport...
2011-08-29 Emmanuel Grumbachiwlagn: iwl_rx_queue moves to the iwl_trans_pcie
2011-08-29 Emmanuel Grumbachiwlagn: transport handler can register debugfs entries
2011-08-29 Emmanuel Grumbachiwlagn: add comments to iwl_bus / iwl_trans
2011-08-29 Emmanuel Grumbachiwlagn: bus layer chooses its transport layer
2011-08-29 Emmanuel Grumbachiwlagn: priv->sta_lock moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: add IWL_DEBUG_FW_ERRORS
2011-08-29 Emmanuel Grumbachiwlagn: modify the debug macro to be usable by all...
2011-08-29 Emmanuel Grumbachiwlagn: priv->mutex moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: priv->lock moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: priv->status moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: workqueue moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: cmd_queue moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: hw_params moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: debug_level moves to struct iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: introduce struct iwl-shared - known by all...
2011-08-29 Emmanuel Grumbachiwlagn: introduce iwl-shared.h
2011-08-29 Emmanuel Grumbachiwlagn: use iwl_get_debug_level instead of iwl_debug_level
2011-08-29 Wey-Yi Guyiwlagn: remove out-dated comments
2011-08-29 Wey-Yi Guyiwlagn: Rename iwlcore prefix
2011-08-29 Mohammed Shafi... ath9k: minor cleanup in ani
2011-08-29 Mohammed Shafi... ath9k: use appropriate debug mask
2011-08-29 Christian Lamparterp54: Use do_div for 64-bit division to fix 32-bit kernels
2011-08-29 Florian Fainelliath9k: add missing AR9340 in ath_mac_bb_names
2011-08-29 Stanislaw Gruszkacfg80211: document wiphy->registered
2011-08-29 John W. Linvillemac80211: refactor skb copy to failq in mesh_path_move_...
2011-08-29 Peter Huewenet/mac80211/debugfs: Convert to kstrou8_from_user
2011-08-29 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-08-29 John W. LinvilleMerge branch 'for-linville' of git://git./linux/kernel...
2011-08-29 Emil Tantilovixgbe: clear RNBC only for 82598
2011-08-29 Emil Tantilovixgbe: add check for supported modes
2011-08-29 Don Skidmoreixgbe: fix ixgbe_fc_autoneg_fiber bug
2011-08-29 Don Skidmoreixgbe: cleanup feature flags in ixgbe_probe
2011-08-29 John Fastabendixgbe: PFC not cleared on X540 devices
2011-08-29 John Fastabendixgbe: consolidate, setup for multiple traffic classes
2011-08-29 John Fastabendixgbe: remove unneeded fdir pb alloc case
2011-08-29 John Fastabendixgbe: fixup remaining call sites for arbitrary TCs
2011-08-29 Alexander Duyckixgbe: Always tag VLAN tagged packets
2011-08-29 Alexander Duyckixgbe: Add support for setting CC bit when SR-IOV is...
2011-08-28 Joe Perchescaif: Remove OOM messages, use kzalloc
2011-08-28 Jiri Pirkobenet: remove bogus "unlikely" on vlan check
2011-08-28 Bhanu Prakash... net: Define NETDEV_FCOE_WWNN, NETDEV_FCOE_WWPN only...
2011-08-28 Michael Chancnic: Add timeout for ramrod replies.
2011-08-28 Michael Chancnic, bnx2fc: Increase maximum FCoE sessions.
next