summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* myri10ge: fix an incorrect free for skb in myri10ge_sw_tsoXiaomeng Tong2022-04-061-4/+2
* qede: confirm skb is allocated before usingJamie Bainbridge2022-04-061-0/+3
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-04-063-5/+9
|\
| * ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski2022-04-051-1/+1
| * ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski2022-04-051-1/+1
| * ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski2022-04-053-3/+7
* | net: axiemac: use a phandle to reference pcs_phyAndy Chiu2022-04-061-2/+9
* | net: axienet: factor out phy_node in struct axienet_localAndy Chiu2022-04-062-10/+5
* | net: axienet: setup mdio unconditionallyAndy Chiu2022-04-061-7/+6
* | net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo2022-04-063-1/+6
* | net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn2022-04-061-1/+1
* | net: micrel: Fix KS8851 KconfigHoratiu Vultur2022-04-061-0/+1
|/
* ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko2022-04-051-2/+2
* ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko2022-04-051-0/+1
* dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin2022-04-051-1/+3
* sfc: Do not free an empty page_ringMartin Habets2022-04-041-0/+3
* stmmac: dwmac-loongson: change loongson_dwmac_driver from global to staticTom Rix2022-04-041-1/+1
* bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui2022-04-041-2/+4
* bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek2022-04-041-1/+2
* bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi2022-04-044-0/+19
* qed: fix ethtool register dumpManish Chopra2022-04-041-1/+1
* net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai2022-04-021-2/+1
* net/fungible: Fix reference to __udivdi3 on 32b buildsDimitris Michailidis2022-04-021-2/+2
* net: micrel: fix KS8851_MLL KconfigRandy Dunlap2022-04-011-0/+1
* ice: Fix broken IFF_ALLMULTI handlingIvan Vecera2022-04-013-38/+121
* ice: Fix MAC address settingIvan Vecera2022-04-011-2/+5
* ice: Clear default forwarding VSI during VSI releaseIvan Vecera2022-04-011-0/+2
* net: sfc: add missing xdp queue reinitializationTaehee Yoo2022-04-011-65/+81
* net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang2022-03-311-3/+3
* net: hns3: fix the concurrency between functions reading debugfsYufeng Mo2022-03-313-5/+12
* net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap2022-03-311-0/+1
* sfc: Avoid NULL pointer dereference on systems without numa awarenessMartin Habets2022-03-301-7/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-03-302-2/+5
|\
| * ice: xsk: Fix indexing in ice_tx_xsk_pool()Maciej Fijalkowski2022-03-291-1/+1
| * ice: xsk: Stop Rx processing when ntc catches ntuMaciej Fijalkowski2022-03-291-0/+3
| * ice: xsk: Eliminate unnecessary loop iterationMagnus Karlsson2022-03-291-1/+1
* | net: lan966x: fix kernel oops on ioctl when I/F is downMichael Walle2022-03-291-0/+3
|/
* net: bnxt_ptp: fix compilation errorDamien Le Moal2022-03-282-2/+6
* octeontx2-af: initialize action variableTom Rix2022-03-261-8/+7
* net: sparx5: switchdev: fix possible NULL pointer dereferenceZheng Yongjun2022-03-261-0/+2
* qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix2022-03-261-5/+5
* net: sparx5: depends on PTP_1588_CLOCK_OPTIONALRandy Dunlap2022-03-261-0/+1
* net: hns3: fix phy can not link up when autoneg off and resetGuangbin Huang2022-03-261-2/+2
* net: hns3: add NULL pointer check for hns3_set/get_ringparam()Hao Chen2022-03-261-3/+9
* net: hns3: add netdev reset check for hns3_set_tunable()Hao Chen2022-03-261-3/+5
* net: hns3: clean residual vf config after disable sriovPeng Li2022-03-263-0/+71
* net: hns3: add max order judgement for tx spare bufferHao Chen2022-03-261-0/+6
* net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen2022-03-262-9/+14
* net: hns3: refine the process when PF set VF VLANJian Shen2022-03-262-5/+18
* net: hns3: add vlan list lock to protect vlan listJian Shen2022-03-262-4/+35