summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: usbnet: use new tasklet APIEmil Renner Berthing2021-01-261-4/+4
* net: usbnet: initialize tasklet using tasklet_initEmil Renner Berthing2021-01-261-2/+1
* net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_loadpurge() for the 6250Rasmus Villemoes2021-01-263-32/+5
* net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_getnext() for the 6250Rasmus Villemoes2021-01-263-37/+3
* bonding: add TLS dependencyArnd Bergmann2021-01-261-0/+1
* bnxt_en: Convert to use netif_level() helpers.Michael Chan2021-01-261-20/+14
* usbnet: fix the indentation of one code snippetDongliang Mu2021-01-261-6/+6
* nfc: fix typowengjianfeng2021-01-251-1/+1
* nfc: fdp: fix typo issuewengjianfeng2021-01-251-1/+1
* bnxt_en: Do not process completion entries after fatal condition detected.Michael Chan2021-01-251-0/+8
* bnxt_en: Consolidate firmware reset event logging.Michael Chan2021-01-251-7/+10
* bnxt_en: Improve firmware fatal error shutdown sequence.Michael Chan2021-01-251-3/+10
* bnxt_en: Modify bnxt_disable_int_sync() to be called more than once.Michael Chan2021-01-251-0/+3
* bnxt_en: Add a new BNXT_STATE_NAPI_DISABLED flag to keep track of NAPI state.Michael Chan2021-01-252-1/+4
* bnxt_en: Add bnxt_fw_reset_timeout() helper.Michael Chan2021-01-251-6/+9
* bnxt_en: Retry open if firmware is in reset.Vasundhara Volam2021-01-252-2/+14
* bnxt_en: attempt to reinitialize after aborted resetEdwin Peer2021-01-251-2/+27
* bnxt_en: log firmware debug notificationsEdwin Peer2021-01-251-0/+8
* bnxt_en: Add an upper bound for all firmware command timeouts.Vasundhara Volam2021-01-252-0/+3
* bnxt_en: Move reading VPD info after successful handshake with fw.Vasundhara Volam2021-01-251-3/+3
* bnxt_en: Retry sending the first message to firmware if it is under reset.Michael Chan2021-01-252-7/+42
* bnxt_en: handle CRASH_NO_MASTER during bnxt_open()Edwin Peer2021-01-251-28/+39
* bnxt_en: Define macros for the various health register states.Michael Chan2021-01-252-4/+13
* bnxt_en: Update firmware interface to 1.10.2.11.Michael Chan2021-01-253-53/+203
* net: dsa: mt7530: MT7530 optional GPIO supportDENG Qingfang2021-01-252-0/+130
* net: ethernet: mediatek: support setting MTUDENG Qingfang2021-01-252-8/+47
* octeontx2-af: Support ESP/AH RSS hashingSubbaraya Sundeep2021-01-253-1/+65
* tg3: improve PCI VPD accessHeiner Kallweit2021-01-252-19/+12
* net: dsa: hellcreek: Add TAPRIO offloading supportKurt Kanzenbach2021-01-232-2/+318
* net: mhi: Set wwan device typeLoic Poulain2021-01-231-0/+5
* net: mvpp2: Remove unneeded Kconfig dependency.Richard Cochran2021-01-231-1/+0
* net: dsa: mv88e6xxx: Remove bogus Kconfig dependency.Richard Cochran2021-01-231-1/+0
* net: ipa: disable IEOB interrupts before clearingAlex Elder2021-01-231-1/+1
* net: ipa: repurpose gsi_irq_ieob_disable()Alex Elder2021-01-231-7/+12
* net: ipa: have gsi_channel_update() return a valueAlex Elder2021-01-231-7/+6
* net: ipa: heed napi_complete() return valueAlex Elder2021-01-231-3/+1
* net: ipa: count actual work done in gsi_channel_poll()Alex Elder2021-01-231-3/+2
* mlxsw: Register physical ports as a devlink resourceDanielle Ratson2021-01-223-11/+73
* net/mlx5e: Support HTB offloadMaxim Mikityanskiy2021-01-2214-46/+1506
* net: hns3: replace skb->csum_not_inet with skb_csum_is_sctpXin Long2021-01-221-1/+1
* sfc: reduce the number of requested xdp ev queuesIvan Babrou2021-01-221-2/+4
* net: phy: realtek: Add support for RTL9000AA/ANYuusuke Ashizuka2021-01-221-0/+132
* net: ipa: remove a remoteproc dependencyAlex Elder2021-01-212-38/+2
* net: macb: ignore tx_clk if MII is usedMichael Walle2021-01-211-0/+4
* net: remove aurora nb8800 driverArnd Bergmann2021-01-216-1863/+0
* cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constantHeiner Kallweit2021-01-211-10/+3
* cxgb4: Assign boolean values to a bool variableJiapeng Zhong2021-01-211-1/+1
* ethernet: ucc_geth: simplify rx/tx allocationsRasmus Villemoes2021-01-212-35/+17
* ethernet: ucc_geth: inform the compiler that numQueues is always 1Rasmus Villemoes2021-01-212-36/+42
* ethernet: ucc_geth: add helper to replace repeated switch statementsRasmus Villemoes2021-01-211-78/+22