summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-05-198-366/+142
|\
| * ice: Remove LAG+SRIOV mutual exclusionDave Ertman2023-05-175-91/+0
| * ice: update PHY type to ethtool link mode mappingPaul Greenwalt2023-05-171-19/+19
| * ice: refactor PHY type to ethtool link modePaul Greenwalt2023-05-173-274/+141
| * ice: update ICE_PHY_TYPE_HIGH_MAX_INDEXPaul Greenwalt2023-05-171-1/+1
* | net: sfp: add support for rate selectionRussell King (Oracle)2023-05-191-24/+188
* | net: sfp: add support for setting signalling rateRussell King (Oracle)2023-05-194-0/+50
* | net: sfp: change st_mutex lockingRussell King (Oracle)2023-05-191-14/+42
* | net: sfp: move sm_mutex into sfp_check_state()Russell King (Oracle)2023-05-191-9/+14
* | net: sfp: swap order of rtnl and st_mutex locksRussell King (Oracle)2023-05-191-2/+2
* | net: sfp: move rtnl lock to cover reading stateRussell King (Oracle)2023-05-191-1/+1
* | net: sfp: add helper to modify signal statesRussell King (Oracle)2023-05-191-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-18152-630/+1305
|\ \
| * \ Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-1881-247/+575
| |\ \
| | * \ Merge tag 'linux-can-fixes-for-6.4-20230518' of git://git.kernel.org/pub/scm/...Paolo Abeni2023-05-181-22/+29
| | |\ \
| | | * | can: kvaser_pciefd: Disable interrupts in probe error pathJimmy Assarsson2023-05-171-0/+2
| | | * | can: kvaser_pciefd: Do not send EFLUSH command on TFD interruptJimmy Assarsson2023-05-171-17/+4
| | | * | can: kvaser_pciefd: Empty SRB buffer in probeJimmy Assarsson2023-05-171-0/+15
| | | * | can: kvaser_pciefd: Call request_irq() before enabling interruptsJimmy Assarsson2023-05-171-5/+5
| | | * | can: kvaser_pciefd: Clear listen-only bit if not explicitly requestedJimmy Assarsson2023-05-171-0/+2
| | | * | can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()Jimmy Assarsson2023-05-171-0/+1
| | * | | Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-05-1834-99/+186
| | |\ \ \
| | | * | | wifi: b43: fix incorrect __packed annotationArnd Bergmann2023-05-172-2/+2
| | | * | | wifi: rtw88: sdio: Always use two consecutive bytes for word operationsMartin Blumenstingl2023-05-171-8/+0
| | | * | | mac80211_hwsim: fix memory leak in hwsim_new_radio_nlZhengchao Shao2023-05-161-1/+2
| | | * | | wifi: iwlwifi: mvm: Add locking to the rate read flowAriel Malamud2023-05-161-0/+3
| | | * | | wifi: iwlwifi: Don't use valid_links to iterate sta linksMiri Korenblit2023-05-161-30/+22
| | | * | | wifi: iwlwifi: mvm: don't trust firmware n_channelsJohannes Berg2023-05-161-0/+10
| | | * | | wifi: iwlwifi: mvm: fix OEM's name in the tas approved listAlon Giladi2023-05-161-1/+1
| | | * | | wifi: iwlwifi: fix OEM's name in the ppag approved listAlon Giladi2023-05-161-1/+1
| | | * | | wifi: iwlwifi: mvm: fix initialization of a return valueMukesh Sisodiya2023-05-161-1/+1
| | | * | | wifi: iwlwifi: mvm: fix access to fw_id_to_mac_idGregory Greenman2023-05-164-2/+22
| | | * | | wifi: iwlwifi: fw: fix DBGI dumpJohannes Berg2023-05-161-8/+11
| | | * | | wifi: iwlwifi: mvm: fix number of concurrent link checksJohannes Berg2023-05-162-9/+12
| | | * | | wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlockJohannes Berg2023-05-161-1/+1
| | | * | | wifi: iwlwifi: mvm: don't double-init spinlockJohannes Berg2023-05-161-5/+5
| | | * | | wifi: iwlwifi: mvm: always free dup_dataJohannes Berg2023-05-163-5/+3
| | | * | | wifi: iwlwifi: mvm: rfi: disable RFI featureGregory Greenman2023-05-163-5/+15
| | | * | | wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR valueYun Lu2023-05-152-1/+4
| | | * | | wifi: brcmfmac: Check for probe() id argument being NULLHans de Goede2023-05-153-0/+27
| | | * | | wifi: rtw88: correct qsel_to_ep[] type as intPing-Ke Shih2023-05-151-1/+1
| | | * | | wifi: rtw88: use work to update rate to avoid RCU warningPing-Ke Shih2023-05-123-1/+19
| | | * | | wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by access null pagePing-Ke Shih2023-05-123-14/+20
| | | * | | wifi: mt76: connac: fix stats->tx_bytes calculationRyder Lee2023-05-122-2/+3
| | | * | | wifi: mt76: mt7996: fix endianness of MT_TXD6_TX_RATERyder Lee2023-05-121-1/+1
| | * | | | net: isa: include net/Space.hArnd Bergmann2023-05-186-1/+9
| | * | | | net: wwan: t7xx: Ensure init is completed before system sleepKai-Heng Feng2023-05-172-0/+19
| | * | | | net: pcs: xpcs: fix C73 AN not getting enabledVladimir Oltean2023-05-171-1/+1
| | * | | | net: wwan: iosm: fix NULL pointer dereference when removing deviceM Chetan Kumar2023-05-173-12/+33
| | * | | | igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov2023-05-171-2/+2