summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld2020-06-251-1/+1
* socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld2020-06-251-2/+3
* net: macb: free resources on failure path of at91ether_open()Claudiu Beznea2020-06-251-43/+73
* net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea2020-06-251-2/+6
* net: bcmgenet: use hardware padding of runt framesDoug Berger2020-06-241-5/+3
* net: bcmgenet: use __be16 for htons(ETH_P_IP)Doug Berger2020-06-241-1/+2
* net: bcmgenet: re-remove bcmgenet_hfb_add_filterDoug Berger2020-06-241-77/+0
* qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODEColin Ian King2020-06-241-1/+2
* net: ethernet: mvneta: Add back interface mode validationSascha Hauer2020-06-241-3/+19
* net: ethernet: mvneta: Do not error out in non serdes modesSascha Hauer2020-06-241-1/+1
* bnxt_en: Read VPD info only for PFsVasundhara Volam2020-06-231-1/+2
* bnxt_en: Fix statistics counters issue during ifdown with older firmware.Michael Chan2020-06-231-1/+7
* bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan2020-06-232-1/+3
* bnxt_en: Store the running firmware version code.Michael Chan2020-06-232-4/+22
* cxgb4vf: update kernel-doc line commentsRahul Lakkireddy2020-06-233-11/+8
* cxgb4: update kernel-doc line commentsRahul Lakkireddy2020-06-238-30/+38
* cxgb4: fix set but unused variable when DCB is disabledRahul Lakkireddy2020-06-231-3/+3
* cxgb4: move DCB version extern to header fileRahul Lakkireddy2020-06-232-1/+3
* cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy2020-06-231-2/+1
* cxgb4: fix SGE queue dump destination buffer contextRahul Lakkireddy2020-06-231-2/+4
* cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy2020-06-231-5/+5
* cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy2020-06-233-25/+22
* cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2020-06-232-49/+91
* cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy2020-06-231-1/+1
* cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy2020-06-231-12/+11
* cxgb4: move handling L2T ARP failures to callerRahul Lakkireddy2020-06-231-28/+24
* net: qed: fix "maybe uninitialized" warningAlexander Lobakin2020-06-231-1/+1
* net: qed: reset ILT block sizes before recomputing to fix crashesAlexander Lobakin2020-06-231-0/+19
* net: qede: fix use-after-free on recovery and AER handlingAlexander Lobakin2020-06-231-0/+1
* net: qede: fix PTP initialization on recoveryAlexander Lobakin2020-06-233-20/+15
* net: qed: fix excessive QM ILT lines consumptionAlexander Lobakin2020-06-231-1/+1
* net: qed: fix NVMe login fails over VFsAlexander Lobakin2020-06-231-5/+18
* net: qede: stop adding events on an already destroyed workqueueAlexander Lobakin2020-06-231-1/+2
* net: qed: fix async event callbacks unregisteringAlexander Lobakin2020-06-233-5/+7
* mlxsw: spectrum: Do not rely on machine endiannessIdo Schimmel2020-06-224-9/+7
* r8169: fix firmware not resetting tp->ocp_baseHeiner Kallweit2020-06-201-1/+4
* ibmvnic: continue to init in CRQ reset returns H_CLOSEDDany Madden2020-06-201-2/+7
* ionic: tame the watchdog timer on reconfigShannon Nelson2020-06-201-7/+8
* ibmveth: Fix max MTU limitThomas Falcon2020-06-191-1/+1
* net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-195-11/+11
* flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-194-22/+40
* enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil2020-06-193-16/+34
* net: macb: undo operations in case of failureClaudiu Beznea2020-06-191-2/+4
* net: ethernet: oki-semi: pch_gbe: fix spelling mistakeFlavio Suligoi2020-06-191-1/+1
* net: ethernet: neterion: vxge: fix spelling mistakeFlavio Suligoi2020-06-191-1/+1
* i40e: fix crash when Rx descriptor count is changedBjörn Töpel2020-06-181-0/+3
* ice: protect ring accesses with WRITE_ONCECiara Loftus2020-06-182-5/+5
* i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus2020-06-181-10/+19
* ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus2020-06-182-9/+17
* tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen2020-06-181-2/+2