summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: remove unnecessary key conditionJohannes Berg2019-09-111-3/+3
* mac80211: list features in WEP/TKIP disable in better orderJohannes Berg2019-09-111-1/+1
* cfg80211: always shut down on HW rfkillJohannes Berg2019-09-113-9/+11
* mac80211: vht: add support VHT EXT NSS BW in parsing VHTMordechay Goodstein2019-09-111-1/+9
* cfg80211: fix boundary value in ieee80211_frequency_to_channel()Arend van Spriel2019-09-111-1/+1
* cfg80211: add local BSS receive time to survey informationFelix Fietkau2019-08-303-0/+11
* nl80211: add NL80211_CMD_UPDATE_FT_IES to supported commandsMatthew Wang2019-08-221-0/+1
* mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedColin Ian King2019-08-221-1/+1
* nexthops: remove redundant assignment to variable errColin Ian King2019-08-221-1/+1
* Merge branch 'mlx5-hyperv'David S. Miller2019-08-2218-0/+1189
|\
| * net/mlx5e: Add mlx5e HV VHCA stats agentEran Ben Elisha2019-08-226-0/+205
| * net/mlx5: Add HV VHCA control agentEran Ben Elisha2019-08-222-2/+121
| * net/mlx5: Add HV VHCA infrastructureEran Ben Elisha2019-08-225-1/+365
| * net/mlx5: Add wrappers for HyperV PCIe operationsEran Ben Elisha2019-08-223-0/+87
| * PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interfaceHaiyang Zhang2019-08-227-11/+108
| * PCI: hv: Add a paravirtual backchannel in softwareDexuan Cui2019-08-222-0/+317
|/
* Merge tag 'mlx5-updates-2019-08-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-08-2110-126/+545
|\
| * net/mlx5e: Add trace point for neigh updateVlad Buslov2019-08-213-0/+65
| * net/mlx5e: Add trace point for neigh used value updateVlad Buslov2019-08-213-0/+40
| * net/mlx5e: Add tc flower tracepointsDmytro Linkin2019-08-216-1/+179
| * net/mlx5e: Only access fully initialized flows in neigh updateVlad Buslov2019-08-211-0/+8
| * net/mlx5e: Refactor neigh update for concurrent executionVlad Buslov2019-08-213-38/+59
| * net/mlx5e: Refactor neigh used value update for concurrent executionVlad Buslov2019-08-211-4/+19
| * net/mlx5e: Protect neigh hash encap list with spinlock and rcuVlad Buslov2019-08-213-11/+66
| * net/mlx5e: Refactor mlx5e_neigh_update_table->encap_lockVlad Buslov2019-08-212-6/+14
| * net/mlx5e: Extend neigh hash entry with rcuVlad Buslov2019-08-212-24/+46
| * net/mlx5e: Always take reference to neigh entryVlad Buslov2019-08-212-40/+39
| * net/mlx5e: Extract code that queues neigh update work into functionVlad Buslov2019-08-211-15/+23
|/
* net: stmmac: dwc-qos: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* net: stmmac: dwmac-anarion: use devm_platform_ioremap_resource() to simplify ...YueHaibing2019-08-211-3/+1
* net: stmmac: dwmac-meson: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* net: stmmac: dwmac-meson8b: use devm_platform_ioremap_resource() to simplify ...YueHaibing2019-08-211-3/+1
* net: systemport: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* net: bcmgenet: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* pxa168_eth: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-2/+1
* net: mvneta: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* net: fec: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* ezchip: nps_enet: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* net: sxgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* net: ks8851-ml: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-5/+2
* net: socionext: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* via-rhine: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* net: ethernet: ti: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+2
* amd-xgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-11/+8
* Merge tag 'mac80211-next-for-davem-2019-08-21' of git://git.kernel.org/pub/sc...David S. Miller2019-08-2118-64/+684
|\
| * mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau2019-08-213-28/+225
| * mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau2019-08-211-6/+14
| * mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau2019-08-211-0/+15
| * mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau2019-08-211-1/+1