summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-152-11/+8Star
|\
| * mac80211: stop modifying HT SMPS capabilityJohannes Berg2013-02-152-11/+8Star
* | iwlegacy: more checks for dma mapping errorsStanislaw Gruszka2013-02-143-44/+59
|/
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-081-1/+1
|\
| * mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach2013-01-311-1/+1
* | iwlegacy: check for dma mapping errorsStanislaw Gruszka2013-02-012-28/+54
* | iwl4965: report A-MPDU statusChristian Lamparter2013-02-013-0/+13
* | net: iwlegacy: remove unused variableGuenter Roeck2013-01-301-3/+0Star
* | iwlegacy: fix antenna bitmaskChristian Lamparter2013-01-301-1/+1
* | drivers/net/wireless/iwlegacy/4965-mac.c: adjust duplicate testJulia Lawall2013-01-301-3/+0Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-282-22/+15Star
|\
| * iwlegacy: fix IBSS cleanupStanislaw Gruszka2013-01-221-21/+14Star
| * drivers/net/wireless/iwlegacy: use strlcpy instead of strncpyChen Gang2013-01-071-1/+1
* | iwlegacy: don't return zero on failure paths in il4965_pci_probe()Alexey Khoroshilov2013-01-221-0/+1
* | iwlegacy: allow to enable PSStanislaw Gruszka2013-01-072-3/+6
* | iwlegacy: add flush callbackStanislaw Gruszka2013-01-074-0/+39
* | mac80211: split TX aggregation stop actionJohannes Berg2013-01-031-1/+3
|/
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-133-21/+5Star
|\
| * iwlegacy: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-073-11/+2Star
| * iwlegacy: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas2012-12-072-10/+3Star
* | iwlegacy: remove __dev* attributesBill Pemberton2012-12-062-4/+4
* | iwlegacy: initialize rx_statusJohannes Berg2012-11-262-2/+2
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-1/+1
|\ \
| * | mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
| |/
* / wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-11-141-3/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-025-33/+34
|\
| * iwlegacy: use eth_broadcast_addrJohannes Berg2012-09-241-2/+2
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-213-17/+29
| |\
| | * mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-313-17/+29
| * | iwlegacy: clean up suspend/resumeJohannes Berg2012-08-102-14/+3Star
| |/
* / iwlegacy: Use PCI Express Capability accessorsJiang Liu2012-08-231-3/+1Star
|/
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-07-121-1/+1
|\
| * mac80211: add time synchronisation with BSS for assocJohannes Berg2012-07-121-1/+1
* | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-07-091-1/+1
|\|
| * cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev2012-07-021-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-092-10/+8Star
|\ \
| * | iwlegacy: don't mess up the SCD when removing a keyEmmanuel Grumbach2012-07-091-2/+2
| * | iwlegacy: always monitor for stuck queuesStanislaw Gruszka2012-07-091-8/+6Star
* | | iwlegacy: print how long queue was actually stuckPaul Bolle2012-06-281-3/+4
| |/ |/|
* | iwl4965: claim RSN IBSS supportStanislaw Gruszka2012-06-061-1/+12
|/
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-113-10/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-123-25/+7Star
|\
| * Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-063-25/+7Star
| |\
| | * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-063-25/+7Star
* | | mac80211: remove antenna_sel_tx TX info fieldJohannes Berg2012-04-102-3/+3
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-03-283-17/+18
|\ \ | |/ |/|
| * iwlegacy: fix BSSID settingStanislaw Gruszka2012-03-261-10/+6Star
| * iwlegacy: do not nulify il->vif on resetStanislaw Gruszka2012-03-263-7/+12
* | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-252-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-192-4/+5
|\