summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-10-08mlxsw: item: Annotate item helpers with '__maybe_unused'Ido Schimmel1-24/+32
2021-10-08net: tg3: fix redundant check of true expressionJean Sacren1-2/+1
2021-10-08qed: Fix compilation for CONFIG_QED_SRIOV undefined scenarioPrabhakar Kushwaha1-0/+12
2021-10-08net: enetc: add support for software TSOIoana Ciornei4-24/+311
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei3-5/+15
2021-10-08qed: Initialize debug string arrayTim Gardner1-3/+0
2021-10-08ethernet: use platform_get_ethdev_address()Jakub Kicinski2-2/+2
2021-10-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller25-94/+1899
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-28/+55
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek6-7/+118
2021-10-07ice: switchdev slow pathGrzegorz Nitka6-1/+156
2021-10-07ice: rebuild switchdev when resetting all VFsGrzegorz Nitka6-1/+130
2021-10-07ice: enable/disable switchdev when managing VFsGrzegorz Nitka4-2/+63
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka6-3/+92
2021-10-07ice: set and release switchdev environmentGrzegorz Nitka6-13/+453
2021-10-07ice: allow changing lan_en and lb_en on dflt rulesMichal Swiatkowski4-1/+94
2021-10-07ice: manage VSI antispoof and destination overrideMichal Swiatkowski2-0/+73
2021-10-07ice: allow process VF opcodes in different waysMichal Swiatkowski3-37/+225
2021-10-07ice: introduce VF port representorMichal Swiatkowski6-2/+286
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek7-37/+103
2021-10-07ice: support basic E-Switch mode controlMichal Swiatkowski6-0/+116
2021-10-07ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-3/+3
2021-10-07net: stmmac: selftests: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-2/+2
2021-10-07net: mana: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-2/+2
2021-10-07net: broadcom: bcm4908_enet: use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-1/+1
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski4-18/+6
2021-10-07ethernet: use device_get_ethdev_address()Jakub Kicinski4-4/+4
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski11-11/+11
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski10-18/+16
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski34-34/+34
2021-10-07of: net: move of_net under net/Jakub Kicinski5-6/+6
2021-10-06mlxsw: Add support for transceiver module extended stateIdo Schimmel1-0/+7
2021-10-06mlxsw: Add ability to control transceiver modules' power modeIdo Schimmel4-3/+254
2021-10-06mlxsw: reg: Add Management Cable IO and Notifications registerIdo Schimmel1-0/+34
2021-10-06mlxsw: reg: Add Port Module Memory Map Properties registerIdo Schimmel1-0/+50
2021-10-06iavf: fix double unlock of crit_lockStefan Assmann1-1/+0
2021-10-06i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch1-1/+2
2021-10-06i40e: fix endless loop under rtnlJiri Benc1-1/+1
2021-10-06qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"Colin Ian King1-1/+1
2021-10-06mlxsw: spectrum_buffers: silence uninitialized warningDan Carpenter1-1/+1
2021-10-06net: tg3: fix obsolete check of !errJean Sacren1-5/+1
2021-10-06ionic: move filter sync_needed bit setShannon Nelson2-4/+3
2021-10-06gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet1-2/+3
2021-10-06gve: fix gve_get_stats()Eric Dumazet1-4/+9
2021-10-06gve: Properly handle errors in gve_assign_qplCatherine Sullivan1-1/+7
2021-10-06gve: Avoid freeing NULL pointerTao Liu1-10/+17
2021-10-06gve: Correct available tx qpl checkCatherine Sullivan1-1/+1
2021-10-06net: stmmac: trigger PCS EEE to turn off on link downWong Vee Khee1-1/+5
2021-10-05ethernet: fix up ps3_gelic_net.c for "ethernet: use eth_hw_addr_set()"Stephen Rothwell1-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski76-93/+90