aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2023-04-27Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-48/+2
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-20/+17
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds9-9/+9
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds836-20313/+68154
2023-04-26net: phy: hide the PHYLIB_LEDS knobPaolo Abeni1-3/+1
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni23-72/+64
2023-04-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+11
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+3
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-04-25net: phy: marvell-88x2222: remove unnecessary (void*) conversionswuych1-2/+2
2023-04-25net: amd: Fix link leak when verifying config failedGencen Gan1-1/+1
2023-04-24net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi1-4/+4
2023-04-24lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur3-23/+28
2023-04-24tsnep: Add XDP socket zero-copy TX supportGerhard Engleder2-11/+121
2023-04-24tsnep: Add XDP socket zero-copy RX supportGerhard Engleder3-14/+556
2023-04-24tsnep: Move skb receive action to separate functionGerhard Engleder1-16/+23
2023-04-24tsnep: Add functions for queue enable/disableGerhard Engleder1-33/+64
2023-04-24tsnep: Rework TX/RX queue initializationGerhard Engleder1-43/+51
2023-04-24tsnep: Replace modulo operation with maskGerhard Engleder2-14/+15
2023-04-24net: phy: dp83867: Add led_brightness_set supportAlexander Stein1-0/+31
2023-04-24net: phy: Fix reading LED reg propertyAlexander Stein1-1/+5
2023-04-24net: phy: dp83867: Remove unnecessary (void*) conversionswuych1-2/+1
2023-04-24net: mana: Check if netdev/napi_alloc_frag returns single pageHaiyang Zhang1-0/+15
2023-04-24net: mana: Rename mana_refill_rxoob and remove some empty linesHaiyang Zhang1-6/+3
2023-04-24net: veth: add page_pool statsLorenzo Bianconi2-3/+18
2023-04-24net: veth: add page_pool for page recyclingLorenzo Bianconi2-4/+45
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2023-04-23net: dpaa: avoid one skb_reset_mac_header() in dpaa_enable_tx_csum()Vladimir Oltean1-7/+2
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean9-15/+11
2023-04-23drivers/net/phy: add driver for Microchip LAN867x 10BASE-T1S PHYRamón Nordin Rodriguez3-0/+144
2023-04-23net: ethernet: mediatek: remove return value check of `mtk_wed_hw_add_debugfs`Wang Zhang1-2/+0
2023-04-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller5-53/+36
2023-04-23net: mtk_eth_soc: mediatek: fix ppe flow accounting for v1 hardwareFelix Fietkau2-3/+10
2023-04-22net: ethernet: mtk_eth_soc: use WO firmware for MT7981Daniel Golle2-1/+7
2023-04-21Merge tag 'mlx5-updates-2023-04-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-272/+262
2023-04-21Merge tag 'mlx5-fixes-2023-04-20' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski16-54/+40
2023-04-21Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-11/+12
2023-04-21net: dsa: qca8k: fix LEDS_CLASS dependencyArnd Bergmann1-1/+1
2023-04-21nfp: fix incorrect pointer deference when offloading IPsec with bondingHuanhuan Wang1-2/+2
2023-04-21net: dpaa: Fix uninitialized variable in dpaa_stop()Dan Carpenter1-1/+2
2023-04-21net: phy: add basic driver for NXP CBTX PHYVladimir Oltean3-0/+234
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski223-2574/+22842
2023-04-21net/mlx5e: Refactor duplicated code in mlx5e_ipsec_init_macsLeon Romanovsky1-24/+21
2023-04-21net/mlx5e: Properly release work data structureLeon Romanovsky1-2/+4
2023-04-21net/mlx5e: Compare all fields in IPv6 addressLeon Romanovsky1-1/+1
2023-04-21net/mlx5e: Don't overwrite extack message returned from IPsec SA validatorLeon Romanovsky1-1/+1
2023-04-21net/mlx5e: Fix FW error while setting IPsec policy block actionLeon Romanovsky1-8/+8
2023-04-21net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA portsYan Wang1-3/+9
2023-04-21pds_core: Kconfig and pds_core.rstShannon Nelson2-0/+13
2023-04-21pds_core: publish events to the clientsShannon Nelson3-0/+37
2023-04-21pds_core: add the aux client APIShannon Nelson1-1/+150
2023-04-21pds_core: devlink params for enabling VIF supportShannon Nelson3-6/+108
2023-04-21pds_core: add auxiliary_bus devicesShannon Nelson4-2/+156
2023-04-21pds_core: add initial VF device handlingShannon Nelson2-1/+56
2023-04-21pds_core: set up the VIF definitions and defaultsShannon Nelson3-0/+83
2023-04-21pds_core: add FW update feature to devlinkShannon Nelson5-1/+211
2023-04-21pds_core: Add adminq processing and commandsShannon Nelson3-11/+289
2023-04-21pds_core: set up device and adminqShannon Nelson5-4/+733
2023-04-21pds_core: add devlink health facilitiesShannon Nelson5-1/+76
2023-04-21pds_core: health timer and workqueueShannon Nelson4-0/+103
2023-04-21pds_core: add devcmd device interfacesShannon Nelson6-3/+506
2023-04-21pds_core: initial framework for pds_core PF driverShannon Nelson4-0/+372
2023-04-21macsec: Don't rely solely on the dst MAC address to identify destination MACs...Emeel Hakim1-2/+12
2023-04-21net/mlx5: Consider VLAN interface in MACsec TX steering rulesEmeel Hakim1-0/+7
2023-04-21net/mlx5: Support MACsec over VLANEmeel Hakim1-16/+26
2023-04-21net/mlx5: Enable MACsec offload feature for VLAN interfaceEmeel Hakim1-0/+1
2023-04-20net: enetc: include MAC Merge / FP registers in register dumpVladimir Oltean1-0/+17
2023-04-20net: enetc: only commit preemptible TCs to hardware when MM TX is activeVladimir Oltean4-18/+75
2023-04-20net: enetc: report mm tx-active based on tx-enabled and verify-statusVladimir Oltean1-1/+3
2023-04-20net: enetc: fix MAC Merge layer remaining enabled until a link down eventVladimir Oltean1-4/+7
2023-04-20wwan: core: add print for wwan port attach/disconnectSlark Xiao1-0/+3
2023-04-20eth: mlx5: avoid iterator use outside of a loopJakub Kicinski1-2/+3
2023-04-20net: phy: fix circular LEDS_CLASS dependenciesArnd Bergmann2-2/+10
2023-04-20Revert "net/mlx5e: Don't use termination table when redundant"Vlad Buslov1-28/+4
2023-04-20net/mlx5e: Nullify table pointer when failing to createAya Levin1-1/+2
2023-04-20net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh2-3/+3
2023-04-20Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"Moshe Shemesh3-6/+7
2023-04-20net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan3-0/+5
2023-04-20net/mlx5: Release tunnel device after tc update skbChris Mi1-0/+1
2023-04-20net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi1-2/+0
2023-04-20net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi4-5/+15
2023-04-20net/mlx5e: Release the label when replacing existing ct entryVlad Buslov1-0/+1
2023-04-20net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov2-10/+3
2023-04-20net/mlx5: Update op_mode to op_mod for port selectionRoi Dayan1-1/+1
2023-04-20net/mlx5: E-Switch, Remove unused mlx5_esw_offloads_vport_metadata_set()Roi Dayan2-23/+0
2023-04-20net/mlx5: E-Switch, Remove redundant dev arg from mlx5_esw_vport_alloc()Roi Dayan1-7/+7
2023-04-20net/mlx5: Include linux/pci.h for pci_msix_can_alloc_dyn()Eli Cohen1-0/+1
2023-04-20net/mlx5e: RX, Hook NAPIs to page poolsDragos Tatulea1-0/+1
2023-04-20net/mlx5e: RX, Fix XDP_TX page release for legacy rq nonlinear caseDragos Tatulea1-3/+3
2023-04-20net/mlx5e: RX, Fix releasing page_pool pages twice for striding RQDragos Tatulea1-0/+5
2023-04-20net/mlx5e: Add vnic devlink health reporter to representorsMaher Sanalla2-2/+51
2023-04-20net/mlx5: Add vnic devlink health reporter to PFs/VFsMaher Sanalla4-1/+146
2023-04-20Revert "net/mlx5: Expose vnic diagnostic counters for eswitch managed vports"Maher Sanalla5-197/+1
2023-04-20Revert "net/mlx5: Expose steering dropped packets counter"Maher Sanalla1-19/+3
2023-04-20net/mlx5: DR, Add memory statistics for domain objectYevgeny Kliteynik3-3/+15
2023-04-20net/mlx5: DR, Add more info in domain dbg dumpYevgeny Kliteynik1-2/+9
2023-04-20net/mlx5: DR, Calculate sync threshold of each pool according to its typeYevgeny Kliteynik1-15/+18
2023-04-20net/mlx5: DR, Fix dumping of legacy modify_hdr in debug dumpYevgeny Kliteynik1-4/+6
2023-04-20ice: sleep, don't busy-wait, in the SQ send retry loopMichal Schmidt1-1/+1
2023-04-20ice: remove unused buffer copy code in ice_sq_send_cmd_retry()Michal Schmidt1-11/+2
2023-04-20ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUTMichal Schmidt3-12/+13
2023-04-20ice: remove ice_ctl_q_info::sq_cmd_timeoutMichal Schmidt3-6/+2
2023-04-20ice: increase the GNSS data polling interval to 20 msMichal Schmidt1-1/+1
2023-04-20ice: do not busy-wait to read GNSS dataMichal Schmidt2-25/+20
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-74/+76
2023-04-20ixgbe: Enable setting RSS table to default valuesJoe Damato1-9/+10
2023-04-20ixgbe: Allow flow hash to be set via ethtoolJoe Damato1-2/+2
2023-04-20wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...Toke Høiland-Jørgensen1-3/+1
2023-04-20Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo37-228/+481
2023-04-20net: libwx: fix memory leak in wx_setup_rx_resourcesZhengchao Shao1-1/+4
2023-04-20Merge tag 'mt76-for-kvalo-2023-04-18' of https://github.com/nbd168/wirelessKalle Valo71-1027/+1704
2023-04-20wifi: rtw88: Update spelling in main.hSimon Horman1-3/+3
2023-04-20wifi: airo: remove ISA_DMA_API dependencyArnd Bergmann1-1/+1
2023-04-20wifi: rtl8xxxu: Simplify setting the initial gainBitterblue Smith1-4/+2
2023-04-20wifi: rtl8xxxu: Add rtl8xxxu_write{8,16,32}_{set,clear}Bitterblue Smith2-0/+91
2023-04-20wifi: rtl8xxxu: Don't print the vendor/product/serialBitterblue Smith6-73/+0
2023-04-20wifi: rtw88: Fix memory leak in rtw88_usbLarry Finger1-0/+1
2023-04-20wifi: rtw88: call rtw8821c_switch_rf_set() according to chip variantSascha Hauer2-4/+16
2023-04-20wifi: rtw88: set pkg_type correctly for specific rtw8821c variantsSascha Hauer3-1/+5
2023-04-20wifi: rtw88: rtw8821c: Fix rfe_option field widthSascha Hauer1-2/+1
2023-04-20wifi: rtw88: usb: fix priority queue to endpoint mappingSascha Hauer1-23/+47
2023-04-20wifi: rtw88: 8822c: add iface combinationPo-Hao Huang1-0/+25
2023-04-20wifi: rtw88: handle station mode concurrent scan with AP modePo-Hao Huang4-2/+55
2023-04-20wifi: rtw88: prevent scan abort with other VIFsPo-Hao Huang3-5/+8
2023-04-20wifi: rtw88: refine reserved page flow for AP modePo-Hao Huang2-0/+6
2023-04-20wifi: rtw88: disallow PS during AP modePo-Hao Huang3-1/+15
2023-04-20wifi: rtw88: 8822c: extend reserved page numberPo-Hao Huang6-1/+6
2023-04-20wifi: rtw88: add port switch for AP modePo-Hao Huang3-0/+81
2023-04-20wifi: rtw88: add bitmap for dynamic port settingsPo-Hao Huang3-3/+21
2023-04-20wifi: rtw89: mac: use regular int as return type of DLE buffer requestPing-Ke Shih4-19/+19
2023-04-20wifi: iwlwifi: mvm: fix RFKILL report when driver is going downAvraham Stern3-9/+14
2023-04-20wifi: iwlwifi: mei: re-ask for ownership after it was taken by CSMEAvraham Stern1-1/+26
2023-04-20wifi: iwlwifi: mei: make mei filtered scan more aggressiveAvraham Stern1-2/+14
2023-04-20wifi: iwlwifi: modify scan request and results when in link protectionAvraham Stern4-2/+107
2023-04-20wifi: iwlwifi: mvm: enable support for MLO APIsGregory Greenman1-0/+5
2023-04-20wifi: iwlwifi: mvm: prefer RCU_INIT_POINTER()Johannes Berg2-3/+3
2023-04-20wifi: iwlwifi: mvm: fix potential memory leakJohannes Berg1-7/+7
2023-04-20wifi: iwlwifi: fw: fix argument to efi.get_variableAlon Giladi1-1/+1
2023-04-20wifi: iwlwifi: mvm: fix MIC removal confusionJohannes Berg1-23/+5
2023-04-20wifi: iwlwifi: fw: fix memory leak in debugfsJohannes Berg1-1/+3
2023-04-20wifi: iwlwifi: Update support for b0 versionMukesh Sisodiya3-5/+90
2023-04-19Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski3-15/+1
2023-04-19net: micrel: Update the list of supported physHoratiu Vultur1-2/+2
2023-04-19net: stmmac: dwmac-meson8b: Avoid cast to incompatible function typeSimon Horman1-2/+6
2023-04-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-6/+11
2023-04-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-3/+6
2023-04-19e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-04-19bnxt_en: fix free-runnig PHC modeVadim Fedorenko1-1/+1
2023-04-19net: dsa: mt7530: fix support for MT7531BEDaniel Golle3-10/+16
2023-04-19net: dsa: microchip: ksz8795: Correctly handle huge frame configurationChristophe JAILLET1-1/+1
2023-04-19wifi: ath11k: Remove disabling of 80+80 and 160 MHzMuna Sinada2-5/+2
2023-04-19wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...Toke Høiland-Jørgensen1-3/+1
2023-04-19wifi: ath11k: Fix SKB corruption in REO destination ringNagarajan Maran1-3/+6
2023-04-19wifi: ath11k: Fix incorrect update of radiotap fieldsPradeep Kumar Chitrapu2-3/+3
2023-04-19wifi: ath11k: fix tx status reporting in encap offload modePradeep Kumar Chitrapu3-1/+37
2023-04-19wifi: ath11k: add peer mac information in failure casesHarshitha Prem1-6/+10
2023-04-19wifi: ath11k: Prevent REO cmd failuresHarshitha Prem2-1/+2
2023-04-19wifi: ath11k: fix double free of peer rx_tid during reo cmd failureHarshitha Prem1-12/+31
2023-04-19stmmac: fix changing mac addressCorinna Vinschen1-0/+2
2023-04-19hamradio: drop ISA_DMA_API dependencyArnd Bergmann1-1/+1
2023-04-19mlxsw: pci: Fix possible crash during initializationIdo Schimmel1-1/+1
2023-04-19net: phy: marvell: Implement led_blink_set()Andrew Lunn1-0/+36
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn1-0/+18
2023-04-19net: phy: marvell: Add software control of the LEDsAndrew Lunn1-5/+40
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn1-3/+12
2023-04-19net: phy: Add a binding for PHY LEDsAndrew Lunn2-0/+77
2023-04-19net: dsa: qca8k: add LEDs blink_set() supportChristian Marangi1-0/+38
2023-04-19net: dsa: qca8k: add LEDs basic supportChristian Marangi6-0/+331
2023-04-19net: dsa: qca8k: move qca8k_port_to_phy() to headerChristian Marangi2-15/+14
2023-04-19net: wwan: Expose secondary AT port on DATA1Jaime Breva1-0/+1
2023-04-19wifi: mt76: mt7996: fill txd by host driverRyder Lee1-9/+4
2023-04-19wifi: mt76: set NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 on supported driversFelix Fietkau4-0/+4
2023-04-19wifi: mt76: dma: use napi_build_skbFelix Fietkau1-1/+1
2023-04-19wifi: mt76: mt7615: increase eeprom size for mt7663Felix Fietkau3-2/+8
2023-04-19wifi: mt76: mt7996: enable mesh HW amsdu/de-amsdu supportRyder Lee5-9/+27
2023-04-19wifi: mt76: mt7996: enable configured beacon tx rateRyder Lee3-6/+24
2023-04-19wifi: mt76: mt7996: enable BSS_CHANGED_MCAST_RATE supportRyder Lee4-4/+18
2023-04-19wifi: mt76: mt7996: enable BSS_CHANGED_BASIC_RATES supportRyder Lee7-32/+84
2023-04-19net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete()Seiji Nishikawa1-1/+1
2023-04-19net/mlx5e: RX, Add XDP multi-buffer support in Striding RQTariq Toukan5-57/+136
2023-04-19net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer supportTariq Toukan1-4/+47
2023-04-19net/mlx5e: RX, Generalize mlx5e_fill_mxbuf()Tariq Toukan1-5/+8
2023-04-19net/mlx5e: RX, Take shared info fragment addition into a functionTariq Toukan1-25/+31
2023-04-19net/mlx5e: XDP, Allow non-linear single-segment frames in XDP TX MPWQETariq Toukan1-9/+26
2023-04-19net/mlx5e: XDP, Remove un-established assumptions on XDP bufferTariq Toukan2-18/+22
2023-04-19net/mlx5e: XDP, Consider large muti-buffer packets in Striding RQ params calc...Tariq Toukan1-4/+7
2023-04-19net/mlx5e: XDP, Let XDP checker function get the params as inputTariq Toukan1-13/+8
2023-04-19net/mlx5e: XDP, Improve Striding RQ check with XDPTariq Toukan1-14/+9
2023-04-19net/mlx5e: XDP, Add support for multi-buffer XDP redirect-inTariq Toukan3-17/+75
2023-04-19net/mlx5e: XDP, Use multiple single-entry objects in xdpi_fifoTariq Toukan5-50/+101
2023-04-19net/mlx5e: XDP, Remove doubtful unlikely callsTariq Toukan1-5/+5
2023-04-19net/mlx5e: Introduce extended version for mlx5e_xmit_dataTariq Toukan5-34/+44
2023-04-19net/mlx5e: Move struct mlx5e_xmit_data to datapath headerTariq Toukan2-6/+7
2023-04-19net/mlx5e: Move XDP struct and enum to XDP headerTariq Toukan2-35/+35
2023-04-19bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel1-3/+4
2023-04-19wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtraceHans de Goede1-1/+4
2023-04-18net: ethernet: stmmac: dwmac-sti: remove stih415/stih416/stid127Alain Volmat1-59/+1