summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-06gtp: use dev_sw_netstats_rx_add()Fabian Frederick1-7/+1
2020-10-06bareudp: use dev_sw_netstats_rx_add()Fabian Frederick1-8/+3
2020-10-06geneve: use dev_sw_netstats_rx_add()Fabian Frederick1-8/+3
2020-10-06vxlan: use dev_sw_netstats_rx_add()Fabian Frederick1-7/+1
2020-10-06net: atlantic: implement media detect feature via phy tunablesIgor Russkikh5-0/+60
2020-10-06net: atlantic: implement phy downshift featureIgor Russkikh6-0/+103
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller192-1105/+1859
2020-10-05Merge tag 'platform-drivers-x86-v5.9-2' of git://git.infradead.org/linux-plat...Linus Torvalds10-51/+109
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds74-453/+897
2020-10-05net: phy: marvell: Use phy_read_paged() instead of open coding itJisheng Zhang1-10/+4
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean17-35/+109
2020-10-05platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuseAaron Ma1-1/+3
2020-10-04drivers/net/wan/hdlc_fr: Improvements to the code of pvc_xmitXie He1-28/+26
2020-10-04net: mvneta: fix double free of txq->bufTom Rix1-11/+2
2020-10-04net: team: fix memory leak in __team_options_registerAnant Thazhemadam1-1/+1
2020-10-04bnxt_en: Eliminate unnecessary RX resets.Michael Chan2-1/+53
2020-10-04bnxt_en: Reduce unnecessary message log during RX errors.Michael Chan1-2/+4
2020-10-04bnxt_en: Add a software counter for RX ring reset.Michael Chan3-4/+12
2020-10-04bnxt_en: Implement RX ring reset in response to buffer errors.Michael Chan1-4/+75
2020-10-04bnxt_en: Refactor bnxt_init_one_rx_ring().Michael Chan1-46/+50
2020-10-04bnxt_en: Refactor bnxt_free_rx_skbs().Michael Chan1-68/+66
2020-10-04bnxt_en: Log FW health status info, if reset is aborted.Michael Chan1-1/+8
2020-10-04bnxt_en: perform no master recovery during startupEdwin Peer1-9/+29
2020-10-04bnxt_en: log firmware status on firmware init failureEdwin Peer2-5/+55
2020-10-04bnxt_en: refactor bnxt_alloc_fw_health()Edwin Peer1-22/+38
2020-10-04bnxt_en: Update firmware interface spec to 1.10.1.68.Vasundhara Volam1-3/+21
2020-10-04net: dsa: mv88e6xxx: Add per port devlink regionsAndrew Lunn1-4/+105
2020-10-03net: dsa: sja1105: remove duplicate prefix for VL Lookup dynamic configVladimir Oltean1-5/+5
2020-10-03bnx2x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-10-03net: ksz884x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+1
2020-10-03net: bna: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+3
2020-10-03usbnet: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-10-03net: typhoon: Fix a typo Typoon --> TyphoonChristophe JAILLET1-1/+1
2020-10-03net: phy: dp83869: fix unsigned comparisons against less than zero valuesColin Ian King1-1/+1
2020-10-03net: hinic: fix DEVLINK build errorsRandy Dunlap1-0/+1
2020-10-03net: stmmac: Modify configuration method of EEE timersVineetha G. Jaya Kumaran3-9/+28
2020-10-03Merge tag 'for-linus-5.9b-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+21
2020-10-03Merge tag 'usb-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-52/+40
2020-10-03Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+13
2020-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-0/+9
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski8-24/+24
2020-10-02genetlink: add small version of opsJakub Kicinski1-1/+1
2020-10-02dpaa2-eth: add support for devlink parser error drop trapsIoana Ciornei3-1/+385
2020-10-02dpaa2-eth: add basic devlink supportIoana Ciornei4-1/+119
2020-10-02ionic: add new bad firmware error codeShannon Nelson2-0/+3
2020-10-02ionic: use lif ident for filter countShannon Nelson1-9/+10
2020-10-02ionic: refill lif identity after fw_upShannon Nelson3-14/+22
2020-10-02ionic: disable all queue napi contexts on timeoutShannon Nelson1-26/+21
2020-10-02ionic: check qcq ptr in ionic_qcq_disableShannon Nelson1-11/+20
2020-10-02ionic: clear linkcheck bit on alloc failShannon Nelson1-1/+3