summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | i40evf: reset on module unloadMitch Williams2015-02-091-5/+10
| | * | | | | i40e: add locking around VF resetMitch Williams2015-02-092-6/+8
| | * | | | | i40e: Use even more ARQ descriptorsMitch Williams2015-02-091-2/+2
| | * | | | | i40e: delay after VF resetMitch Williams2015-02-091-6/+6
| | * | | | | i40e: avoid use of uninitialized v_budget in i40e_init_msixJohn W Linville2015-02-091-5/+5
| | * | | | | i40e: i40e_fcoe.c: Remove unused functionRickard Strandqvist2015-02-091-9/+0
| * | | | | | net: Mellanox: Delete unnecessary checks before the function call "vunmap"Markus Elfring2015-02-092-2/+2
| * | | | | | cxgb4: Add support in cxgb4 to get expansion rom version via ethtoolHariprasad Shenai2015-02-094-0/+55
| * | | | | | net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua2015-02-091-17/+11
| * | | | | | Merge tag 'wireless-drivers-next-for-davem-2015-02-07' of git://git.kernel.or...David S. Miller2015-02-09162-2123/+6376
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge ath-next from ath.gitKalle Valo2015-02-0628-435/+2953
| | |\ \ \ \ \ \
| | | * | | | | | ath10k: enable qca6174 hw3.2Michal Kazior2015-02-042-0/+16
| | | * | | | | | ath10k: add log level configuration for fw_dbglogSenthilKumar Jegadeesan2015-02-045-16/+33
| | | * | | | | | ath10k: Use TX cksum offload only for CHECKSUM_PARTIALHelmut Schaa2015-02-041-2/+4
| | | * | | | | | ath10k: fix beacon deadlockMichal Kazior2015-02-043-24/+58
| | | * | | | | | ath10k: change dma beacon cmd prototypeMichal Kazior2015-02-043-23/+38
| | | * | | | | | ath10k: prevent setting wrong key idx for stationSenthilKumar Jegadeesan2015-02-042-93/+72
| | | * | | | | | ath10k: fix target wakeup timeoutRajkumar Manoharan2015-01-291-1/+1
| | | * | | | | | ath10k: Enable the MCS8 and MCS9 at 2.4G bandYanbo Li2015-01-292-3/+13
| | | * | | | | | ath10k: disable sta keepaliveMichal Kazior2015-01-292-0/+47
| | | * | | | | | ath10k: implement sta keepalive commandJanusz Dziedzic2015-01-294-0/+82
| | | * | | | | | ath10k: use per-vif wmm param setup if possibleMichal Kazior2015-01-291-5/+17
| | | * | | | | | ath10k: implement per-vdev wmm param setup commandMichal Kazior2015-01-295-0/+63
| | | * | | | | | ath10k: move wmm param storage to vifMichal Kazior2015-01-296-34/+35
| | | * | | | | | ath10k: fix pmf for wmi-tlv on qca6174Marek Kwaczynski2015-01-271-0/+6
| | | * | | | | | ath10k: remove sw encryption for pmfMarek Kwaczynski2015-01-271-4/+1
| | | * | | | | | ath10k: disable irqs after fw crashMichal Kazior2015-01-271-0/+2
| | | * | | | | | ath10k: disable uapsd autotriggerMichal Kazior2015-01-271-0/+33
| | | * | | | | | ath10k: implement uapsd autotrigger commandJanusz Dziedzic2015-01-273-0/+122
| | | * | | | | | ath10k: fix nullfunc workaroundMichal Kazior2015-01-271-0/+1
| | | * | | | | | ath10k: fix dtim period with beacon templatesMichal Kazior2015-01-271-1/+1
| | | * | | | | | ath10k: use idr api for msdu_idsMichal Kazior2015-01-273-59/+35
| | | * | | | | | ath10k: fix 10.2 fw stats parsingMichal Kazior2015-01-272-2/+212
| | | * | | | | | ath10k: split fw pdev stats parsingMichal Kazior2015-01-272-72/+100
| | | * | | | | | ath10k: add support for qca6174Michal Kazior2015-01-279-35/+302
| | | * | | | | | ath10k: add support for qca6174 Rx descriptorsMichal Kazior2015-01-272-2/+25
| | | * | | | | | ath10k: reset chip before reading chip_id in probeMichal Kazior2015-01-271-12/+18
| | | * | | | | | ath10k: implement rx reorder supportMichal Kazior2015-01-275-36/+463
| | | * | | | | | ath10k: introduce struct ath10k_skb_rxcbMichal Kazior2015-01-273-8/+18
| | | * | | | | | ath10k: implement diag eventMichal Kazior2015-01-272-0/+58
| | | * | | | | | ath10k: implement diag data container eventMichal Kazior2015-01-273-0/+128
| | | * | | | | | ath10k: fix hwmon temperature input unitsRajkumar Manoharan2015-01-151-1/+2
| | | * | | | | | ath10k: document switch case fall-through in __ath10k_scan_finishJohn W. Linville2015-01-151-0/+1
| | | * | | | | | ath10k: prevent fw reg dump spamMichal Kazior2015-01-151-2/+6
| | | * | | | | | ath10k: fix duration calculation for quiet paramRajkumar Manoharan2015-01-151-1/+1
| | | * | | | | | ath10k: implement support for ap beacon offloadingMichal Kazior2015-01-151-0/+162
| | | * | | | | | ath10k: implement p2p bcn ie commandMichal Kazior2015-01-154-0/+66
| | | * | | | | | ath10k: implement prb tmpl wmi commandMichal Kazior2015-01-154-0/+75
| | | * | | | | | ath10k: implement beacon template commandMichal Kazior2015-01-154-0/+103
| | | * | | | | | ath10k: implement new beacon tx status eventMichal Kazior2015-01-152-0/+62