summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-10atm: solos-pci: Fix potential deadlock on &cli_queue_lockChengfeng Ye1-2/+2
2023-12-09bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logicMichael Chan2-4/+24
2023-12-09bnxt_en: Fix wrong return value check in bnxt_close_nic()Kalesh AP5-34/+16
2023-12-09bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()Sreekanth Reddy1-1/+2
2023-12-09bnxt_en: Clear resource reservation during resumeSomnath Kotur1-0/+2
2023-12-09qca_spi: Fix reset behaviorStefan Wahren1-1/+7
2023-12-09qca_debug: Fix ethtool -G iface tx behaviorStefan Wahren1-3/+5
2023-12-09qca_debug: Prevent crash on TX ring changesStefan Wahren2-5/+16
2023-12-09octeon_ep: initialise control mbox tasks before using APIsShinas Rasheed1-9/+13
2023-12-08team: Fix use-after-free when an option instance allocation failsFlorent Revest1-1/+3
2023-12-08Merge tag 'mlx5-fixes-2023-12-04' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller15-309/+578
2023-12-08Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds46-219/+464
2023-12-07Merge tag 'regmap-fix-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2023-12-07Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2023-12-07Merge tag 'platform-drivers-x86-v6.7-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-41/+150
2023-12-07net: dsa: microchip: provide a list of valid protocols for xmit handlerSean Nyekjaer1-4/+12
2023-12-07nfp: flower: fix for take a mutex lock in soft irq context and rcu lockHui Zhou1-32/+95
2023-12-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-24/+14
2023-12-07net: dsa: mv88e6xxx: Restore USXGMII support for 6393XTobias Waldekranz1-2/+29
2023-12-06leds: trigger: netdev: fix RTNL handling to prevent potential deadlockHeiner Kallweit1-4/+7
2023-12-06octeontx2-af: Update Tx link register rangeRahul Bhansali1-2/+2
2023-12-06octeontx2-af: Add missing mcs flr handler callGeetha sowjanya1-0/+3
2023-12-06octeontx2-af: Fix mcs stats register addressGeetha sowjanya2-6/+29
2023-12-06octeontx2-af: Fix mcs sa cam entries sizeGeetha sowjanya1-1/+1
2023-12-06octeontx2-af: Adjust Tx credits when MCS external bypass is disabledNithin Dabilpuram5-1/+25
2023-12-06net: hns: fix fake link up on xge portYonglong Liu1-0/+29
2023-12-06net: hns: fix wrong head when modify the tx feature when sending packetsYonglong Liu2-23/+33
2023-12-06net: atlantic: Fix NULL dereference of skb pointer inDaniil Maximov3-13/+19
2023-12-06r8152: add vendor/device ID pair for ASUS USB-C2500Kelly Kane1-0/+1
2023-12-06ionic: Fix dim work handling in split interrupt modeBrett Creeley1-8/+8
2023-12-06ionic: fix snprintf format length warningShannon Nelson1-1/+1
2023-12-06net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu1-0/+1
2023-12-06net: veth: fix packet segmentation in veth_convert_skb_to_xdp_buffLorenzo Bianconi1-1/+2
2023-12-05iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2-11/+2
2023-12-05i40e: Fix unexpected MFS warning messageIvan Vecera1-1/+1
2023-12-05ice: Restore fix disabling RX VLAN filteringMarcin Szycik1-3/+8
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2-9/+3
2023-12-05octeontx2-af: fix a use-after-free in rvu_npa_register_reportersZhipeng Lu1-4/+1
2023-12-05net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2023-12-05net/mlx5e: Check netdev pointer before checking its net nsGavin Li1-6/+10
2023-12-05net/mlx5: Nack sync reset request when HotPlug is enabledMoshe Shemesh1-0/+29
2023-12-05net/mlx5e: TC, Don't offload post action rule if not supportedChris Mi2-4/+27
2023-12-05net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_workMoshe Shemesh2-3/+25
2023-12-05net/mlx5e: Disable IPsec offload support if not FW steeringChris Mi2-16/+18
2023-12-05net/mlx5e: Check the number of elements before walk TC rhashtableJianbo Liu1-1/+1
2023-12-05net/mlx5e: Reduce eswitch mode_lock protection contextJianbo Liu4-32/+52
2023-12-05net/mlx5e: Tidy up IPsec NAT-T SA discoveryLeon Romanovsky1-6/+16
2023-12-05net/mlx5e: Add IPsec and ASO syndromes check in HWPatrisious Haddad2-20/+223
2023-12-05net/mlx5e: Remove exposure of IPsec RX flow steering structLeon Romanovsky3-19/+19
2023-12-05net/mlx5e: Unify esw and normal IPsec status table creation/destructionPatrisious Haddad3-213/+141