aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-23net: dsa: bcm_sf2: Include address 0 for MDIO diversionFlorian Fainelli1-1/+1
2020-09-23net: dsa: bcm_sf2: Disallow port 5 to be a DSA CPU portFlorian Fainelli1-0/+11
2020-09-23octeontx2-pf: Support to change VLAN based RSS hash options via ethtoolGeorge Cherian2-1/+8
2020-09-23octeontx2-af: Add support for VLAN based RSS hashingGeorge Cherian2-0/+9
2020-09-23net: mdio-ipq4019: add Clause 45 supportRobert Marko1-14/+89
2020-09-23net: mdio-ipq4019: change defines to upper caseRobert Marko1-3/+3
2020-09-23octeontx2-pf: Add tracepoints for PF/VF mailboxSubbaraya Sundeep3-0/+10
2020-09-23octeontx2-af: Introduce tracepoints for mailboxSubbaraya Sundeep6-2/+136
2020-09-23net: allwinner: remove redundant irqsave and irqrestore in hardIRQBarry Song1-4/+2
2020-09-23net: hns3: Constify static structsRikard Falkeborn2-18/+18
2020-09-23net: realtek: Remove set but not used variableZheng Yongjun1-2/+2
2020-09-23hinic: improve the comments of function headerLuo bin6-4/+11
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+12
2020-09-23Merge tag 'linux-can-next-for-5.10-20200923' of git://git.kernel.org/pub/scm/...David S. Miller1-90/+443
2020-09-23s390/qeth: remove forward declarations in L2 codeJulian Wiedmann2-197/+188
2020-09-23s390/qeth: consolidate teardown codeJulian Wiedmann4-74/+50
2020-09-23s390/qeth: consolidate online codeJulian Wiedmann4-52/+36
2020-09-23s390/qeth: cancel cmds earlier during teardownJulian Wiedmann4-7/+5
2020-09-23s390/qeth: tighten ucast IP lockingJulian Wiedmann1-7/+2
2020-09-23s390/qeth: replace deprecated simple_stroul()Julian Wiedmann5-51/+51
2020-09-23s390/qeth: clean up string ops in qeth_l3_parse_ipatoe()Julian Wiedmann1-13/+14
2020-09-23s390/qeth: relax locking for ipato config dataJulian Wiedmann3-17/+16
2020-09-23s390/qeth: don't init refcount twice for mcast IPsJulian Wiedmann1-1/+0
2020-09-23net: microchip: Make `lan743x_pm_suspend` function return right valueZheng Yongjun1-4/+1
2020-09-22Merge tag 'mlx5-updates-2020-09-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller14-311/+637
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller313-2207/+3297
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds90-550/+1055
2020-09-22Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds5-2/+28
2020-09-22can: flexcan: add lx2160ar1 supportJoakim Zhang1-0/+8
2020-09-22can: flexcan: add imx8qm supportJoakim Zhang1-9/+17
2020-09-22can: flexcan: add Transceiver Delay Compensation supportJoakim Zhang1-2/+19
2020-09-22can: flexcan: add CAN FD BRS supportJoakim Zhang1-1/+8
2020-09-22can: flexcan: add ISO CAN FD feature supportJoakim Zhang1-6/+24
2020-09-22can: flexcan: add CAN-FD mode supportJoakim Zhang1-8/+212
2020-09-22can: flexcan: use struct canfd_frame for CAN classic frameJoakim Zhang1-17/+17
2020-09-22can: flexcan: flexcan_set_bittiming(): move setup of CAN-2.0 bitiming into se...Marc Kleine-Budde1-8/+21
2020-09-22can: flexcan: add LPSR mode supportJoakim Zhang1-6/+17
2020-09-22can: flexcan: disable clocks during stop modeJoakim Zhang1-10/+20
2020-09-22can: flexcan: flexcan_chip_stop(): add error handling and propagate error valueJoakim Zhang1-6/+28
2020-09-22can: flexcan: add correctable errors correction when HW supports ECCJoakim Zhang1-8/+23
2020-09-22can: flexcan: Add check for transceiver maximum bitrate limitationJoakim Zhang1-0/+1
2020-09-22can: flexcan: flexcan_probe(): make regulator xceiver optionalMarc Kleine-Budde1-2/+4
2020-09-22can: flexcan: Ack wakeup interrupt separatelyJoakim Zhang1-5/+4
2020-09-22can: flexcan: quirks: get rid of long linesMarc Kleine-Budde1-8/+17
2020-09-22can: flexcan: struct flexcan_regs: document registers not affected by soft resetMarc Kleine-Budde1-11/+11
2020-09-22can: flexcan: more register namesMarc Kleine-Budde1-2/+12
2020-09-22can: flexcan: flexcan_exit_stop_mode(): remove stray empty lineMarc Kleine-Budde1-1/+0
2020-09-22can: flexcan: sort include files alphabeticallyMarc Kleine-Budde1-2/+2
2020-09-21net/mlx5e: Enhanced TX MPWQE for SKBsMaxim Mikityanskiy11-18/+240
2020-09-21net/mlx5e: Move TX code into functions to be used by MPWQEMaxim Mikityanskiy1-6/+17
2020-09-21net/mlx5e: Rename xmit-related structs to generalize themMaxim Mikityanskiy5-26/+26
2020-09-21net/mlx5e: Generalize TX MPWQE checks for full sessionMaxim Mikityanskiy3-17/+21
2020-09-21net/mlx5e: Support multiple SKBs in a TX WQEMaxim Mikityanskiy5-21/+87
2020-09-21net/mlx5e: Move the TLS resync check out of the functionMaxim Mikityanskiy3-8/+13
2020-09-21net/mlx5e: Unify constants for WQE_EMPTY_DS_COUNTMaxim Mikityanskiy4-21/+21
2020-09-21net/mlx5e: Small improvements for XDP TX MPWQE logicMaxim Mikityanskiy2-10/+11
2020-09-21net/mlx5e: Refactor xmit functionsMaxim Mikityanskiy4-187/+202
2020-09-21net/mlx5e: Move mlx5e_tx_wqe_inline_mode to en_tx.cMaxim Mikityanskiy2-23/+23
2020-09-21net/mlx5e: Use struct assignment to initialize mlx5e_tx_wqe_infoMaxim Mikityanskiy1-4/+6
2020-09-21net/mlx5e: Refactor inline header size calculation in the TX pathMaxim Mikityanskiy1-4/+4
2020-09-21net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-21net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-21net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesXiaoliang Yang1-8/+8
2020-09-21Merge tag 'mlx5-fixes-2020-09-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller20-180/+200
2020-09-21net/mlx5e: mlx5e_fec_in_caps() returns a booleanSaeed Mahameed1-5/+2
2020-09-21net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlockSaeed Mahameed1-15/+10
2020-09-21net/mlx5e: kTLS, Fix leak on resync error flowSaeed Mahameed1-2/+6
2020-09-21net/mlx5e: kTLS, Add missing dma_unmap in RX resyncSaeed Mahameed1-3/+5
2020-09-21net/mlx5e: kTLS, Fix napi sync and possible use-after-freeTariq Toukan1-1/+1
2020-09-21net/mlx5e: TLS, Do not expose FPGA TLS counter if not supportedTariq Toukan1-4/+8
2020-09-21net/mlx5e: Fix using wrong stats_grps in mlx5e_update_ndo_stats()Alaa Hleihel6-15/+17
2020-09-21net/mlx5e: Fix multicast counter not up-to-date in "ip -s"Ron Diskin4-7/+12
2020-09-21net/mlx5e: Fix endianness when calculating pedit mask first bitMaor Dickman1-13/+21
2020-09-21net/mlx5e: Enable adding peer miss rules only if merged eswitch is supportedMaor Dickman1-24/+28
2020-09-21net/mlx5e: CT: Fix freeing ct_label mappingRoi Dayan3-17/+36
2020-09-21net/mlx5e: Fix memory leak of tunnel info when rule under multipath not readyJianbo Liu1-4/+1
2020-09-21net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy5-36/+22
2020-09-21net/mlx5e: Use RCU to protect rq->xdp_progMaxim Mikityanskiy3-30/+27
2020-09-21net/mlx5: Fix FTE cleanupMaor Gottlieb1-4/+4
2020-09-21net: phy: bcm7xxx: Add an entry for BCM72113Florian Fainelli1-0/+2
2020-09-21Merge tag 'linux-can-next-for-5.10-20200921' of git://git.kernel.org/pub/scm/...David S. Miller39-209/+4997
2020-09-21Merge tag 'mac80211-next-for-net-next-2020-09-21' of git://git.kernel.org/pub...David S. Miller2-31/+38
2020-09-21net: natsemi: Remove set but not used variableZheng Yongjun1-2/+2
2020-09-21net: phy: realtek: enable ALDPS to save power for RTL8211FJisheng Zhang1-0/+9
2020-09-21net: dsa: rtl8366rb: Support all 4096 VLANsLinus Walleij1-1/+1
2020-09-21net: dsa: mt7530: Add some return-value checksAlex Dewar1-9/+22
2020-09-21sfc: Fix error code in probeDan Carpenter1-0/+1
2020-09-21net: ena: Fix all static chekers' warningsShay Agroskin3-8/+13
2020-09-21net: ena: Change RSS related macros and variables namesShay Agroskin2-14/+15
2020-09-21net: ena: Remove redundant print of placement policyShay Agroskin1-8/+2
2020-09-21net: ena: Capitalize all log strings and improve code readabilityShay Agroskin7-155/+179
2020-09-21net: ena: Change log message to netif/dev functionShay Agroskin1-19/+23
2020-09-21net: ena: Change license into format to SPDX in all filesShay Agroskin12-348/+24
2020-09-21chelsio: simplify the return expression of t3_ael2020_phy_prep()Qinglang Miao1-6/+1
2020-09-21connector: simplify the return expression of cn_add_callback()Qinglang Miao1-6/+1
2020-09-21enetc: simplify the return expression of enetc_vf_set_mac_addr()Qinglang Miao1-6/+1
2020-09-21ice: simplify the return expression of ice_finalize_update()Qinglang Miao1-6/+1
2020-09-21mlxsw: spectrum_router: simplify the return expression of __mlxsw_sp_router_i...Qinglang Miao1-5/+1
2020-09-21net: hns3: simplify the return expression of hclgevf_client_start()Qinglang Miao1-7/+1
2020-09-21net: qlcnic: simplify the return expression of qlcnic_83xx_shutdownQinglang Miao1-6/+1
2020-09-21can: mcp25xxfd: add listen-only modeKurt Van Dijck1-6/+10
2020-09-21can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CANMarc Kleine-Budde2-0/+2908
2020-09-21can: mcp25xxfd: add regmap infrastructureMarc Kleine-Budde7-0/+1507
2020-09-21can: rx-offload: can_rx_offload_add_manual(): add new initialization functionMarc Kleine-Budde1-0/+11
2020-09-21can: mscan: simplify clock enable/disableZhang Changzhong1-18/+10
2020-09-21can: mscan: mpc5xxx_can: update contact emailWolfram Sang1-1/+1
2020-09-21can: mcp251x: add support for half duplex controllersTim Harvey1-7/+27
2020-09-21can: mcp251x: Use readx_poll_timeout() helperAndy Shevchenko1-31/+33
2020-09-21can: mcp251x: add GPIO supportTimo Schlüßler1-0/+243
2020-09-21can: mcp251x: sort include files alphabeticallyMarc Kleine-Budde1-2/+2
2020-09-21can: spi: Kconfig: remove unneeded dependencies form Kconfig symbolsMarc Kleine-Budde1-2/+0
2020-09-21can: pcan_usb: add support of rxerr/txerr countersStephane Grosjean1-16/+117
2020-09-21can: pcan_usb: Document the commands sent to the deviceStephane Grosjean1-7/+26
2020-09-21can: pch_can: use generic power managementVaibhav Gupta1-42/+21
2020-09-21can: peak_canfd: Remove unused macrosWang Hai1-2/+0
2020-09-21can: peak_usb: convert to use le32_add_cpu()Liu Shixin1-1/+1
2020-09-21can: ti_hecc: convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-22/+5
2020-09-21can: mscan: mark expected switch fall-throughMarc Kleine-Budde1-0/+1
2020-09-21can: mcba_usb: remove redundant initialization of variable errColin Ian King1-1/+1
2020-09-21can: c_can: Remove unused inline functionYueHaibing1-9/+0
2020-09-21can: dev: can_bus_off(): print scheduling of restart if activatedMarc Kleine-Budde1-1/+5
2020-09-21can: dev: can_change_state(): print human readable state change messagesMarc Kleine-Budde1-1/+25
2020-09-21can: dev: can_put_echo_skb(): propagate error in case of errorsMarc Kleine-Budde1-4/+7
2020-09-21can: dev: can_put_echo_skb(): print number of echo_skb that is occupiedMarc Kleine-Budde1-1/+1
2020-09-21can: softing: update dead linkDiego Elio Pettenò1-1/+1
2020-09-21can: slcan: update dead linkDiego Elio Pettenò1-2/+2
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde21-36/+36
2020-09-21can: flexcan: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni1-1/+1
2020-09-21can: grcan: fix spelling mistake "buss" -> "bus"Colin Ian King1-1/+1
2020-09-20dpaa2-eth: drop double zeroingJulia Lawall1-1/+1
2020-09-20bnxt_en: Fix wrong flag value passed to HWRM_PORT_QSTATS_EXT fw call.Michael Chan1-1/+1
2020-09-20bnxt_en: Fix HWRM_FUNC_QSTATS_EXT firmware call.Michael Chan1-0/+1
2020-09-20bnxt_en: Return -EOPNOTSUPP for ETHTOOL_GREGS on VFs.Vasundhara Volam1-0/+3
2020-09-20bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan1-11/+20
2020-09-20bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer1-6/+13
2020-09-20bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam1-3/+5
2020-09-20net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean1-1/+6
2020-09-20Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-09-20Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-11/+20
2020-09-20net: mventa: remove unused variable 'dummy' in mvneta_mib_counters_clear()Zhang Changzhong1-4/+3
2020-09-20net: mvneta: avoid copying shared_info frags in mvneta_swbm_build_skbLorenzo Bianconi1-7/+4
2020-09-20net: mvneta: recycle the page in case of out-of-orderLorenzo Bianconi1-1/+5
2020-09-20net: dsa: rtl8366: Skip PVID setting if not requestedLinus Walleij1-0/+3
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+17
2020-09-20Merge tag 'usb-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-17/+64
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-25/+32
2020-09-20Merge tag 'edac_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2020-09-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-8/+28
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang1-6/+6
2020-09-20dm: Call proper helper to determine dax supportJan Kara2-3/+11
2020-09-20dm/dax: Fix table reference countsDan Williams1-2/+3
2020-09-19net: phy: dp83822: Update the fiber advertisement for speedDan Murphy1-3/+10
2020-09-19net: dp83869: Add ability to advertise Fiber connectionDan Murphy1-0/+73
2020-09-19ethtool: Add 100base-FX link mode entriesDan Murphy1-1/+3
2020-09-19net: ethernet: ti: cpsw: use true,false for bool variablesJason Yan1-2/+2
2020-09-198139too: use true,false for bool variablesJason Yan1-1/+1
2020-09-19bnx2x: use true,false for bool variablesJason Yan1-3/+3
2020-09-19net: qed: use true,false for bool variablesJason Yan1-4/+4
2020-09-19net: b44: use true,false for bool variablesJason Yan1-4/+4
2020-09-19net: micrel: Remove set but not used variableZheng Yongjun1-6/+4
2020-09-19net: e1000: Remove set but not used variableZheng Yongjun1-2/+1
2020-09-19net: liquidio: Remove set but not used variableZheng Yongjun1-5/+4
2020-09-19Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-17/+29
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt1-0/+17
2020-09-18Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-4/+4
2020-09-18net: dsa: mv88e6xxx: Implement devlink info get callbackAndrew Lunn3-0/+20
2020-09-18net: dsa: mv88e6xxx: Add devlink regionsAndrew Lunn4-1/+286
2020-09-18net: dsa: mv88e6xxx: Create helper for FIDs in useAndrew Lunn2-4/+18
2020-09-18net: dsa: mv88e6xxx: Move devlink code into its own fileAndrew Lunn4-254/+279
2020-09-18net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn2-2/+8
2020-09-18net: dsa: seville: build as separate moduleVladimir Oltean6-39/+29
2020-09-18net: dsa: felix: move the PTP clock structure to felix_vsc9959.cVladimir Oltean3-18/+20
2020-09-18net: mscc: ocelot: make ocelot_init_timestamp take a const struct ptp_clock_infoVladimir Oltean1-1/+2
2020-09-18net: dsa: seville: duplicate vsc9959_mdio_bus_freeVladimir Oltean3-4/+19
2020-09-18net: dsa: felix: replace tabs with spacesVladimir Oltean3-13/+13
2020-09-18net: dsa: seville: reindent defines for MDIO controllerVladimir Oltean1-6/+6
2020-09-18net: dsa: seville: remove unused defines for the mdio controllerVladimir Oltean1-11/+0
2020-09-18net: dsa: ocelot: document why reset procedure is different for felix/sevilleVladimir Oltean2-0/+7
2020-09-18net: dsa: seville: first enable memories, then initialize themVladimir Oltean1-1/+1
2020-09-18net: dsa: seville: don't write to MEM_ENA twiceVladimir Oltean1-1/+0
2020-09-18net: dsa: felix: use ocelot_field_{read,write} helpers consistentlyVladimir Oltean1-3/+3
2020-09-18ptp_qoriq: support FIPER3Yangbo Lu1-1/+19
2020-09-18net: ipa: do not enable GSI interrupt for wakeupAlex Elder2-14/+4
2020-09-18net: ipa: enable wakeup on IPA interruptAlex Elder1-0/+14
2020-09-18net: ipa: repurpose CLOCK_HELD flagAlex Elder2-10/+10
2020-09-18net: ipa: use device_init_wakeup()Alex Elder2-26/+18
2020-09-18net: ipa: manage endpoints separate from clockAlex Elder2-10/+12
2020-09-18net: ipa: replace ipa->suspend_ref with a flag bitAlex Elder2-9/+19
2020-09-18net: ipa: use refcount_t for IPA clock reference countAlex Elder1-7/+7
2020-09-18net: phy: bcm7xxx: request and manage GPHY clockFlorian Fainelli1-1/+29
2020-09-18net: hns3: Supply missing hclge_dcb.h include fileWang Hai1-0/+1
2020-09-18net/appletalk: Supply missing net/Space.h include fileWang Hai2-0/+4
2020-09-18liquidio: Fix -Wmissing-prototypes warnings for liquidioWang Hai2-0/+2
2020-09-18dpaa2-eth: fix a build warning in dpmac.cYangbo Lu1-2/+2
2020-09-18hinic: modify irq nameLuo bin4-9/+13
2020-09-18net: cortina: Remove set but not used variableZheng Yongjun1-4/+2
2020-09-18dpaa2-eth: support PTP Sync packet one-step timestampingYangbo Lu3-16/+209
2020-09-18dpaa2-eth: utilize skb->cb[0] for hardware timestampingYangbo Lu2-16/+23
2020-09-18dpaa2-eth: invoke dpaa2_eth_enable_tx_tstamp() once in codeYangbo Lu1-15/+16
2020-09-18dpaa2-eth: define a global ptp_qoriq structure pointerYangbo Lu4-1/+11