]> git.karo-electronics.de Git - karo-tx-linux.git/history - drivers/net/wireless/iwlwifi
iwlagn: fix modinfo display for 135 ucode.
[karo-tx-linux.git] / drivers / net / wireless / iwlwifi /
2011-09-19 Fry, Donald Hiwlagn: fix modinfo display for 135 ucode.
2011-09-19 Wey-Yi Guyiwlagn: New SKU for 6005 SFF
2011-09-19 Joe Perchesiwlagn: Convert kzalloc to kcalloc
2011-09-19 Emmanuel Grumbachiwlagn: add documentation to the transport layer
2011-09-19 Emmanuel Grumbachiwlagn: document the bus layer API
2011-09-19 Emmanuel Grumbachiwlagn: use enum iwl_rxon_context_id instead of u8
2011-09-19 Emmanuel Grumbachiwlagn: move iwl_stop / wake_queue to the upper layer
2011-09-19 Emmanuel Grumbachiwlagn: free the Tx cmd when a non empty Tx queue is...
2011-09-19 Emmanuel Grumbachiwlagn: unmap cmd queue's tfds as BIDI
2011-09-19 Emmanuel Grumbachiwlagn: warn about buggy fw that doesn't set SEQ_RX_FRAME
2011-09-19 John W. LinvilleMerge branch 'for-linville' of git://github.com/lucacoe...
2011-09-16 John W. LinvilleMerge branch 'for-linville' of git://github.com/lucacoe...
2011-09-14 Emmanuel Grumbachiwlagn: fix compilation when debug flags is unset
2011-09-14 Wey-Yi Guyiwlagn: remove lines from the wrong place
2011-09-14 Wey-Yi Guyiwlagn: enable 11n support for "_d" sku
2011-09-14 Wey-Yi Guyiwlagn: disply queue read/write pointer when stuck
2011-09-14 Emmanuel Grumbachiwlagn: iwl-trans.c can't dereference iwl_priv any...
2011-09-14 Emmanuel Grumbachiwlagn: move traffic_log back to upper layer
2011-09-14 Emmanuel Grumbachiwlagn: clean up of transport layer
2011-09-14 Emmanuel Grumbachiwlagn: remove priv dereferences from the transport...
2011-09-14 Emmanuel Grumbachiwlagn: merge iwl_pci_down and iwl_pci_remove
2011-09-14 Wey-Yi Guyiwlagn: only perform necessary calibration at init...
2011-09-14 Luciano CoelhoMerge branch 'wl12xx-next' into for-linville
2011-09-13 Dan Carpenteriwlwifi: signedness bug in iwl_trans_pcie_tx_agg_alloc()
2011-09-13 Dan Carpenteriwlwifi: fix double assign in iwl_start_tx_ba_trans_ready()
2011-08-30 Greg Dietscheiwlwifi: iwl-agn-rs.c: remove old comment
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-08 Wey-Yi Guyiwlagn: support v2 of enhanced sensitivity table
2011-08-08 Wey-Yi Guyiwlagn: change default sensitivity value for 5000 and...
2011-08-08 Johannes Bergiwlagn: support new P2P implementation
2011-08-08 Johannes Bergiwlagn: move context init after firmware loading
2011-08-08 Johannes Bergiwlagn: bump firmware API for some devices
2011-08-08 Johannes Bergiwlagn: separate firmware version warning
2011-08-08 Wey-Yi Guyiwlagn: Remove ht40 support from 5.2GHz for _bgn devices
2011-08-08 Wey-Yi Guyiwlagn: default smps mode for 1000 series device
2011-08-08 Johannes Bergiwlagn: reserve queue 10 for TX during scan dwell
2011-08-08 Johannes Bergiwlagn: remove wireless extensions inclusions
2011-08-03 John W. LinvilleMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-08-02 Wey-Yi Guyiwlagn: 5000 do not support idle mode
2011-08-02 Emmanuel Grumbachiwlagn: sysfs couldn't find the priv pointer
next