summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-01-27wil6210: option to override A-BFT length in start AP/PCPLior David-0/+3
2017-01-27wil6210: report association ID (AID) per station in debugfsLior David-3/+7
2017-01-27wil6210: align to latest auto generated wmi.hLior David-2/+43
2017-01-27wil6210: fix for broadcast workaround in PBSSLior David-16/+20
2017-01-27wil6210: protect against false interrupt during reset sequenceHamad Kadmany-0/+3
2017-01-27wil6210: missing reinit_completion in wmi_callLior David-0/+1
2017-01-27wil6210: support new WMI-only FW capabilityDedy Lansky-5/+11
2017-01-27wil6210: remove __func__ from debug printoutsLazar Alexei-234/+211
2017-01-27wil6210: support loading dedicated image for sparrow-plus devicesLazar Alexei-21/+72
2017-01-27wil6210: add disable_ap_sme module parameterDedy Lansky-24/+178
2017-01-19ath10k: dump Copy Engine registers during firmware crashMohammed Shafi Shajakhan-2/+77
2017-01-19ath10k: fix per station tx bit rate reportingMohammed Shafi Shajakhan-0/+2
2017-01-19ath10k: prevent sta pointer rcu violationMichal Kazior-0/+19
2017-01-19ath6kl: fix warning for using 0 as NULLWei Yongjun-1/+1
2017-01-13ath10k: fix tx legacy rate reportingMohammed Shafi Shajakhan-1/+1
2017-01-13ath10k: fix wifi connectivity and warning in rx with channel 169Mohammed Shafi Shajakhan-1/+1
2017-01-13ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFSChristian Lamparter-8/+64
2017-01-13ath10k: add accounting for the extended peer statisticsChristian Lamparter-2/+5
2017-01-13ath10k: add VHT160 supportSebastian Gottschall-6/+74
2017-01-13ath10k: refactor ath10k_peer_assoc_h_phymode()Kalle Valo-6/+16
2017-01-12ath9k: fix spelling mistake: "meaurement" -> "measurement"Colin Ian King-1/+1
2017-01-12ath9k: ar9003_mac: kill off ACCESS_ONCE()Mark Rutland-46/+46
2017-01-12ath9k: ar9002_mac: kill off ACCESS_ONCE()Mark Rutland-32/+32
2017-01-12ath5k: drop bogus warning on drv_set_key with unsupported cipherFelix Fietkau-2/+1
2017-01-12wil6210: constify cfg80211_ops structuresBhumika Goyal-1/+1
2017-01-12ath10k: htc: simplified credit distributionErik Stromdahl-25/+5
2017-01-12ath10k: htc: removal of unused struct membersErik Stromdahl-8/+0
2017-01-12wcn36xx: Don't use the destroyed hal_mutexBjorn Andersson-1/+2
2017-01-12wcn36xx: Implement print_reg indicationBjorn Andersson-0/+46
2017-01-12wcn36xx: Implement firmware assisted scanBjorn Andersson-23/+81
2017-01-12wcn36xx: Transition driver to SMD clientBjorn Andersson-66/+88
2017-01-12soc: qcom: smem_state: Fix include for ERR_PTR()Bjorn Andersson-1/+1
2017-01-10packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3Sowmini Varadhan-2/+1
2017-01-10bpf: Make unnecessarily global functions staticTobias Klauser-7/+10
2017-01-10bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()Tobias Klauser-2/+1
2017-01-10ipvlan: improvise dev_id generation logic in IPvlanMahesh Bandewar-1/+13
2017-01-10liquidio: store the L4 hash of rx packets in skbPrasad Kanneganti-3/+33
2017-01-10Merge branch 'sfc-physical-port-ids'David S. Miller-37/+42
2017-01-10sfc: stop setting dev_portBert Kenward-2/+0
2017-01-10sfc: implement ndo_get_phys_port_nameBert Kenward-0/+11
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward-35/+31
2017-01-10net: qcom/emac: add ethtool supportTimur Tabi-21/+221
2017-01-09net: dsa: select NET_SWITCHDEVVivien Didelot-2/+3
2017-01-09Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-516/+672
2017-01-09tcp: make TCP_INFO more consistentEric Dumazet-4/+4
2017-01-09Merge branch 'bpf-verifier-improvements'David S. Miller-104/+1131
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov-52/+52
2017-01-09bpf: allow helpers access to variable memoryGianluca Borello-10/+474
2017-01-09bpf: allow adjusted map element values to spillGianluca Borello-5/+62
2017-01-09bpf: allow helpers access to map element valuesGianluca Borello-2/+498