summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-0432-198/+460
|\
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-04-044-18/+16
| |\
| | * idpf: fix kernel panic on unknown packet typesJoshua Hay2024-04-031-2/+2
| | * ice: fix enabling RX VLAN filteringPetr Oros2024-04-031-10/+8
| | * ice: Fix freeing uninitialized pointersDan Carpenter2024-04-032-6/+6
| * | net: usb: ax88179_178a: avoid the interface always configured as random addressJose Ignacio Tornos Martinez2024-04-041-0/+2
| * | net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45()Christophe JAILLET2024-04-041-1/+1
| * | net: ravb: Always update error countersPaul Barker2024-04-041-8/+9
| * | net: ravb: Always process TX descriptor ringPaul Barker2024-04-041-2/+5
| * | Revert "tg3: Remove residual error handling in tg3_suspend"Paolo Abeni2024-04-041-4/+26
| * | tg3: Remove residual error handling in tg3_suspendNikita Kiryushin2024-04-041-26/+4
| * | net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang2024-04-031-1/+1
| * | net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestampingHoratiu Vultur2024-04-031-2/+8
| * | net: stmmac: fix rx queue priority assignmentPiotr Wejman2024-04-032-16/+62
| * | net: txgbe: fix i2c dev name cannot match clkdevDuanqiang Wen2024-04-031-3/+5
| * | net: fec: Set mac_managed_pm during probeWei Fang2024-04-031-2/+9
| |/
| * net: bcmgenet: Reset RBUF on first openPhil Elwell2024-04-031-4/+12
| * octeontx2-af: Add array index checkAleksandr Mishin2024-04-031-0/+2
| * r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit2024-04-021-0/+9
| * i40e: Fix VF MAC filter removalIvan Vecera2024-04-011-5/+6
| * net: phy: micrel: Fix potential null pointer dereferenceAleksandr Mishin2024-04-011-5/+16
| * r8169: skip DASH fw status checks when DASH is disabledAtlas Yu2024-03-291-4/+27
| * octeontx2-pf: check negative error code in otx2_open()Su Hui2024-03-291-1/+1
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-03-296-41/+93
| |\
| | * i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov2024-03-261-18/+16
| | * i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov2024-03-261-2/+5
| | * i40e: Enforce software interrupt during busy-poll exitIvan Vecera2024-03-265-21/+72
| * | net: dsa: mv88e6xxx: fix usable ports on 88e6020Michael Krummsdorf2024-03-291-1/+5
| * | mlxbf_gige: stop interface during shutdownDavid Thompson2024-03-291-2/+8
| * | octeontx2-af: Fix issue with loading coalesced KPU profilesHariprasad Kelam2024-03-291-1/+1
| * | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-03-285-81/+161
| |\ \
| | * | e1000e: move force SMBUS from enable ulp function to avoid PHY loss issueVitaly Lifshits2024-03-272-19/+18
| | * | e1000e: Workaround for sporadic MDI error on Meteor Lake systemsVitaly Lifshits2024-03-274-69/+150
| * | | xen-netfront: Add missing skb_mark_for_recycleJesper Dangaard Brouer2024-03-281-0/+1
* | | | Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-311-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-311-1/+1
* | | | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-2833-136/+243
|\ \ \ \ | |/ / / |/| | |
| * | | Octeontx2-af: fix pause frame configuration in GMP modeHariprasad Kelam2024-03-281-0/+5
| * | | net: lan743x: Add set RFE read fifo threshold for PCI1x1x chipsRaju Lakkaraju2024-03-282-0/+22
| * | | net: bcmasp: Remove phy_{suspend/resume}Justin Chen2024-03-281-14/+1
| * | | net: bcmasp: Bring up unimac after PHY link upJustin Chen2024-03-281-9/+19
| * | | net: phy: qcom: at803x: fix kernel panic with at8031_probeChristian Marangi2024-03-281-1/+3
| * | | Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-03-2712-53/+105
| |\ \ \ | | |/ / | |/| |
| | * | wifi: iwlwifi: mvm: include link ID when releasing framesBenjamin Berg2024-03-251-12/+8
| | * | wifi: iwlwifi: mvm: handle debugfs names more carefullyJohannes Berg2024-03-251-4/+7
| | * | wifi: iwlwifi: mvm: guard against invalid STA ID on removalBenjamin Berg2024-03-251-1/+6
| | * | wifi: iwlwifi: read txq->read_ptr under lockJohannes Berg2024-03-251-1/+1
| | * | wifi: iwlwifi: fw: don't always use FW dump trigJohannes Berg2024-03-251-7/+8
| | * | wifi: iwlwifi: mvm: rfi: fix potential response leaksJohannes Berg2024-03-251-2/+6
| | * | wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FWIlan Peer2024-03-253-14/+56