summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* igb: expose mailbox unlock methodGreg Edwards2017-08-083-0/+41
* igb: add argument names to mailbox op function declarationsGreg Edwards2017-08-082-13/+14
* igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen2017-08-081-2/+0
* e1000e: add check on e1e_wphy() return valueGustavo A R Silva2017-08-081-0/+2
* igb: protect TX timestamping from API misuseCliff Spradlin2017-08-081-1/+2
* igb: Fix error of RX network flow classificationGangfeng Huang2017-08-081-2/+2
* net: vrf: Add extack messages for newlink failuresDavid Ahern2017-08-071-4/+13
* isdn: kcapi: make capi_version constBhumika Goyal2017-08-071-1/+1
* net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky2017-08-076-71/+31
* net: dsa: Remove support for MDB dump from DSA's driversArkadi Sharshevsky2017-08-072-33/+0
* net: dsa: Remove support for vlan dump from DSA's driversArkadi Sharshevsky2017-08-076-183/+0
* net: dsa: Remove prepare phase for FDBArkadi Sharshevsky2017-08-077-87/+27
* net: dsa: Change DSA slave FDB API to be switchdev independentArkadi Sharshevsky2017-08-076-54/+41
* hamradio: baycom: make hdlcdrv_ops constBhumika Goyal2017-08-073-3/+3
* net: hns3: fix spelling mistake: "capabilty" -> "capability"Colin Ian King2017-08-071-1/+2
* net: dsa: lan9303: refactor lan9303_get_ethtool_statsEgil Hjelmeland2017-08-071-10/+16
* net: dsa: lan9303: Rename lan9303_xxx_packet_processing()Egil Hjelmeland2017-08-071-8/+8
* net: dsa: lan9303: Simplify lan9303_xxx_packet_processing() usageEgil Hjelmeland2017-08-071-14/+10
* net: dsa: lan9303: define LAN9303_NUM_PORTS 3Egil Hjelmeland2017-08-071-0/+2
* net: dsa: lan9303: Change lan9303_xxx_packet_processing() port param.Egil Hjelmeland2017-08-071-23/+23
* of_mdio: use of_property_read_u32_array()Sergei Shtylyov2017-08-071-8/+8
* ibmvnic: Report rx buffer return codes as netdev_dbgJohn Allen2017-08-071-1/+2
* Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller2017-08-07162-6294/+9060
|\
| * rtlwifi: Replace hardcode value with macroSouptick Joarder2017-08-032-3/+4
| * mwifiex: pcie: compatible with wifi-only image while extract wifi-part fwXinming Hu2017-08-031-7/+19
| * mwifiex: make addba request command cleanXinming Hu2017-08-031-0/+2
| * net: qtnfmac: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * hostap: Fix outdated comment about dev->destructorStefano Brivio2017-08-031-2/+2
| * rtlwifi: rtl8192ee: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * rtlwifi: rtl8188ee: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * rtlwifi: rtl8723be: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * rtlwifi: rtl8723ae: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * rtlwifi: rtl8821ae: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * rtlwifi: rtl8192se: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * rtlwifi: rtl8192de: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * qtnfmac: Tidy up DMA mask settingRobin Murphy2017-08-031-27/+1
| * qtnfmac: prepare for AP_VLAN interface type supportSergey Matyukevich2017-08-033-7/+36
| * qtnfmac: remove function qtnf_cmd_skb_put_actionSergey Matyukevich2017-08-031-8/+0
| * qtnfmac: fix handling of iftype mask reported by firmwareSergey Matyukevich2017-08-034-16/+20
| * qtnfmac: implement scan timeoutSergey Matyukevich2017-08-035-4/+29
| * qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich2017-08-036-2/+210
| * qtnfmac: move current channel info from vif to macSergey Matyukevich2017-08-033-17/+29
| * qtnfmac: fix station leave reason endiannessSergey Matyukevich2017-08-032-3/+3
| * qtnfmac: implement reporting current channelSergey Matyukevich2017-08-033-4/+62
| * qtnfmac: implement cfg80211 dump_survey handlerSergey Matyukevich2017-08-035-1/+217
| * qtnfmac: add missing bus lockSergey Matyukevich2017-08-031-0/+4
| * qtnfmac: regulatory configuration for self-managed setupSergey Matyukevich2017-08-031-0/+9
| * qtnfmac: updates for regulatory supportSergey Matyukevich2017-08-036-108/+388
| * rtlwifi: Fix fallback firmware loadingSven Joachim2017-08-032-24/+10
| * mwifiex: correct IE parse during associationXinming Hu2017-08-031-60/+55