summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-09-121-4/+0
|\
| * PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...Vitaly Kuznetsov2022-09-051-4/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-09-091-2/+21
|\ \
| * | RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla2022-09-051-2/+21
* | | net: ethernet: mtk_eth_soc: check max allowed hash in mtk_ppe_check_skbLorenzo Bianconi2022-09-071-0/+3
* | | net: ethernet: mtk_eth_soc: fix typo in __mtk_foe_entry_clearLorenzo Bianconi2022-09-071-1/+1
* | | stmmac: intel: Simplify intel_eth_pci_remove()Christophe JAILLET2022-09-051-2/+0
* | | net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman2022-09-051-2/+2
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-09-034-5/+20
|\ \ \
| * | | iavf: Detach device during reset taskIvan Vecera2022-09-021-3/+11
| * | | i40e: Fix kernel crash during module removalIvan Vecera2022-09-021-1/+4
| * | | i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski2022-09-022-1/+5
* | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-09-034-18/+80
|\ \ \ \
| * | | | ice: use bitmap_free instead of devm_kfreeMichal Swiatkowski2022-09-021-1/+1
| * | | | ice: Fix DMA mappings leakPrzemyslaw Patynowski2022-09-024-17/+79
| |/ / /
* | | | net: fec: Use a spinlock to guard `fep->ptp_clk_on`Csókás Bence2022-09-023-27/+19
* | | | net: fec: add pm_qos support on imx6q platformWei Fang2022-09-022-1/+13
|/ / /
* | | mlxbf_gige: compute MDIO period based on i1clkDavid Thompson2022-08-313-18/+110
* | | ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handlerDuoming Zhou2022-08-311-1/+1
* | | net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()Dan Carpenter2022-08-301-1/+4
* | | nfp: fix the access to management firmware hangingGao Xiao2022-08-301-0/+1
* | | net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-298-40/+40
* | | nfp: flower: fix ingress police using matchall filterTianyu Yuan2022-08-261-2/+3
* | | net: smsc911x: Stop and start PHY during suspend and resumeFlorian Fainelli2022-08-261-0/+6
* | | tg3: Disable tg3 device on system reboot to avoid triggering AERKai-Heng Feng2022-08-261-2/+6
* | | net: sparx5: fix handling uneven length packets in manual extractionCasper Andersson2022-08-261-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-08-261-1/+2
|\ \ \
| * | | ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger2022-08-181-1/+2
* | | | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-2533-125/+394
|\ \ \ \
| * | | | net: lantiq_xrx200: restore buffer if memory allocation failedAleksander Jan Bajkowski2022-08-251-0/+1
| * | | | net: lantiq_xrx200: fix lock under memory pressureAleksander Jan Bajkowski2022-08-251-1/+1
| * | | | net: lantiq_xrx200: confirm skb is allocated before usingAleksander Jan Bajkowski2022-08-251-0/+6
| * | | | net: stmmac: work around sporadic tx issue on link-upHeiner Kallweit2022-08-252-6/+11
| * | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-08-252-14/+47
| |\ \ \ \
| | * | | | i40e: Fix incorrect address type for IPv6 flow rulesSylwester Dziedziuch2022-08-241-1/+1
| | * | | | ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller2022-08-241-13/+46
| * | | | | ionic: VF initial random MAC address if no assigned macR Mohamed Shah2022-08-251-5/+87
| * | | | | ionic: fix up issues with handling EAGAIN on FW cmdsShannon Nelson2022-08-251-1/+3
| * | | | | ionic: clear broken state on generation changeShannon Nelson2022-08-251-0/+3
| * | | | | net: ethernet: mtk_eth_soc: fix hw hash reporting for MTK_NETSYS_V2Lorenzo Bianconi2022-08-252-10/+17
| |/ / / /
| * | | | fec: Restart PPS after link state changeCsókás Bence2022-08-243-4/+77
| * | | | Merge tag 'mlx5-fixes-2022-08-22' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-08-2310-42/+64
| |\ \ \ \
| | * | | | net/mlx5: Unlock on error in mlx5_sriov_enable()Dan Carpenter2022-08-221-1/+1
| | * | | | net/mlx5e: Fix use after free in mlx5e_fs_init()Dan Carpenter2022-08-221-2/+3
| | * | | | net/mlx5e: kTLS, Use _safe() iterator in mlx5e_tls_priv_tx_list_cleanup()Dan Carpenter2022-08-221-2/+2
| | * | | | net/mlx5: unlock on error path in esw_vfs_changed_event_handler()Dan Carpenter2022-08-221-1/+3
| | * | | | net/mlx5e: Fix wrong tc flag used when set hw-tc-offload offMaor Dickman2022-08-221-1/+3
| | * | | | net/mlx5e: TC, Add missing policer validationRoi Dayan2022-08-221-0/+4
| | * | | | net/mlx5e: Fix wrong application of the LRO stateAya Levin2022-08-221-8/+0
| | * | | | net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh2022-08-221-0/+4