summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-05tsnep: Add helper for RX XDP_RING_NEED_WAKEUP flagGerhard Engleder1-12/+11
2024-02-04tun: Implement ethtool's get_channels() callbackYunjian Wang1-0/+10
2024-02-04r8169: add support for RTL8126AHeiner Kallweit3-24/+89
2024-02-04net: micrel: Fix the frequency adjustmentsHoratiu Vultur1-2/+8
2024-02-03net: phy: qcom: qca808x: default to LED active High if not setChristian Marangi1-0/+10
2024-02-03net: phy: qcom: qca808x: fix logic error in LED brightness setChristian Marangi1-2/+2
2024-02-03r8169: simplify EEE handlingHeiner Kallweit1-28/+4
2024-02-03net: phy: realtek: add support for RTL8126A-integrated 5Gbps PHYHeiner Kallweit1-0/+10
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