summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: DCBNL, Add debug messages logInbar Karmy2017-11-051-1/+23
* net/mlx5e: Add support for ethtool msglvl supportGal Pressman2017-11-053-0/+25
* net/mlx5e: Support DSCP trust state to Ethernet's IP packet on SQHuy Nguyen2017-11-055-6/+73
* net/mlx5e: Add dcbnl dscp to priority supportHuy Nguyen2017-11-053-2/+232
* net/mlx5: QPTS and QPDPM register firmware command supportHuy Nguyen2017-11-054-0/+131
* net/mlx5: Add MLX5_SET16 and MLX5_GET16Huy Nguyen2017-11-051-0/+17
* net/mlx5: QCAM register firmware command supportHuy Nguyen2017-11-056-1/+79
* net/dcb: Add dscp to priority selector typeHuy Nguyen2017-11-051-0/+1
* ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet2017-11-052-3/+2Star
* pktgen: do not abuse IN6_ADDR_HSIZEEric Dumazet2017-11-051-1/+1
* net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King2017-11-041-1/+1
* tcp_nv: use do_div() instead of expensive div64_u64()Konstantin Khlebnikov2017-11-041-3/+4
* add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko2017-11-042-0/+4
* phylink: make local function phylink_phy_change() staticWei Yongjun2017-11-041-1/+2
* Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-04111-1426/+1838
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2017-11-0228-179/+128Star
| |\
| | * ath: Convert timers to use timer_setup()Kees Cook2017-10-2722-72/+61Star
| | * wil6210: remove SSID debugfsJohannes Berg2017-10-271-45/+0Star
| | * wil6210: remove wil6210_uapi.h from MAINTAINERSJohannes Berg2017-10-271-1/+0Star
| | * ath9k: debug: Remove redundant checkChristos Gkekas2017-10-271-1/+1
| | * ath10k: spectral: remove redundant check in write_file_spectral_count()Christos Gkekas2017-10-271-1/+1
| | * ath10k: fix sending wmi cmd during the tdls teardownAnilkumar Kolli2017-10-271-1/+2
| | * ath10k: block offchannel operations if TDLS session is activeAnilkumar Kolli2017-10-271-0/+10
| | * ath10k: move ath10k_mac_tdls_vif*() functionsAnilkumar Kolli2017-10-271-53/+53
| | * ath10k: fix build errors with !CONFIG_PMBrian Norris2017-10-271-5/+0Star
| * | rsi: fix kbuild reported build errors with CONFIG_PM offAmitkumar Karwar2017-11-024-1/+10
| * | rsi: move rsi_sdio_reinit_device() out of CONFIG_PMAmitkumar Karwar2017-11-022-27/+26Star
| * | qtnfmac: advertise support of inactivity timeoutIgor Mitsyanko2017-10-303-4/+17
| * | qtnfmac: modify full Tx queue recoverySergey Matyukevich2017-10-304-5/+37
| * | qtnfmac: drop nonexistent function declarationSergey Matyukevich2017-10-301-3/+0Star
| * | qtnfmac: enable registration of more mgmt framesSergey Matyukevich2017-10-301-1/+11
| * | qtnfmac: modify full Tx queue error reportingSergey Matyukevich2017-10-301-1/+1
| * | rsi: sdio: Add WOWLAN support for S5 shutdown stateKarun Eagalapati2017-10-302-4/+28
| * | rsi: sdio: Add WOWLAN support for S4 hibernate stateKarun Eagalapati2017-10-307-1/+134
| * | rsi: sdio: add WOWLAN support for S3 suspend stateKarun Eagalapati2017-10-307-11/+220
| * | mwifiex: do not transmit in 11N rates when connected in TKIP securityGanapathi Bhat2017-10-301-1/+2
| * | libertas: don't write wdev->ssid/_lenJohannes Berg2017-10-301-3/+0Star
| |/
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2017-10-2725-68/+164
| |\
| | * ath10k: store coverage-class in case firmware is not bootedBen Greear2017-10-131-2/+7
| | * ath9k: fix tx99 potential info leakMiaoqing Pan2017-10-131-0/+5
| | * ath10k: add new cipher suite supportRajkumar Manoharan2017-10-134-2/+57
| | * ath10k: check power save support in STA mode through FW IEVenkateswara Naralasetty2017-10-133-2/+11
| | * ath10k: fix core PCI suspend when WoWLAN is supported but disabledBrian Norris2017-10-131-10/+14
| | * ath9k: make const array reg_hole_list static, reduces object code sizeColin Ian King2017-10-041-1/+1
| | * wcn36xx: Disable 5GHz for wcn3620Loic Poulain2017-09-252-1/+17
| | * ath9k: Avoid a potential deadlockVille Syrjälä2017-09-253-11/+14
| | * ath10k: make ath10k_hw_ce_regs constBhumika Goyal2017-09-252-4/+4
| | * ath9k: Use ARRAY_SIZE macroThomas Meyer2017-09-251-3/+2Star
| | * ath9k: remove cast to void pointerHimanshu Jha2017-09-2511-32/+32
| * | rtlwifi: Remove seq_number from rtl_tid_dataPing-Ke Shih2017-10-274-39/+2Star