summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-07-17Merge tag 'thermal-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-07-16Merge tag 'timers-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-4/+11
2024-07-15Merge branch 'thermal-core'Rafael J. Wysocki1-1/+1
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner137-949/+2044
2024-07-13bnxt_en: Fix crash in bnxt_get_max_rss_ctx_ring()Michael Chan1-0/+3
2024-07-12thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callbackRafael J. Wysocki1-1/+1
2024-07-12octeontx2-af: fix issue with IPv4 match for RSSSatheesh Paul1-3/+4
2024-07-12octeontx2-af: fix issue with IPv6 ext match for RSSKiran Kumar K1-1/+4
2024-07-12octeontx2-af: fix detection of IP layerMichal Mazur1-2/+6
2024-07-12octeontx2-af: fix a issue with cpt_lf_alloc mailboxSrujana Challa1-1/+1
2024-07-12octeontx2-af: replace cpt slot with lf id on reg writeNithin Dabilpuram1-7/+16
2024-07-12i40e: fix: remove needless retries of NVM updateAleksandr Loktionov1-4/+0
2024-07-11net: ks8851: Fix potential TX stall after interface reopenRonald Wahl1-1/+1
2024-07-11ppp: reject claimed-as-LCP but actually malformed packetsDmitry Antipov1-0/+15
2024-07-11net: ethernet: mtk-star-emac: set mac_managed_pm when probingJian Hui Lee1-0/+7
2024-07-11e1000e: fix force smbus during suspend flowVitaly Lifshits1-20/+53
2024-07-10net: ethernet: lantiq_etop: fix double free in detachAleksander Jan Bajkowski1-2/+2
2024-07-10i40e: Fix XDP program unloading while removing the driverMichal Kubiak1-5/+4
2024-07-09net: ks8851: Fix deadlock with the SPI chip variantRonald Wahl2-6/+6
2024-07-09octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_avai...Aleksandr Mishin1-1/+1
2024-07-09bnxt: fix crashes when reducing ring count with active RSS contextsJakub Kicinski3-0/+22
2024-07-09net: phy: microchip: lan87xx: reinit PHY after cable testOleksij Rempel1-1/+1
2024-07-06wireguard: send: annotate intentional data race in checking empty queueJason A. Donenfeld1-1/+1
2024-07-06wireguard: queueing: annotate intentional data race in cpu round robinJason A. Donenfeld1-2/+2
2024-07-06wireguard: allowedips: avoid unaligned 64-bit memory accessesHelge Deller1-2/+2
2024-07-06net: bcmasp: Fix error code in probe()Dan Carpenter1-0/+1
2024-07-05dsa: lan9303: Fix mapping between DSA port number and PHY addressChristian Eggers1-13/+10
2024-07-04bnxt_en: Fix the resource check condition for RSS contextsPavan Chebbi1-1/+5
2024-07-04mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI ...Aleksandr Mishin1-0/+1
2024-07-04Merge tag 'wireless-2024-07-04' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski4-21/+19
2024-07-04ice: use proper macro for testing bitPetr Oros1-1/+1
2024-07-04ice: Reject pin requests with unsupported flagsJacob Keller2-16/+23
2024-07-04ice: Don't process extts if PTP is disabledJacob Keller1-0/+4
2024-07-04ice: Fix improper extts handlingMilena Olech2-22/+91
2024-07-04bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()Sam Sun1-3/+3
2024-07-04net: rswitch: Avoid use-after-free in rswitch_poll()Radu Rendec1-2/+2
2024-07-03wifi: iwlwifi: mvm: check vif for NULL/ERR_PTR before dereferenceMiri Korenblit3-4/+6
2024-07-03wifi: iwlwifi: mvm: avoid link lookup in statisticsJohannes Berg1-7/+6
2024-07-03wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILLEmmanuel Grumbach2-8/+4
2024-07-03wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCKDaniel Gabay1-1/+1
2024-07-03wifi: wilc1000: fix ies_len type in connect pathJozef Hopko1-1/+2
2024-07-03net: stmmac: enable HW-accelerated VLAN stripping for gmac4 onlyFurong Xu1-3/+4
2024-07-03net: ntb_netdev: Move ntb_netdev_rx_handler() to call netif_rx() from __netif...Dave Jiang1-1/+1
2024-07-03net: phy: aquantia: add missing include guardsBartosz Golaszewski1-0/+5
2024-07-02net: txgbe: free isb resources at the right timeJiawen Wu3-4/+9
2024-07-02net: txgbe: add extra handle for MSI/INTx into thread irq handleJiawen Wu1-5/+39
2024-07-02net: txgbe: remove separate irq request for MSI and INTxJiawen Wu6-76/+15
2024-07-02net: txgbe: initialize num_q_vectors for MSI/INTx interruptsJiawen Wu1-0/+1
2024-07-02net: stmmac: dwmac-qcom-ethqos: fix error array sizeYijie Yang1-1/+1
2024-07-02e1000e: Fix S0ix residency on corporate systemsDima Ruinskiy1-66/+66