summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-03net: dsa: microchip: set the correct number of portsCodrin Ciubotariu2-0/+6
2020-07-02net: dsa: microchip: enable ksz9893 via i2c in the ksz9477 driverHelmut Grohne1-0/+1
2020-07-01hinic: fix passing non negative value to ERR_PTRLuo bin1-0/+2
2020-07-01net: cxgb4: fix return error value in t4_prep_fwLi Heng1-4/+4
2020-06-30net: ipa: introduce ipa_cmd_tag_process()Alex Elder3-0/+25
2020-06-30net: ipa: no checksum offload for SDM845 LAN RXAlex Elder1-1/+0
2020-06-30net: ipa: always check for stopped channelAlex Elder1-9/+7
2020-06-30net: mvneta: fix use of state->speedRussell King1-1/+1
2020-06-30tun: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+2
2020-06-30wireguard: queueing: make use of ip_tunnel_parse_protocolJason A. Donenfeld2-18/+3
2020-06-30wireguard: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-06-29net: get rid of lockdep_set_class_and_subclass()Cong Wang2-6/+4
2020-06-27enetc: Fix tx rings bitmap iteration range, irq handlingClaudiu Manoil1-2/+2
2020-06-26ionic: update the queue count on openShannon Nelson1-0/+8
2020-06-26wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-28/+11
2020-06-26hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld1-1/+1
2020-06-26socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-2/+3
2020-06-26wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-8/+2
2020-06-26vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu1-0/+4
2020-06-26net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean1-2/+1
2020-06-26net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean1-0/+8
2020-06-26net: dsa: sja1105: unconditionally free old gating configVladimir Oltean1-2/+2
2020-06-26net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean1-160/+160
2020-06-26net: macb: free resources on failure path of at91ether_open()Claudiu Beznea1-43/+73
2020-06-26net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea1-2/+6
2020-06-25net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel2-33/+10
2020-06-25net: bcmgenet: use hardware padding of runt framesDoug Berger1-5/+3
2020-06-25net: bcmgenet: use __be16 for htons(ETH_P_IP)Doug Berger1-1/+2
2020-06-25net: bcmgenet: re-remove bcmgenet_hfb_add_filterDoug Berger1-77/+0
2020-06-25qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODEColin Ian King1-1/+2
2020-06-25net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang1-0/+4
2020-06-25net: phy: make phy_disable_interrupts() non-staticJisheng Zhang1-1/+1
2020-06-25net: ethernet: mvneta: Add back interface mode validationSascha Hauer1-3/+19
2020-06-25net: ethernet: mvneta: Do not error out in non serdes modesSascha Hauer1-1/+1
2020-06-24net: phylink: ensure manual pause mode configuration takes effectRussell King1-5/+22
2020-06-24net: phylink: fix ethtool -A with attached PHYsRussell King1-9/+11
2020-06-24bnxt_en: Read VPD info only for PFsVasundhara Volam1-1/+2
2020-06-24bnxt_en: Fix statistics counters issue during ifdown with older firmware.Michael Chan1-1/+7
2020-06-24bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan2-1/+3
2020-06-24bnxt_en: Store the running firmware version code.Michael Chan2-4/+22
2020-06-24cxgb4vf: update kernel-doc line commentsRahul Lakkireddy3-11/+8
2020-06-24cxgb4: update kernel-doc line commentsRahul Lakkireddy8-30/+38
2020-06-24cxgb4: fix set but unused variable when DCB is disabledRahul Lakkireddy1-3/+3
2020-06-24cxgb4: move DCB version extern to header fileRahul Lakkireddy2-1/+3
2020-06-24cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy1-2/+1
2020-06-24cxgb4: fix SGE queue dump destination buffer contextRahul Lakkireddy1-2/+4
2020-06-24cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-06-24cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy3-25/+22
2020-06-24cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2-49/+91
2020-06-24cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy1-1/+1