summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-01-11atlantic: Fix buff_ring OOB in aq_ring_rx_cleanZekun Shen1-0/+8
2022-01-11rndis_host: support Hytera digital radiosThomas Toye1-0/+5
2022-01-11net: ena: Fix error handling when calculating max IO queues numberArthur Kiyanovski1-4/+0
2022-01-11net: ena: Fix wrong rx request id by resetting deviceArthur Kiyanovski1-2/+9
2022-01-11net: ena: Fix undefined state when tx request id is out of boundsArthur Kiyanovski1-14/+20
2022-01-11i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski1-7/+25
2022-01-11i40e: Fix for displaying message regarding NVM versionMateusz Palczewski1-2/+2
2022-01-11i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu1-0/+24
2022-01-11sfc: The RX page_ring is optionalMartin Habets2-0/+10
2022-01-11Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"Aaron Ma1-3/+6
2022-01-11iavf: Fix limit of total number of queues to active queues of VFKaren Sornek1-1/+4
2022-01-11i40e: Fix to not show opcode msg on unsuccessful VF MAC changeMateusz Palczewski1-8/+32
2022-01-11ieee802154: atusb: fix uninit value in atusb_set_extended_addrPavel Skripkin1-4/+6
2022-01-05fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin1-5/+7
2022-01-05net/mlx5e: Fix wrong features assignment in case of errorGal Pressman1-6/+5
2022-01-05ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET1-1/+1
2022-01-05igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2022-01-05igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes1-1/+14
2022-01-05net: lantiq_xrx200: fix statistics of received bytesAleksander Jan Bajkowski1-1/+1
2022-01-05net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET1-15/+8
2022-01-05net: usb: pegasus: Do not drop long Ethernet framesMatthias-Christian Ott1-2/+2
2022-01-05net/mlx5e: Delete forward rule for ct or sample actionChris Mi1-11/+6
2022-01-05net/mlx5e: Use tc sample stubs instead of ifdefs in source fileRoi Dayan3-14/+27
2022-01-05net/mlx5e: Fix ICOSQ recovery flow for XSKMaxim Mikityanskiy2-11/+22
2022-01-05net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flowMaxim Mikityanskiy5-4/+58
2022-01-05net/mlx5e: Wrap the tx reporter dump callback to extract the sqAmir Tzin1-1/+9
2022-01-05net/mlx5: Fix tc max supported prio for nic modeChris Mi1-0/+3
2022-01-05net/mlx5: Fix SF health recovery flowMoshe Shemesh1-5/+6
2022-01-05net/mlx5: Fix error print in case of IRQ request failedShay Drory1-2/+2
2022-01-05net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resourcesMiaoqian Lin1-2/+3
2021-12-29tun: avoid double free in tun_free_netdevGeorge Kennedy1-56/+59
2021-12-29hamradio: improve the incomplete fix to avoid NPDLin Ma1-2/+2
2021-12-29hamradio: defer ax25 kfree after unregister_netdevLin Ma1-4/+5
2021-12-29r8152: sync ocp baseHayes Wang1-4/+22
2021-12-29net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu1-1/+1
2021-12-29r8152: fix the force speed doesn't work for RTL8156Hayes Wang1-0/+17
2021-12-29net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang1-1/+1
2021-12-29veth: ensure skb entering GRO are not cloned.Paolo Abeni1-2/+6
2021-12-29asix: fix wrong return value in asix_check_host_enable()Pavel Skripkin1-2/+4
2021-12-29asix: fix uninit-value in asix_mdio_read()Pavel Skripkin1-1/+1
2021-12-29sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang1-1/+4
2021-12-29sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang1-1/+4
2021-12-29net: ks8851: Check for error irqJiasheng Jiang1-0/+2
2021-12-29drivers: net: smc911x: Check for error irqJiasheng Jiang1-0/+5
2021-12-29fjes: Check for error irqJiasheng Jiang1-0/+5
2021-12-29bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera1-1/+1
2021-12-29igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit1-6/+13
2021-12-29qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang3-5/+13
2021-12-29net: marvell: prestera: fix incorrect structure accessYevhen Orlov1-7/+12
2021-12-29net: marvell: prestera: fix incorrect return of port_findYevhen Orlov1-6/+10