summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-291-20/+17
* thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-19/+0
* thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz2020-06-291-13/+8
* wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld2020-06-261-28/+11
* hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld2020-06-261-1/+1
* socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld2020-06-261-2/+3
* wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld2020-06-261-8/+2
* vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu2020-06-261-0/+4
* net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean2020-06-261-2/+1
* net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean2020-06-261-0/+8
* net: dsa: sja1105: unconditionally free old gating configVladimir Oltean2020-06-261-2/+2
* net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean2020-06-261-160/+160
* net: macb: free resources on failure path of at91ether_open()Claudiu Beznea2020-06-261-43/+73
* net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea2020-06-261-2/+6
* net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel2020-06-252-33/+10
* net: bcmgenet: use hardware padding of runt framesDoug Berger2020-06-251-5/+3
* net: bcmgenet: use __be16 for htons(ETH_P_IP)Doug Berger2020-06-251-1/+2
* net: bcmgenet: re-remove bcmgenet_hfb_add_filterDoug Berger2020-06-251-77/+0
* qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODEColin Ian King2020-06-241-1/+2
* net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang2020-06-241-0/+4
* net: phy: make phy_disable_interrupts() non-staticJisheng Zhang2020-06-241-1/+1
* 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
* net: phylink: ensure manual pause mode configuration takes effectRussell King2020-06-241-5/+22
* net: phylink: fix ethtool -A with attached PHYsRussell King2020-06-241-9/+11
* bnxt_en: Read VPD info only for PFsVasundhara Volam2020-06-241-1/+2
* bnxt_en: Fix statistics counters issue during ifdown with older firmware.Michael Chan2020-06-241-1/+7
* bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan2020-06-242-1/+3
* bnxt_en: Store the running firmware version code.Michael Chan2020-06-242-4/+22
* cxgb4vf: update kernel-doc line commentsRahul Lakkireddy2020-06-243-11/+8
* cxgb4: update kernel-doc line commentsRahul Lakkireddy2020-06-248-30/+38
* cxgb4: fix set but unused variable when DCB is disabledRahul Lakkireddy2020-06-241-3/+3
* cxgb4: move DCB version extern to header fileRahul Lakkireddy2020-06-242-1/+3
* cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy2020-06-241-2/+1
* cxgb4: fix SGE queue dump destination buffer contextRahul Lakkireddy2020-06-241-2/+4
* cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy2020-06-241-5/+5
* cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy2020-06-243-25/+22
* cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2020-06-242-49/+91
* cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy2020-06-241-1/+1
* cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy2020-06-241-12/+11
* cxgb4: move handling L2T ARP failures to callerRahul Lakkireddy2020-06-241-28/+24
* net: qed: fix "maybe uninitialized" warningAlexander Lobakin2020-06-241-1/+1
* net: qed: reset ILT block sizes before recomputing to fix crashesAlexander Lobakin2020-06-241-0/+19
* net: qede: fix use-after-free on recovery and AER handlingAlexander Lobakin2020-06-241-0/+1
* net: qede: fix PTP initialization on recoveryAlexander Lobakin2020-06-243-20/+15
* net: qed: fix excessive QM ILT lines consumptionAlexander Lobakin2020-06-241-1/+1
* net: qed: fix NVMe login fails over VFsAlexander Lobakin2020-06-241-5/+18
* net: qede: stop adding events on an already destroyed workqueueAlexander Lobakin2020-06-241-1/+2
* net: qed: fix async event callbacks unregisteringAlexander Lobakin2020-06-243-5/+7
* wireguard: device: avoid circular netns referencesJason A. Donenfeld2020-06-234-45/+55