aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-06-18NFC: fdp: Fix unused variable warningsHEADmasterAmit Pundir1-13/+0
2018-06-08NFC: fdp: Remove __func__ from dev_dbg()Amit Pundir2-28/+7
2018-06-08NFC: fdp: Fix possible buffer overflow in WCS4000 NFC driverSuren Baghdasaryan1-0/+9
2018-06-08NFC: st21nfca: Fix out of bounds kernel access when handling ATR_REQSuren Baghdasaryan1-1/+2
2018-06-04NFC: st95hf: drop illegal kfree_skb()Daniel Mack1-2/+0
2018-06-04NFC: st95hf: initialize semaphore and mutex earlierDaniel Mack1-3/+2
2018-06-04nfc: st21nfca: Remove unnecessary devm_kzalloc() castFabio Estevam1-2/+1
2018-06-04nfc: st21nfca: Check for devm_kzalloc() failureFabio Estevam1-0/+2
2018-06-04NFC: fdp: fix signed less or equal zero check in u8 max_sizeColin Ian King1-2/+2
2018-06-03Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller133-1157/+2282
2018-06-03net: axienet: remove stale comment of axienet_openYueHaibing1-1/+0
2018-06-03net: netcp: ethss: remove unnecessary pointer set to NULLYueHaibing1-1/+0
2018-06-03net/mlx5: Make function mlx5_fpga_tls_send_teardown_cmd() staticWei Yongjun1-2/+2
2018-06-03hv_netvsc: fix error return code in netvsc_probe()Wei Yongjun1-1/+3
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller54-308/+519
2018-06-03net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handlingHeiner Kallweit1-1/+1
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-51/+90
2018-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+20
2018-06-02Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds7-43/+90
2018-06-02Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-36/+0
2018-06-02Merge tag 'vfio-v4.17' of git://github.com/awilliam/linux-vfioLinus Torvalds1-15/+10
2018-06-02Merge tag 'char-misc-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+8
2018-06-02Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-65/+90
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds10-58/+168
2018-06-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson1-15/+10
2018-06-01net/mlx5e: TX, Separate cachelines of xmit and completion statsTariq Toukan2-8/+9
2018-06-01net/mlx5e: RX, Always prefer Linear SKB configurationTariq Toukan1-3/+10
2018-06-01net/mlx5e: RX, Enhance legacy Receive Queue memory schemeTariq Toukan3-127/+362
2018-06-01net/mlx5e: RX, Use cyclic WQ in legacy RQTariq Toukan6-111/+161
2018-06-01net/mlx5e: RX, Split WQ objects for different RQ typesTariq Toukan3-57/+110
2018-06-01net/mlx5e: RX, Remove HW LRO support in legacy RQTariq Toukan2-14/+26
2018-06-01net/mlx5e: RX, Dedicate a function for copying SKB headerTariq Toukan1-13/+17
2018-06-01net/mlx5e: RX, Generalise function of SKB frag additionTariq Toukan1-8/+8
2018-06-01net/mlx5e: RX, Generalise name of non-linear SKB head sizeTariq Toukan3-4/+4
2018-06-01net/mlx5e: TX, Obsolete maintaining local copies of skb->len/dataTariq Toukan1-30/+12
2018-06-01net/mlx5: FPGA, Handle QP error eventIlan Tayari1-4/+24
2018-06-01net/mlx5e: Support configurable MTU for vport representorsAdi Nissim3-4/+28
2018-06-01net/mlx5e: Increase aRFS flow tables sizeMaor Gottlieb1-1/+1
2018-06-01net/mlx5e: Remove redundant active_channels indicationEran Ben Elisha4-20/+0
2018-06-01net/mlx5e: Present SW stats when state is not openedEran Ben Elisha2-16/+13
2018-06-01net/mlx5e: IPOIB, Add a missing skb_pullTariq Toukan1-0/+1
2018-06-01net/mlx5e: IPOIB, Fix overflowing SQ WQE memsetTariq Toukan1-3/+3
2018-06-01net: hns3: Optimize the VF's process of updating multicast MACXi Wang4-5/+187
2018-06-01net: hns3: Optimize the PF's process of updating multicast MACXi Wang4-21/+136
2018-06-01net: hns3: Fix for vxlan tx checksum bugYunsheng Lin1-0/+29
2018-06-01net: hns3: Add missing break in misc_irq_handleYunsheng Lin1-3/+3
2018-06-01net: hns3: Fix for phy not link up problem after resettingYunsheng Lin1-4/+3
2018-06-01net: hns3: Fix for hclge_reset running repeatly problemYunsheng Lin1-6/+34
2018-06-01net: hns3: Fix for service_task not running problem after resettingYunsheng Lin2-0/+2
2018-06-01net: hns3: Fix setting mac address errorJian Shen1-0/+13
2018-06-01net: hns3: Add repeat address checking for setting mac addressJian Shen1-0/+6
2018-06-01net: hns3: Add support for IFF_ALLMULTI flagPeng Li6-12/+21
2018-06-01net: hns3: Disable vf vlan filter when vf vlan table is fullYunsheng Lin1-0/+7
2018-06-01net: usb: cdc_mbim: add flag FLAG_SEND_ZLPDaniele Palmas1-1/+1
2018-06-01net: mvpp2: Split the PPv2 driver to a dedicated directoryMaxime Chevallier8-3889/+4030
2018-06-01net: dsa: b53: Add BCM5389 supportDamien Thébault3-1/+18
2018-05-31ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý1-5/+4
2018-05-31virtio_net: fix error return code in virtnet_probe()Wei Yongjun1-1/+3
2018-05-31net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter1-10/+12
2018-05-31net: dsa: mv88e6xxx: Be explicit about DT or pdataAndrew Lunn1-0/+3
2018-05-31net: ti: cpsw: include gpio/consumer.hArnd Bergmann1-1/+1
2018-05-31net/mlx5: Add FPGA QP error eventIlan Tayari1-2/+5
2018-05-31net/mlx5: Add temperature warning event to logIlan Tayari1-0/+23
2018-05-31Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub...David S. Miller2-9/+8
2018-05-31cxgb4: Add FORCE_PAUSE bit to 32 bit port capsGanesh Goudar2-3/+12
2018-05-31net/sonic: Use dma_mapping_error()Finn Thain1-1/+1
2018-05-31mlxsw: spectrum_switchdev: Schedule respin during trans preparePetr Machata1-1/+1
2018-05-31staging: fsl-dpaa2: ethsw: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-05-31rocker: rocker_main: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-05-31mlxsw: spectrum_switchdev: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-05-31drm/amd/display: Update color props when modeset is requiredLeo (Sunpeng) Li1-2/+6
2018-05-31drm/amd/display: Make atomic-check validate underscan changesDavid Francis1-7/+16
2018-05-31qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru4-2/+14
2018-05-31Merge tag 'mlx5e-updates-2018-05-29' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller6-10/+54
2018-05-31Merge tag 'platform-drivers-x86-v4.17-4' of git://git.infradead.org/linux-pla...Linus Torvalds1-10/+13
2018-05-31platform/x86: asus-wmi: Fix NULL pointer dereferenceJoão Paulo Rechi Vita1-10/+13
2018-05-31Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-12/+5
2018-05-30Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-05-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+2
2018-05-30Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo23-124/+920
2018-05-30qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich2-12/+17
2018-05-30qtnfmac: cancel scan on disconnectAndrey Shevchenko1-0/+2
2018-05-30qtnfmac: fix bg_scan_period parameter processingAndrey Shevchenko2-7/+3
2018-05-30qtnfmac: fix firmware command error pathDmitry Lebed2-1/+4
2018-05-30qtnfmac: improve control path timeout handlingDmitry Lebed3-5/+15
2018-05-30qtnfmac: cleanup wdev structure between its usesSergey Matyukevich2-6/+3
2018-05-30qtnfmac: decode error codes from firmware repliesIgor Mitsyanko2-2/+26
2018-05-30qtnfmac: simplify notationSergey Matyukevich1-12/+13
2018-05-30qtnfmac: remove unused function declarationsAndrey Shevchenko1-5/+0
2018-05-30drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_senseNeil Armstrong2-12/+5
2018-05-30vhost_net: flush batched heads before trying to busy pollingJason Wang1-13/+24
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches11-21/+18
2018-05-30net: davinci: fix building davinci mdio code without CONFIG_OFArnd Bergmann1-3/+1
2018-05-30net: ethernet: freescale: fix false-positive string overflow warningArnd Bergmann1-1/+1
2018-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+5
2018-05-30iwlwifi: fix non_shared_ant for 9000 devicesErel Geron1-1/+1
2018-05-30iwlwifi: mvm: fix race in queue notification waitJohannes Berg1-8/+8
2018-05-30iwlwifi: mvm: honor the max_amsdu_subframes limitEmmanuel Grumbach1-0/+4
2018-05-30iwlwifi: mvm: open BA session only when sta is authorizedGregory Greenman5-36/+29
2018-05-30iwlwifi: mvm: remove division by size of sizeof(struct ieee80211_wmm_rule)Colin Ian King1-2/+1
2018-05-30iwlwifi: pcie: fix race in Rx buffer allocatorShaul Triebitz1-0/+2
2018-05-30iwlwifi: mvm: fix TSO with highly fragmented SKBsEmmanuel Grumbach1-6/+6
2018-05-30iwlmvm: tdls: Check TDLS channel switch supportAviya Erenfeld1-5/+11
2018-05-30iwlwifi: mvm: drop UNKNOWN security type framesSara Sharon2-4/+17
2018-05-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-11/+17
2018-05-30Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-6/+7
2018-05-30Merge tag 'drm-misc-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-1/+5
2018-05-29net/mlx5e: Get the number of offloaded TC rules from the correct tableOr Gerlitz2-4/+8
2018-05-29net/mlx5: FPGA, Call DMA unmap with the right sizeIlya Lesokhin1-2/+1
2018-05-29net/mlx5: FPGA, Properly initialize dma direction on fpga conn sendIlya Lesokhin1-0/+1
2018-05-29net/mlx5: FPGA, Abort FPGA init if the device reports no QP capabilityYevgeny Kliteynik1-0/+6
2018-05-29net/mlx5: FPGA, print SBU identification on initIlan Tayari1-2/+5
2018-05-29net/mlx5: FPGA, Add device nameIlan Tayari2-3/+28
2018-05-29net/mlx5: FPGA, Add doxygen for access type enumIlan Tayari1-0/+6
2018-05-30Merge tag 'drm-intel-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-15/+51
2018-05-29drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li1-6/+7
2018-05-29nvme: fix extended data LBA supported settingMax Gurtovoy1-1/+1
2018-05-29i2c: ocores: update HDL sources URLFederico Vaga1-1/+1
2018-05-29IB/core: Fix error code for invalid GID entryParav Pandit1-1/+1
2018-05-29tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita1-6/+9
2018-05-29be2net: Fix error detection logic for BE3Suresh Reddy1-1/+3
2018-05-29net: qmi_wwan: Add Netgear Aircard 779SJosh Hill1-0/+1
2018-05-29crypto: chtls: free beyond end rspq_skb_cacheAtul Gupta1-1/+1
2018-05-29crypto: chtls: kbuild warningsAtul Gupta1-5/+6
2018-05-29crypto: chtls: dereference null variableAtul Gupta1-2/+1
2018-05-29crypto: chtls: wait for memory sendmsg, sendpageAtul Gupta3-3/+89
2018-05-29crypto:chtls: key len correctionAtul Gupta1-5/+1
2018-05-29mlxsw: pci: Utilize MRSR register to perform FW resetJiri Pirko3-74/+62
2018-05-29mlxsw: cmd: Handle error after reset gracefullyJiri Pirko2-12/+30
2018-05-29mlxsw: reg: Add Management Reset and Shutdown RegisterJiri Pirko1-0/+25
2018-05-29mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAGPetr Machata1-0/+5
2018-05-29net: qcom/emac: fix device tree initializationTimur Tabi1-3/+13
2018-05-29net/mlx5e: fix TLS dependencyArnd Bergmann1-0/+1
2018-05-29atm: zatm: fix memcmp castingIvan Bornyakov1-2/+2
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing2-3/+0
2018-05-29nfp: abm: report correct MQ statsJakub Kicinski1-0/+24
2018-05-29nfp: abm: multi-queue RED offloadJakub Kicinski3-48/+208
2018-05-29nfp: abm: expose all PF queuesJakub Kicinski3-6/+16
2018-05-29nfp: abm: expose the internal stats in ethtoolJakub Kicinski3-0/+75
2018-05-29nfp: allow apps to add extra stats to portsJakub Kicinski4-2/+45
2018-05-29nfp: abm: report statistics from RED offloadJakub Kicinski3-0/+244
2018-05-29nfp: abm: add simple RED offloadJakub Kicinski2-0/+92
2018-05-29nfp: abm: add helpers for configuring queue marking levelsJakub Kicinski3-0/+88
2018-05-29nfp: abm: enable advanced queuing on demandJakub Kicinski4-0/+40
2018-05-29nfp: prefix vNIC phys_port_name with 'n'Jakub Kicinski1-1/+1
2018-05-29nfp: return -EOPNOTSUPP from .ndo_get_phys_port_name for VFsJakub Kicinski1-5/+6
2018-05-29Merge tag 'mlx5e-updates-2018-05-25' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller19-382/+709
2018-05-29iwlwifi: add csr configuration for 6300 devicesGolan Ben Ami2-0/+4
2018-05-29drm/i915/query: nospec expects no more than an unsigned longChris Wilson1-1/+4
2018-05-29iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUsHao Wei Tee1-5/+5
2018-05-29Revert "rt2800: use TXOP_BACKOFF for probe frames"Stanislaw Gruszka1-4/+3
2018-05-29rtlwifi: remove duplicate codeGustavo A. R. Silva1-19/+4
2018-05-29mwifiex: reserve passive scan time for radar channelXinming Hu1-3/+6
2018-05-29mwifiex: increase log level for internal scan fail resultXinming Hu1-1/+1
2018-05-29mwifiex: mark expected switch fall-throughsGustavo A. R. Silva2-0/+5
2018-05-29mwifiex: skip sending GT_REKEY_OFFLOAD_CFG if firmware has no supportGanapathi Bhat3-1/+21
2018-05-29mwifiex: handle race during mwifiex_usb_disconnectGanapathi Bhat1-0/+3
2018-05-29mwifiex: avoid exporting mwifiex_send_cmdGanapathi Bhat4-4/+10
2018-05-29rsi: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King1-1/+1
2018-05-29wlcore: sdio: check for valid platform device data before suspendEyal Reizer1-0/+5
2018-05-29atmel: Add missing call to pci_disable_device()YueHaibing1-1/+3
2018-05-29rtlwifi: fix btmpinfo timeout while processing C2H_BT_INFOPing-Ke Shih1-0/+22
2018-05-29rtlwifi: access skb->data to get C2H data by macroPing-Ke Shih2-4/+9
2018-05-29rtlwifi: use sk_buff to queue C2H commandsPing-Ke Shih4-81/+25
2018-05-29rtlwifi: remove hal_op c2h_content_parsingPing-Ke Shih5-9/+3
2018-05-29rtlwifi: remove hal_op rx_command_packetPing-Ke Shih11-90/+2
2018-05-29rtlwifi: remove duplicate C2H handlerPing-Ke Shih14-230/+81
2018-05-29rtlwifi: Add hal_op c2h_ra_report_handler for special processPing-Ke Shih7-5/+15
2018-05-29rtlwifi: remove dummy hal_op rx_command_packet from rtl8188ee and rtl8723aePing-Ke Shih6-24/+0
2018-05-29rtlwifi: remove unused fw C2H command IDPing-Ke Shih4-100/+0
2018-05-29rtlwifi: remove duplicate C2H definitionPing-Ke Shih7-55/+39
2018-05-29rtlwifi: rename register-based C2H command IDs to V0Ping-Ke Shih2-13/+13
2018-05-29rtlwifi: remove duplicate rx_packet_type definitionPing-Ke Shih5-31/+8
2018-05-29rtlwifi: remove CONNECTION_MONITOR flagPing-Ke Shih1-1/+0
2018-05-29rtlwifi: support accurate nullfunc frame tx ack reportTzu-En Huang7-21/+112
2018-05-29wlcore: sdio: Fix flakey SDIO runtime PM handlingTony Lindgren1-4/+12
2018-05-29net: hns3: Fixes initalization of RoCE handle and makes it conditionalLijun Ou1-3/+5
2018-05-29net: hns3: Adds support for led locate command for copper portJian Shen2-41/+6
2018-05-29net: hns3: Remove unused led control codeJian Shen3-112/+0
2018-05-29net: hns3: Clear TX/RX rings when stopping port & un-initializing clientFuyun Liang3-10/+110
2018-05-29net: hns3: Removes unnecessary check when clearing TX/RX ringsFuyun Liang1-6/+0
2018-05-29net: hns3: Fixes the init of the VALID BD info in the descriptorFuyun Liang1-0/+2
2018-05-29net: hns3: Fixes the state to indicate client-type initializationPeng Li2-4/+49
2018-05-29net: hns3: Fix for PF mailbox receving unknown messageXi Wang1-3/+20
2018-05-29net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)Peng Li2-1/+10
2018-05-29net: hns3: Add STRP_TAGP field support for hardware revision 0x21Peng Li2-5/+40
2018-05-29net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 configPeng Li3-10/+29
2018-05-29net: hns3: Updates RX packet info fetch in case of multi BDPeng Li1-18/+18
2018-05-28qmi_wwan: apply SET_DTR quirk to the SIMCOM shared device IDBjørn Mork1-1/+1
2018-05-28net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel1-2/+2
2018-05-28net: stmmac: add dwmac-4.20a compatibleChristophe Roullier1-1/+2
2018-05-28net: ethernet: stmmac: add adaptation for stm32mp157c.Christophe Roullier1-15/+252
2018-05-28net: ethernet: gianfar_ethtool: get phc index through drvdataYangbo Lu2-8/+18
2018-05-28ptp_qoriq: move some definitions to header fileYangbo Lu1-131/+1
2018-05-28ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu4-162/+174
2018-05-28ifb: fix packets checksumJon Maxwell1-1/+1
2018-05-28net: phy: realtek: add suspend/resume callbacks for RTL8211BHeiner Kallweit1-0/+16
2018-05-28virtio_net: Extend virtio to use VF datapath when availableSridhar Samudrala2-1/+38
2018-05-28virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bitSridhar Samudrala1-1/+1