summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-01-25nfc: fix typowengjianfeng
2021-01-25nfc: fdp: fix typo issuewengjianfeng
2021-01-25bnxt_en: Do not process completion entries after fatal condition detected.Michael Chan
2021-01-25bnxt_en: Consolidate firmware reset event logging.Michael Chan
2021-01-25bnxt_en: Improve firmware fatal error shutdown sequence.Michael Chan
2021-01-25bnxt_en: Modify bnxt_disable_int_sync() to be called more than once.Michael Chan
2021-01-25bnxt_en: Add a new BNXT_STATE_NAPI_DISABLED flag to keep track of NAPI state.Michael Chan
2021-01-25bnxt_en: Add bnxt_fw_reset_timeout() helper.Michael Chan
2021-01-25bnxt_en: Retry open if firmware is in reset.Vasundhara Volam
2021-01-25bnxt_en: attempt to reinitialize after aborted resetEdwin Peer
2021-01-25bnxt_en: log firmware debug notificationsEdwin Peer
2021-01-25bnxt_en: Add an upper bound for all firmware command timeouts.Vasundhara Volam
2021-01-25bnxt_en: Move reading VPD info after successful handshake with fw.Vasundhara Volam
2021-01-25bnxt_en: Retry sending the first message to firmware if it is under reset.Michael Chan
2021-01-25bnxt_en: handle CRASH_NO_MASTER during bnxt_open()Edwin Peer
2021-01-25bnxt_en: Define macros for the various health register states.Michael Chan
2021-01-25bnxt_en: Update firmware interface to 1.10.2.11.Michael Chan
2021-01-25net: dsa: mt7530: MT7530 optional GPIO supportDENG Qingfang
2021-01-25net: ethernet: mediatek: support setting MTUDENG Qingfang
2021-01-25octeontx2-af: Support ESP/AH RSS hashingSubbaraya Sundeep
2021-01-25tg3: improve PCI VPD accessHeiner Kallweit
2021-01-23net: dsa: hellcreek: Add TAPRIO offloading supportKurt Kanzenbach
2021-01-23net: mhi: Set wwan device typeLoic Poulain
2021-01-23net: mvpp2: Remove unneeded Kconfig dependency.Richard Cochran
2021-01-23net: dsa: mv88e6xxx: Remove bogus Kconfig dependency.Richard Cochran
2021-01-23net: ipa: disable IEOB interrupts before clearingAlex Elder
2021-01-23net: ipa: repurpose gsi_irq_ieob_disable()Alex Elder
2021-01-23net: ipa: have gsi_channel_update() return a valueAlex Elder
2021-01-23net: ipa: heed napi_complete() return valueAlex Elder
2021-01-23net: ipa: count actual work done in gsi_channel_poll()Alex Elder
2021-01-22mlxsw: Register physical ports as a devlink resourceDanielle Ratson
2021-01-22net/mlx5e: Support HTB offloadMaxim Mikityanskiy
2021-01-22net: hns3: replace skb->csum_not_inet with skb_csum_is_sctpXin Long
2021-01-22sfc: reduce the number of requested xdp ev queuesIvan Babrou
2021-01-22net: phy: realtek: Add support for RTL9000AA/ANYuusuke Ashizuka
2021-01-21net: ipa: remove a remoteproc dependencyAlex Elder
2021-01-21net: macb: ignore tx_clk if MII is usedMichael Walle
2021-01-21net: remove aurora nb8800 driverArnd Bergmann
2021-01-21cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constantHeiner Kallweit
2021-01-21cxgb4: Assign boolean values to a bool variableJiapeng Zhong
2021-01-21ethernet: ucc_geth: simplify rx/tx allocationsRasmus Villemoes
2021-01-21ethernet: ucc_geth: inform the compiler that numQueues is always 1Rasmus Villemoes
2021-01-21ethernet: ucc_geth: add helper to replace repeated switch statementsRasmus Villemoes
2021-01-21ethernet: ucc_geth: replace kmalloc_array()+for loop by kcalloc()Rasmus Villemoes
2021-01-21ethernet: ucc_geth: remove bd_mem_part and all associated codeRasmus Villemoes
2021-01-21ethernet: ucc_geth: use UCC_GETH_{RX,TX}_BD_RING_ALIGNMENT macros directlyRasmus Villemoes
2021-01-21ethernet: ucc_geth: don't statically allocate eight ucc_geth_infoRasmus Villemoes
2021-01-21ethernet: ucc_geth: constify ugeth_primary_infoRasmus Villemoes
2021-01-21ethernet: ucc_geth: factor out parsing of {rx,tx}-clock{,-name} propertiesRasmus Villemoes
2021-01-21ethernet: ucc_geth: remove {rx,tx}_glbl_pram_offset from struct ucc_geth_privateRasmus Villemoes