summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-02ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski5-100/+82
2024-02-02ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski5-63/+60
2024-02-02octeontx2-af: Cleanup loopback device checksGeetha sowjanya5-19/+33
2024-02-02octeontx2-af: Create BPIDs free poolGeetha sowjanya5-34/+149
2024-02-02net: phy: dp83867: Add support for active-low LEDsAlexander Stein1-0/+22
2024-02-02net: mdio: ipq4019: add support for clock-frequency propertyChristian Marangi1-6/+103
2024-02-02net: ipa: kill ipa_power_modem_queue_wake()Alex Elder3-20/+1
2024-02-02net: ipa: kill ipa_power_modem_queue_active()Alex Elder3-23/+6
2024-02-02net: ipa: kill ipa_power_modem_queue_stop()Alex Elder3-18/+6
2024-02-02net: ipa: kill the IPA power STOPPED flagAlex Elder1-35/+5
2024-02-02net: ipa: kill the STARTED IPA power flagAlex Elder1-33/+14
2024-02-02net: ipa: begin simplifying TX queue stopAlex Elder2-31/+54
2024-02-02net: ipa: stash modem TX and RX endpointsAlex Elder1-19/+30
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski164-1093/+2066
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds28-183/+356
2024-02-01Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-70/+134
2024-02-01Merge tag 'firewire-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+13
2024-02-01Merge tag 'spi-fix-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+8
2024-02-01Merge tag 'regulator-fix-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+63
2024-02-01Merge tag 'v6.8-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-4/+11
2024-02-01idpf: avoid compiler padding in virtchnl2_ptype structPavan Kumar Linga1-1/+1
2024-02-01hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti1-1/+4
2024-02-01xen-netback: properly sync TX responsesJan Beulich1-44/+40
2024-02-01net/mlx5: DPLL, Implement lock status error valueJiri Pirko1-0/+23
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko4-9/+20
2024-02-01octeontx2-pf: Remove xdp queues on program detachGeetha sowjanya3-7/+4
2024-02-01net: ena: Reduce lines with longer column width boundaryDavid Arinzon4-260/+151
2024-02-01net: ena: handle ena_calc_io_queue_size() possible errorsDavid Arinzon1-3/+21
2024-02-01net: ena: Change default print level for netif_ printsDavid Arinzon1-2/+2
2024-02-01net: ena: Relocate skb_tx_timestamp() to improve time stamping accuracyDavid Arinzon1-2/+2
2024-02-01net: ena: Add more information on TX timeoutsDavid Arinzon2-14/+64
2024-02-01net: ena: Change error print during ena_device_init()David Arinzon1-1/+2
2024-02-01net: ena: Remove CQ tail pointer updateDavid Arinzon5-39/+2
2024-02-01net: ena: Enable DIM by defaultDavid Arinzon1-0/+6
2024-02-01net: ena: Minor cosmetic changesDavid Arinzon1-4/+2
2024-02-01net: ena: Remove an unused fieldDavid Arinzon2-4/+0
2024-02-01net: mana: Assigning IRQ affinity on HT coresSouradeep Chakrabarti1-11/+50
2024-02-01net: mana: add a function to spread IRQs per CPUsYury Norov1-0/+29
2024-02-01firewire: core: search descriptor leaf just after vendor directory entry in r...Takashi Sakamoto1-1/+10
2024-02-01firewire: core: correct documentation of fw_csr_string() kernel APITakashi Sakamoto1-4/+3
2024-02-01net: dsa: Add KSZ8567 switch supportPhilippe Schenker4-1/+52
2024-02-01pds_core: Rework teardown/setup flow to be more commonBrett Creeley5-18/+9
2024-02-01pds_core: Clear BARs on resetBrett Creeley6-11/+45
2024-02-01pds_core: Prevent race issues involving the adminqBrett Creeley3-6/+47
2024-02-01pds_core: Use struct pdsc for the pdsc_adminq_isr private dataBrett Creeley2-3/+4
2024-02-01pds_core: Cancel AQ work on teardownBrett Creeley1-0/+2
2024-02-01pds_core: Prevent health thread from running during reset/removeBrett Creeley1-2/+17
2024-02-01net: phy: qcom: detach qca808x PHY driver from at803xChristian Marangi4-896/+942
2024-02-01net: phy: qcom: move additional functions to shared libraryChristian Marangi3-425/+463
2024-02-01net: phy: qcom: deatch qca83xx PHY driver from at803xChristian Marangi4-238/+284