summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | iwlwifi: mvm: change when the BT_COEX is sentEmmanuel Grumbach2017-06-294-10/+12
| | | * | | | iwlwifi: pcie: improve debug in iwl_pcie_rx_handle_rb()Johannes Berg2017-06-291-3/+7
| | | * | | | iwlwifi: mvm: support aggs of 64 frames in A000 familyLiad Kaufman2017-06-293-3/+16
| | | * | | | iwlwifi: pcie: improve "invalid queue" warningJohannes Berg2017-06-291-2/+6
| | | * | | | iwlwifi: mvm: use proper CDB check in PHY context modifyJohannes Berg2017-06-291-2/+2
| | | * | | | iwlwifi: add twelve new 9560 series PCI IDsTzipi Peres2017-06-291-1/+14
| | | * | | | iwlwifi: add the new a000_2ax seriesTzipi Peres2017-06-293-0/+16
| | | * | | | iwlwifi: mvm: simplify CHECK_MLME_TRIGGER macroLuca Coelho2017-06-291-15/+9
| | | * | | | iwlwifi: mvm: change sta_id to u8Sharon Dvir2017-06-291-2/+2
| | | * | | | iwlwifi: pcie: fix 9000-series RF-kill interrupt propagationJohannes Berg2017-06-292-1/+11
| | | * | | | iwlwifi: pcie: only apply retention workaround on 9000-series A-stepJohannes Berg2017-06-291-6/+13
| | | * | | | iwlwifi: dvm: use macros for format stringsJohannes Berg2017-06-291-5/+4
| | | * | | | iwlwifi: mvm: fix a bunch of kernel-doc warningsJohannes Berg2017-06-299-58/+127
| | | * | | | iwlwifi: mvm: add documentation for all command IDsJohannes Berg2017-06-294-27/+292
| | | * | | | iwlwifi: mvm: use __le16 even for reserved fieldsJohannes Berg2017-06-291-1/+1
| | | * | | | iwlwifi: mvm: remove various unused command IDs/structsJohannes Berg2017-06-292-39/+0
| | | * | | | iwlwifi: mvm: fix various "Excess ... description" kernel-doc warningsJohannes Berg2017-06-296-13/+10
| | | * | | | iwlwifi: mvm: remove some CamelCase from firmware APIJohannes Berg2017-06-292-3/+3
| | | * | | | iwlwifi: mvm: Add debugfs entry to retrieve SAR geographic profileHaim Dreyfuss2017-06-291-0/+50
| | | * | | | iwlwifi: mvm: refactor geo initHaim Dreyfuss2017-06-293-18/+67
| | * | | | | mwifiex: do not update MCS set from hostapdGanapathi Bhat2017-06-302-27/+0
| | * | | | | brcmfmac: switch to using cfg80211_connect_done()Arend van Spriel2017-06-301-9/+11
| | * | | | | brcmfmac: support 4-way handshake offloading for 802.1XArend van Spriel2017-06-302-4/+60
| | * | | | | brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSKArend van Spriel2017-06-307-7/+134
| | |/ / / /
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-033-5/+16
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'mlx5-fixes-2017-06-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-07-013-5/+16
| | |\ \ \ \ \
| | | * | | | | net/mlx5e: Fix TX carrier errors report in get stats ndoGal Pressman2017-06-271-2/+0
| | | * | | | | net/mlx5: Cancel delayed recovery work when unloading the driverMohamad Haj Yahia2017-06-272-2/+15
| | | * | | | | net/mlx5: Fix driver load error flow when firmware is stuckGal Pressman2017-06-271-1/+1
| * | | | | | | mlx4_en: make mlx4_log_num_mgm_entry_size staticZhu Yanjun2017-07-032-2/+1
| * | | | | | | netxen_nic: Remove unused pointer hdr in netxen_setup_minidump()Christos Gkekas2017-07-031-3/+0
| * | | | | | | geneve: fix hlist corruptionJiri Benc2017-07-031-16/+32
| * | | | | | | vxlan: fix hlist corruptionJiri Benc2017-07-031-11/+21
| * | | | | | | net/mlxfw: Properly handle dependancy with non-loadable mlx5Or Gerlitz2017-07-031-1/+1
| * | | | | | | ctcm_fsms: Convert skb->user accesses to refcount_tDavid S. Miller2017-07-031-6/+6
| * | | | | | | net: cdc_mbim: apply "NDP to end" quirk to HP lt4132Tore Anderson2017-07-031-0/+7
| * | | | | | | vxlan: correctly set vxlan->net when creating the device in a netnsSabrina Dubroca2017-07-031-3/+6
| * | | | | | | net: hns: Use phy_driver to setup Phy loopbackLin Yun Sheng2017-07-032-71/+35
| * | | | | | | net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng2017-07-032-0/+52
| * | | | | | | net/mlx5: fix memcpy limit?Stephen Rothwell2017-07-031-1/+1
| * | | | | | | net: cdc_ncm: Reduce memory use when kernel memory lowJim Baxter2017-07-031-12/+42
| * | | | | | | qed: Add iWARP support for physical queue allocationKalderon, Michal2017-07-031-0/+4
| * | | | | | | qed: Add iWARP protocol support in context allocationKalderon, Michal2017-07-031-2/+11
| * | | | | | | qed: iWARP CM add error handlingKalderon, Michal2017-07-031-2/+181
| * | | | | | | qed: iWARP implement disconnect flowsKalderon, Michal2017-07-031-1/+89
| * | | | | | | qed: iWARP CM add active side connectKalderon, Michal2017-07-033-12/+239
| * | | | | | | qed: iWARP CM add passive side connectKalderon, Michal2017-07-037-19/+1012
| * | | | | | | qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal2017-07-033-3/+291
| * | | | | | | qed: iWARP CM - setup a ll2 connection for handling SYN packetsKalderon, Michal2017-07-032-3/+220
| * | | | | | | qed: Add iWARP support in ll2 connectionsKalderon, Michal2017-07-031-2/+11