aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-24net: bcmgenet: use hardware padding of runt framesDoug Berger1-5/+3
2020-06-24net: bcmgenet: use __be16 for htons(ETH_P_IP)Doug Berger1-1/+2
2020-06-24net: bcmgenet: re-remove bcmgenet_hfb_add_filterDoug Berger1-77/+0
2020-06-24qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODEColin Ian King1-1/+2
2020-06-24net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang1-0/+4
2020-06-24net: phy: make phy_disable_interrupts() non-staticJisheng Zhang1-1/+1
2020-06-24net: ethernet: mvneta: Add back interface mode validationSascha Hauer1-3/+19
2020-06-24net: ethernet: mvneta: Do not error out in non serdes modesSascha Hauer1-1/+1
2020-06-23net: phylink: ensure manual pause mode configuration takes effectRussell King1-5/+22
2020-06-23net: phylink: fix ethtool -A with attached PHYsRussell King1-9/+11
2020-06-23bnxt_en: Read VPD info only for PFsVasundhara Volam1-1/+2
2020-06-23bnxt_en: Fix statistics counters issue during ifdown with older firmware.Michael Chan1-1/+7
2020-06-23bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan2-1/+3
2020-06-23bnxt_en: Store the running firmware version code.Michael Chan2-4/+22
2020-06-23cxgb4vf: update kernel-doc line commentsRahul Lakkireddy3-11/+8
2020-06-23cxgb4: update kernel-doc line commentsRahul Lakkireddy8-30/+38
2020-06-23cxgb4: fix set but unused variable when DCB is disabledRahul Lakkireddy1-3/+3
2020-06-23cxgb4: move DCB version extern to header fileRahul Lakkireddy2-1/+3
2020-06-23cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy1-2/+1
2020-06-23cxgb4: fix SGE queue dump destination buffer contextRahul Lakkireddy1-2/+4
2020-06-23cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-06-23cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy3-25/+22
2020-06-23cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2-49/+91
2020-06-23cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy1-1/+1
2020-06-23cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy1-12/+11
2020-06-23cxgb4: move handling L2T ARP failures to callerRahul Lakkireddy1-28/+24
2020-06-23net: qed: fix "maybe uninitialized" warningAlexander Lobakin1-1/+1
2020-06-23net: qed: reset ILT block sizes before recomputing to fix crashesAlexander Lobakin1-0/+19
2020-06-23net: qede: fix use-after-free on recovery and AER handlingAlexander Lobakin1-0/+1
2020-06-23net: qede: fix PTP initialization on recoveryAlexander Lobakin3-20/+15
2020-06-23net: qed: fix excessive QM ILT lines consumptionAlexander Lobakin1-1/+1
2020-06-23net: qed: fix NVMe login fails over VFsAlexander Lobakin1-5/+18
2020-06-23net: qede: stop adding events on an already destroyed workqueueAlexander Lobakin1-1/+2
2020-06-23net: qed: fix async event callbacks unregisteringAlexander Lobakin3-5/+7
2020-06-23wireguard: device: avoid circular netns referencesJason A. Donenfeld4-45/+55
2020-06-23wireguard: noise: do not assign initiation time in if conditionFrank Werner-Krippendorf1-2/+2
2020-06-22usbnet: smsc95xx: Fix use-after-free after removalTuomas Tynkkynen1-1/+1
2020-06-22mlxsw: spectrum: Do not rely on machine endiannessIdo Schimmel4-9/+7
2020-06-22net: phy: smsc: fix printing too many logsDejin Zheng1-4/+7
2020-06-20r8169: fix firmware not resetting tp->ocp_baseHeiner Kallweit1-1/+4
2020-06-20ibmvnic: continue to init in CRQ reset returns H_CLOSEDDany Madden1-2/+7
2020-06-20ionic: tame the watchdog timer on reconfigShannon Nelson1-7/+8
2020-06-19ibmveth: Fix max MTU limitThomas Falcon1-1/+1
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu5-11/+11
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu4-22/+40
2020-06-19geneve: allow changing DF behavior after creationSabrina Dubroca1-0/+1
2020-06-19enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil3-16/+34
2020-06-19net: macb: undo operations in case of failureClaudiu Beznea1-2/+4
2020-06-19net: phy: Check harder for errors in get_phy_id()Florian Fainelli1-2/+4
2020-06-19of: of_mdio: Correct loop scanning logicFlorian Fainelli1-2/+7