summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-08165-900/+1764
|\
| * Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-0846-219/+464
| |\
| | * net: dsa: microchip: provide a list of valid protocols for xmit handlerSean Nyekjaer2023-12-071-4/+12
| | * nfp: flower: fix for take a mutex lock in soft irq context and rcu lockHui Zhou2023-12-071-32/+95
| | * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-12-076-24/+14
| | |\
| | | * iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2023-12-052-11/+2
| | | * i40e: Fix unexpected MFS warning messageIvan Vecera2023-12-051-1/+1
| | | * ice: Restore fix disabling RX VLAN filteringMarcin Szycik2023-12-051-3/+8
| | | * ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2023-12-052-9/+3
| | * | net: dsa: mv88e6xxx: Restore USXGMII support for 6393XTobias Waldekranz2023-12-071-2/+29
| | * | leds: trigger: netdev: fix RTNL handling to prevent potential deadlockHeiner Kallweit2023-12-061-4/+7
| | * | octeontx2-af: Update Tx link register rangeRahul Bhansali2023-12-061-2/+2
| | * | octeontx2-af: Add missing mcs flr handler callGeetha sowjanya2023-12-061-0/+3
| | * | octeontx2-af: Fix mcs stats register addressGeetha sowjanya2023-12-062-6/+29
| | * | octeontx2-af: Fix mcs sa cam entries sizeGeetha sowjanya2023-12-061-1/+1
| | * | octeontx2-af: Adjust Tx credits when MCS external bypass is disabledNithin Dabilpuram2023-12-065-1/+25
| | * | net: hns: fix fake link up on xge portYonglong Liu2023-12-061-0/+29
| | * | net: hns: fix wrong head when modify the tx feature when sending packetsYonglong Liu2023-12-062-23/+33
| | * | net: atlantic: Fix NULL dereference of skb pointer inDaniil Maximov2023-12-063-13/+19
| | * | r8152: add vendor/device ID pair for ASUS USB-C2500Kelly Kane2023-12-061-0/+1
| | * | ionic: Fix dim work handling in split interrupt modeBrett Creeley2023-12-061-8/+8
| | * | ionic: fix snprintf format length warningShannon Nelson2023-12-061-1/+1
| | * | net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu2023-12-061-0/+1
| | * | net: veth: fix packet segmentation in veth_convert_skb_to_xdp_buffLorenzo Bianconi2023-12-061-1/+2
| | |/
| | * octeontx2-af: fix a use-after-free in rvu_npa_register_reportersZhipeng Lu2023-12-051-4/+1
| | * net: stmmac: fix FPE events losingJianheng Zhang2023-12-056-30/+35
| | * octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt coa...Naveen Mamindlapalli2023-12-052-10/+19
| | * arcnet: restoring support for multiple Sohard Arcnet cardsThomas Reichinger2023-12-052-43/+48
| | * r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en()Douglas Anderson2023-12-041-0/+2
| | * r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1()Douglas Anderson2023-12-041-0/+2
| | * r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash()Douglas Anderson2023-12-041-0/+2
| | * r8152: Add RTL8152_INACCESSIBLE checks to more loopsDouglas Anderson2023-12-041-0/+8
| | * r8152: Hold the rtnl_lock for all of resetDouglas Anderson2023-12-041-6/+7
| | * r8169: fix rtl8125b PAUSE frames blasting when suspendedChunHao Lin2023-12-021-1/+6
| | * hv_netvsc: rndis_filter needs to select NLSRandy Dunlap2023-12-021-0/+1
| | * net/tg3: fix race condition in tg3_reset_task()Thinh Tran2023-12-021-1/+10
| | * octeontx2-af: Check return value of nix_get_nixlf before using nixlfSubbaraya Sundeep2023-12-011-1/+7
| | * octeontx2-pf: Add missing mutex lock in otx2_get_pauseparamSubbaraya Sundeep2023-12-011-1/+5
| * | Merge tag 'regmap-fix-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-12-071-2/+1
| |\ \
| | * | regmap: fix bogus error on regcache_sync successMatthias Reichl2023-12-041-2/+1
| * | | Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-12-071-2/+3
| |\ \ \
| | * | | of: dynamic: Fix of_reconfig_get_state_change() return value documentationLuca Ceresoli2023-11-271-2/+3
| * | | | Merge tag 'platform-drivers-x86-v6.7-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-12-078-41/+150
| |\ \ \ \
| | * | | | platform/mellanox: Check devm_hwmon_device_register_with_groups() return valueKunwu Chan2023-12-041-0/+2
| | * | | | platform/mellanox: Add null pointer checks for devm_kasprintf()Kunwu Chan2023-12-041-0/+12
| | * | | | mlxbf-bootctl: correctly identify secure boot with development keysDavid Thompson2023-12-041-13/+26
| | * | | | platform/x86: wmi: Skip blocks with zero instancesArmin Wolf2023-11-301-0/+5
| | * | | | platform/surface: aggregator: fix recv_buf() return valueFrancesco Dolcini2023-11-291-1/+4
| | * | | | platform/x86: asus-wmi: disable USB0 hub on ROG Ally before suspendLuke D. Jones2023-11-281-0/+50
| | * | | | platform/x86: asus-wmi: Filter Volume key presses if also reported via atkbdHans de Goede2023-11-231-0/+23