summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * net/mlx5: Add DCBX firmware commands supportHuy Nguyen2016-11-283-0/+29
| * net/mlx5e: Read ETS settings directly from firmwareHuy Nguyen2016-11-283-25/+56
| * net/mlx5e: Support DCBX CEE APIHuy Nguyen2016-11-284-2/+370
| * net/mlx5e: Add qos capability checkHuy Nguyen2016-11-281-1/+2
|/
* virtio-net: enable multiqueue by defaultJason Wang2016-11-281-2/+7
* Merge branch 'MV88E6097-fixes'David S. Miller2016-11-281-0/+2
|\
| * net: dsa: mv88e6xxx: add missing comment for MV88E6097Stefan Eichenberger2016-11-281-0/+1
| * net: dsa: mv88e6xxx: add g1_irqs definition for MV88E6097Stefan Eichenberger2016-11-281-0/+1
|/
* Merge branch 'bpf-misc-next'David S. Miller2016-11-2720-59/+160
|\
| * bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-279-11/+64
| * bpf: allow for mount options to specify permissionsDaniel Borkmann2016-11-271-1/+53
| * bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann2016-11-271-2/+15
| * bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann2016-11-273-24/+21
| * bpf: drop useless bpf_fd member from cls/actDaniel Borkmann2016-11-272-15/+1
| * bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann2016-11-274-6/+6
|/
* sfc: remove unneeded variableDan Carpenter2016-11-272-9/+1
* Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller2016-11-27189-1152/+1607
|\
| * rt2800: disable CCK rates on HTStanislaw Gruszka2016-11-231-1/+0
| * rt2800: tune *_PROT_CFG parametersStanislaw Gruszka2016-11-231-8/+8
| * rt2800: use RTS/CTS protection instead of CTS-to-selfStanislaw Gruszka2016-11-231-3/+3
| * rt2800: correct TX_SW_CFG1 for 5592Stanislaw Gruszka2016-11-231-2/+5
| * rt2800: correct AUTO_RSP_CFGStanislaw Gruszka2016-11-231-4/+2
| * rt2800: do not overwrite WPDMA_GLO_CFG_WP_DMA_BURST_SIZEStanislaw Gruszka2016-11-231-1/+0
| * rt2800: OFDM rates are mandatoryStanislaw Gruszka2016-11-231-1/+1
| * rt2800usb: do not wipe out USB_DMA_CFG settingsStanislaw Gruszka2016-11-231-4/+1
| * rt2800: correctly report MCS TX parametersStanislaw Gruszka2016-11-231-10/+13
| * brcmfmac: update beacon IE after bss up and clear when AP stoppedWright Feng2016-11-231-2/+3
| * rt2x00: Fix incorrect usage of CONFIG_RT2X00_LIB_USBVishal Thanki2016-11-231-1/+1
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2016-11-2317-275/+328
| |\
| | * ath10k: use the right length of "background"Nicolas Iooss2016-11-151-1/+1
| | * ath10k: remove extraneous error message in tx allocMohammed Shafi Shajakhan2016-11-151-3/+1
| | * ath10k: clean up HTT tx buffer allocation and freeMohammed Shafi Shajakhan2016-11-151-25/+50
| | * ath10k: fix failure to send NULL func frame for 10.4Mohammed Shafi Shajakhan2016-11-152-6/+2
| | * ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen2016-11-158-235/+163
| | * ath9k_htc: fix minor mistakes in dev_err messagesColin Ian King2016-11-151-3/+3
| | * ath9k: parse the device configuration from an OF nodeMartin Blumenstingl2016-11-151-0/+42
| | * ath9k: add a helper to get the string representation of ath_bus_typeMartin Blumenstingl2016-11-152-0/+13
| | * Documentation: dt: net: add ath9k wireless device bindingMartin Blumenstingl2016-11-151-0/+48
| | * ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)2016-11-151-2/+5
| * | mwifiex: pcie: stop checking for NULL adapter->cardBrian Norris2016-11-191-30/+23
| * | mwifiex: stop checking for NULL drvata/intfdataBrian Norris2016-11-192-21/+8
| * | mwifiex: sdio: don't check for NULL sdio_funcBrian Norris2016-11-191-25/+15
| * | mwifiex: usb: handle HS failuresBrian Norris2016-11-191-1/+8
| * | mwifiex: reset card->adapter during device unregisterXinming Hu2016-11-192-0/+2
| * | mwifiex: resolve suspend() race with async FW init failureBrian Norris2016-11-193-6/+30
| * | mwifiex: don't pretend to resume while remove()'ingBrian Norris2016-11-193-13/+0
| * | mwifiex: remove redundant pdev check in suspend/resume handlersAmitkumar Karwar2016-11-191-16/+6
| * | mwifiex: resolve races between async FW init (failure) and device removalBrian Norris2016-11-198-68/+55
| * | mwifiex: complete blocked power save handshake in main processShengzhen Li2016-11-191-4/+5
| * | mwifiex: check tx_hw_pending before downloading sleep confirmShengzhen Li2016-11-194-2/+10