summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ice: Fix checking for unsupported keys on non-tunnel deviceMarcin Szycik2024-04-161-1/+4
* ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski2024-04-161-1/+1
* ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski2024-04-161-0/+8
* net: stmmac: Fix IP-cores specific MAC capabilitiesSerge Semin2024-04-167-19/+23
* net: stmmac: Fix max-speed being ignored on queue re-initSerge Semin2024-04-161-0/+5
* net: stmmac: Apply half-duplex-less constraint for DW QoS Eth onlySerge Semin2024-04-162-16/+10
* octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementationAsbjørn Sloth Tønnesen2024-04-151-2/+5
* net/mlx5e: Prevent deadlock while disabling aRFSCarolina Jubran2024-04-121-11/+16
* net/mlx5e: Acquire RTNL lock before RQs/SQs activation/deactivationCarolina Jubran2024-04-121-0/+7
* net/mlx5e: Use channel mdev reference instead of global mdev instance for coa...Rahul Rameshbabu2024-04-121-2/+2
* net/mlx5: Restore mistakenly dropped parts in register devlink flowShay Drory2024-04-122-2/+4
* net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan2024-04-125-7/+7
* net/mlx5: Lag, restore buckets number to default after hash LAG deactivationShay Drory2024-04-121-1/+3
* net: sparx5: flower: fix fragment flags handlingAsbjørn Sloth Tønnesen2024-04-121-21/+40
* net: ena: Set tx_info->xdpf value to NULLDavid Arinzon2024-04-111-1/+3
* net: ena: Fix incorrect descriptor free behaviorDavid Arinzon2024-04-111-3/+11
* net: ena: Wrong missing IO completions check orderDavid Arinzon2024-04-111-9/+12
* net: ena: Fix potential sign extension issueDavid Arinzon2024-04-111-1/+1
* net: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL2024-04-112-34/+200
* net: sparx5: fix wrong config being used when reconfiguring PCSDaniel Machon2024-04-111-2/+2
* net/mlx5: fix possible stack overflowsArnd Bergmann2024-04-101-41/+41
* net/mlx5: Disallow SRIOV switchdev mode when in multi-PF netdevTariq Toukan2024-04-101-0/+7
* net/mlx5e: RSS, Block XOR hash with over 128 channelsCarolina Jubran2024-04-103-2/+34
* net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmitRahul Rameshbabu2024-04-102-5/+10
* net/mlx5e: HTB, Fix inconsistencies with QoS SQs numberCarolina Jubran2024-04-101-16/+17
* net/mlx5e: Fix mlx5e_priv_init() cleanup flowCarolina Jubran2024-04-102-2/+2
* net/mlx5e: RSS, Block changing channels number when RXFH is configuredCarolina Jubran2024-04-101-0/+17
* net/mlx5: Correctly compare pkt reformat idsCosmin Ratiu2024-04-101-2/+12
* net/mlx5: Properly link new fs rules into the treeCosmin Ratiu2024-04-101-1/+2
* net/mlx5: offset comp irq index in name by oneMichael Liang2024-04-101-1/+3
* net/mlx5: Register devlink first under devlink lockShay Drory2024-04-102-18/+20
* net/mlx5: E-switch, store eswitch pointer before registering devlink_paramShay Drory2024-04-102-6/+7
* r8169: add missing conditional compiling for call to r8169_remove_ledsHeiner Kallweit2024-04-101-1/+2
* net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boardsArınç ÜNAL2024-04-102-5/+13
* r8169: fix LED-related deadlock on module removalHeiner Kallweit2024-04-103-16/+33
* pds_core: Fix pdsc_check_pci_health function to use work threadBrett Creeley2024-04-104-1/+18
* octeontx2-af: Fix NIX SQ mode and BP configGeetha sowjanya2024-04-091-10/+10
* net: ks8851: Handle softirqs at the end of IRQ thread to fix hangMarek Vasut2024-04-081-1/+5
* net: ks8851: Inline ks8851_rx_skb()Marek Vasut2024-04-084-36/+1
* net: stmmac: mmc_core: Add GMAC mmc tx/rx missing statisticsMinda Chen2024-04-083-0/+8
* net: stmmac: mmc_core: Add GMAC LPI statisticsMinda Chen2024-04-081-0/+11
* bnxt_en: Reset PTP tx_avail after possible firmware resetPavan Chebbi2024-04-081-0/+2
* bnxt_en: Fix error recovery for RoCE ulp clientVikas Gupta2024-04-081-0/+3
* bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init()Vikas Gupta2024-04-081-1/+2
* geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet2024-04-081-2/+2
* octeontx2-pf: Fix transmit scheduler resource leakHariprasad Kelam2024-04-071-0/+1
* virtio_net: Do not send RSS key if it is not supportedBreno Leitao2024-04-071-4/+22
* Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-0432-198/+460
|\
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-04-044-18/+16
| |\
| | * idpf: fix kernel panic on unknown packet typesJoshua Hay2024-04-031-2/+2