aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-29net: alacritech: Switch to use dev_err_probe()Yang Ruibin1-20/+14
2024-08-29net: hns: Use IS_ERR_OR_NULL() helper functionHongbo Li1-1/+1
2024-08-29net: dsa: realtek: make use of dev_err_cast_probe()Hongbo Li1-5/+3
2024-08-29net: ipa: make use of dev_err_cast_probe()Hongbo Li1-5/+2
2024-08-29net: vertexcom: mse102x: Use ETH_ZLENStefan Wahren1-2/+2
2024-08-29net: vertexcom: mse102x: Drop log message on removeStefan Wahren1-3/+0
2024-08-29net: vertexcom: mse102x: Fix random MAC address logStefan Wahren1-2/+2
2024-08-29net: vertexcom: mse102x: Silence TX timeoutStefan Wahren1-1/+1
2024-08-29net: vertexcom: mse102x: Use DEFINE_SIMPLE_DEV_PM_OPSStefan Wahren1-5/+2
2024-08-29Merge branch 'thermal-core'Rafael J. Wysocki1-84/+31
2024-08-29dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig1-5/+1
2024-08-28net: hisilicon: hns_mdio: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-08-28net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()Krzysztof Kozlowski1-0/+1
2024-08-28net: hisilicon: hip04: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-08-28net: dsa: mv88e6xxx: Remove stale commentAndy Shevchenko1-1/+1
2024-08-28net: netvsc: Update default VMBus channelsErni Sri Satya Vennela2-2/+3
2024-08-28net: ftgmac100: Get link speed and duplex for NC-SIJacky Chou1-2/+26
2024-08-28net/xen-netback: prevent UAF in xenvif_flush_hash()Jeongjun Park1-3/+2
2024-08-28Merge tag 'wireless-2024-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski12-35/+157
2024-08-28ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski1-0/+7
2024-08-28igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li1-0/+10
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner1-0/+6
2024-08-27Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-102/+119
2024-08-27net: dsa: microchip: Add KSZ8895/KSZ8864 switch supportTristram Ha5-16/+176
2024-08-27net: mana: Implement get_ringparam/set_ringparam for manaShradha Gupta2-11/+90
2024-08-27net: phy: vitesse: implement MDI-X configuration in vsc73xxPawel Dembicki1-0/+93
2024-08-27net: airoha: fix module autoloadingLiao Chen1-0/+1
2024-08-27net: ag71xx: fix module autoloadingLiao Chen1-0/+1
2024-08-27net: dm9051: fix module autoloadingLiao Chen1-0/+1
2024-08-27net: txgbe: use pci_dev_id() helperYu Liao1-2/+1
2024-08-27gtp: fix a potential NULL pointer dereferenceCong Wang1-1/+1
2024-08-27net: ag71xx: support probe defferal for getting MAC addressRosen Penev1-0/+2
2024-08-27net: liquidio: Remove unused declarationsYue Haibing5-15/+0
2024-08-27net: thunderx: Remove unused declarationsYue Haibing2-4/+0
2024-08-27ethernet: stmmac: dwmac-rk: Add GMAC support for RK3576David Wu1-0/+156
2024-08-27ethernet: stmmac: dwmac-rk: Fix typo for RK3588 codeDetlev Casanova1-4/+4
2024-08-27bonding: change ipsec_lock from spin lock to mutexJianbo Liu1-36/+43
2024-08-27bonding: extract the use of real_device into local variableJianbo Liu1-25/+33
2024-08-27bonding: implement xdo_dev_state_free and call it after deletionJianbo Liu1-0/+36
2024-08-27net: ethernet: ti: am65-cpsw-nuss: Replace of_node_to_fwnode() with more suit...Andy Shevchenko1-1/+1
2024-08-27netkit: Disable netpoll supportDaniel Borkmann1-0/+1
2024-08-27ionic: Prevent tx_timeout due to frequent doorbell ringingBrett Creeley2-2/+2
2024-08-27wifi: iwlwifi: mvm: allow ESR when we the ROC expiresEmmanuel Grumbach1-8/+6
2024-08-27wifi: iwlwifi: mvm: avoid NULL pointer dereferenceMiri Korenblit1-5/+7
2024-08-27wifi: iwlwifi: allow only CN mcc from WRDDAnjaneyulu4-3/+8
2024-08-27wifi: iwlwifi: mvm: drop wrong STA selection in TXJohannes Berg1-13/+3
2024-08-27wifi: iwlwifi: bump FW API to 93 for BZ/SC devicesMiri Korenblit2-2/+2
2024-08-27wifi: iwlwifi: mvm: cleanup iwl_mvm_get_wd_timeoutMiri Korenblit4-61/+22
2024-08-27wifi: iwlwifi: use default command queue watchdog timeoutMiri Korenblit4-9/+3
2024-08-27wifi: iwlwifi: mvm: handle the new EML OMN failure notificationEmmanuel Grumbach4-2/+47