summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-12-14xsk: Wipe out dead zero_copy_allocator declarationsMaciej Fijalkowski2-3/+0
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni27-27/+27
2021-12-11net: ocelot: add FDMA supportClément Léger5-4/+1092
2021-12-11net: ocelot: add support for ndo_change_mtuClément Léger2-0/+16
2021-12-11net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger1-17/+24
2021-12-11net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger1-5/+13
2021-12-11net: bna: Update supported link modesErik Ekman1-11/+11
2021-12-10sh_eth: Use dev_err_probe() helperGeert Uytterhoeven1-2/+1
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-108/+210
2021-12-09net: ag71xx: remove unnecessary legacy methodsRussell King (Oracle)1-13/+0
2021-12-09net: mtk_eth_soc: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+4
2021-12-09net: mana: Fix memory leak in mana_hwc_create_wqJosé Expósito1-5/+5
2021-12-09nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie1-1/+3
2021-12-09net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva7-40/+31
2021-12-09net: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-9/+8
2021-12-09net: mvpp2: fix XDP rx queues registeringLouis Amas1-2/+2
2021-12-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski9-47/+74
2021-12-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-0/+3
2021-12-08ice: safer stats processingJesse Brandeburg1-11/+18
2021-12-08net: mscc: ocelot: split register definitions to a separate fileColin Foster3-510/+536
2021-12-08net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang2-1/+4
2021-12-08net: hns3: Fix spelling mistake "faile" -> "failed"Colin Ian King1-1/+1
2021-12-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-38/+91
2021-12-08gve: fix for null pointer dereference.Ameer Hamza1-0/+3
2021-12-08ice: fix adding different tunnelsMichal Swiatkowski6-13/+25
2021-12-08ice: fix choosing UDP header typeMichal Swiatkowski1-17/+10
2021-12-08ice: ignore dropped packets during initJesse Brandeburg1-0/+3
2021-12-08ice: Fix problems with DSCP QoS implementationDave Ertman1-6/+12
2021-12-08ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt1-0/+4
2021-12-08ice: fix FDIR init missing when reset VFYahui Cao1-0/+2
2021-12-07net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter1-10/+9
2021-12-07Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang2-2/+2
2021-12-07net: prestera: replace zero-length array with flexible-array memberJosé Expósito1-2/+2
2021-12-06i40e: Fix NULL pointer dereference in i40e_dbg_dump_descNorbert Zulinski1-0/+8
2021-12-06i40e: Fix pre-set max number of queues for VFMateusz Palczewski1-5/+0
2021-12-06i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek2-22/+50
2021-12-06iavf: Fix reporting when setting descriptor countMichal Maloszewski1-11/+32
2021-12-04qed*: esl priv flag support through ethtoolManish Chopra5-1/+80
2021-12-04qed*: enhance tx timeout debug infoManish Chopra6-15/+162
2021-12-04qede: validate non LSO skb lengthManish Chopra1-0/+7
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2-0/+3
2021-12-03net: altera: set a couple error code in probe()Dan Carpenter1-3/+6
2021-12-03net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets()Dan Carpenter1-2/+2
2021-12-03net: prestera: acl: fix return value check in prestera_acl_rule_entry_find()Yang Yingliang1-5/+2
2021-12-03net: bcm4908: Handle dma_set_coherent_mask error codesJiasheng Jiang1-1/+3
2021-12-03net: hns3: fix hns3 driver header file not self-contained issueJie Wang5-0/+18
2021-12-03net: hns3: replace one tab with space in for statementHao Chen1-1/+1
2021-12-03net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()Hao Chen1-1/+0
2021-12-03net: hns3: add comments for hclge_dbg_fill_content()Hao Chen1-0/+4
2021-12-03net: hns3: add void before function which don't receive retHao Chen2-2/+2