aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-01-053-18/+87
|\
| * iavf: Fix limit of total number of queues to active queues of VFKaren Sornek2022-01-041-1/+4
| * i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski2022-01-041-7/+25
| * i40e: Fix for displaying message regarding NVM versionMateusz Palczewski2022-01-041-2/+2
| * i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu2022-01-041-0/+24
| * i40e: Fix to not show opcode msg on unsuccessful VF MAC changeMateusz Palczewski2022-01-041-8/+32
* | sfc: The RX page_ring is optionalMartin Habets2022-01-042-0/+10
|/
* net/fsl: Remove leftover definition in xgmac_mdioMarkus Koch2022-01-021-1/+0
* net: ena: Fix error handling when calculating max IO queues numberArthur Kiyanovski2022-01-021-4/+0
* net: ena: Fix wrong rx request id by resetting deviceArthur Kiyanovski2022-01-021-2/+9
* net: ena: Fix undefined state when tx request id is out of boundsArthur Kiyanovski2022-01-021-14/+20
* fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin2021-12-301-5/+7
* net/mlx5e: Fix wrong features assignment in case of errorGal Pressman2021-12-281-6/+5
* net/mlx5e: TC, Fix memory leak with rules with internal portRoi Dayan2021-12-281-0/+2
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-12-282-1/+20
|\
| * igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin2021-12-281-0/+6
| * igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes2021-12-281-1/+14
* | ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET2021-12-281-1/+1
|/
* net: lantiq_xrx200: fix statistics of received bytesAleksander Jan Bajkowski2021-12-281-1/+1
* net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET2021-12-281-15/+8
* atlantic: Fix buff_ring OOB in aq_ring_rx_cleanZekun Shen2021-12-271-0/+8
* Merge tag 'mlx5-fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2021-12-2312-46/+121
|\
| * net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET2021-12-221-5/+9
| * net/mlx5e: Delete forward rule for ct or sample actionChris Mi2021-12-221-11/+6
| * net/mlx5e: Fix ICOSQ recovery flow for XSKMaxim Mikityanskiy2021-12-222-11/+22
| * net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flowMaxim Mikityanskiy2021-12-225-4/+58
| * net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabledGal Pressman2021-12-221-1/+1
| * net/mlx5e: Wrap the tx reporter dump callback to extract the sqAmir Tzin2021-12-221-1/+9
| * net/mlx5: Fix tc max supported prio for nic modeChris Mi2021-12-221-0/+3
| * net/mlx5: Fix SF health recovery flowMoshe Shemesh2021-12-221-5/+6
| * net/mlx5: Fix error print in case of IRQ request failedShay Drory2021-12-221-2/+2
| * net/mlx5: Use first online CPU instead of hard coded CPUShay Drory2021-12-221-1/+1
| * net/mlx5: DR, Fix querying eswitch manager vport for ECPFYevgeny Kliteynik2021-12-221-3/+1
| * net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resourcesMiaoqian Lin2021-12-221-2/+3
* | net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu2021-12-231-1/+1
* | net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang2021-12-231-1/+1
|/
* sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang2021-12-221-1/+4
* sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang2021-12-221-1/+4
* net: ks8851: Check for error irqJiasheng Jiang2021-12-221-0/+2
* drivers: net: smc911x: Check for error irqJiasheng Jiang2021-12-221-0/+5
* igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit2021-12-201-6/+13
* gve: Correct order of processing device optionsJeroen de Borst2021-12-201-4/+4
* qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang2021-12-183-5/+13
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-12-184-41/+62
|\
| * ice: xsk: fix cleaned_count settingMaciej Fijalkowski2021-12-172-6/+1
| * ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski2021-12-171-4/+10
| * ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski2021-12-171-5/+1
| * ice: remove dead store on XSK hotpathAlexander Lobakin2021-12-171-1/+0
| * ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski2021-12-173-22/+47
| * ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski2021-12-171-6/+6