summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-15hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta1-20/+62
2024-03-15hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang1-2/+1
2024-03-15hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui1-2/+11
2024-03-15hv_netvsc: Process NETDEV_GOING_DOWN on VF hot removeLong Li1-3/+7
2024-03-15hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li2-4/+34
2024-03-15hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran3-6/+30
2024-03-15net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-03-15geneve: make sure to pull inner header in geneve_rx()Eric Dumazet1-2/+16
2024-03-15i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski1-1/+1
2024-03-15ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski1-7/+49
2024-03-15net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel1-1/+2
2024-03-15lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades1-135/+284
2024-03-15lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades1-106/+197
2024-03-15lan78xx: Add missing return code checksJohn Efstathiades1-66/+333
2024-03-15lan78xx: Fix white space and style issuesJohn Efstathiades1-38/+42
2024-03-06gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov1-6/+6
2024-03-06net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco1-1/+1
2024-03-06lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel1-1/+2
2024-03-06tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang1-0/+1
2024-03-01gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()Vasiliy Kovalev1-5/+5
2024-03-01iwlwifi: mvm: write queue_sync_state only for syncJohannes Berg1-2/+3
2024-03-01iwlwifi: mvm: do more useful queue sync accountingJohannes Berg4-10/+15
2024-03-01lan743x: fix for potential NULL pointer dereference with bare cardSergej Bauer1-4/+5
2024-02-23net: bcmgenet: Fix EEE implementationFlorian Fainelli3-14/+17
2024-02-23nfp: flower: prevent re-adding mac index for bonded portDaniel de Villiers1-1/+1
2024-02-23nfp: use correct macro for LengthSelect in BAR configDaniel Basilio1-2/+4
2024-02-23hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti1-1/+4
2024-02-23xen-netback: properly sync TX responsesJan Beulich1-44/+40
2024-02-23i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera1-1/+1
2024-02-23net: stmmac: xgmac: fix a typo of register name in DPP safety handlingFurong Xu2-2/+2
2024-02-23net: stmmac: xgmac: use #define for string constantsSimon Horman1-34/+35
2024-02-23ppp_async: limit MRU to 64KEric Dumazet1-0/+4
2024-02-23net: stmmac: xgmac: fix handling of DPP safety error for DMA channelsFurong Xu3-1/+60
2024-02-23bonding: remove print in bond_verify_device_pathZhengchao Shao1-4/+1
2024-02-23ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET1-1/+2
2024-02-23ixgbe: Refactor overtemp event handlingJedrzej Jagielski5-41/+43
2024-02-23ixgbe: Refactor returning internal error codesJedrzej Jagielski12-317/+264
2024-02-23ixgbe: Remove non-inclusive languagePiotr Skajewski3-25/+25
2024-02-23virtio_net: Fix "ā€˜%d’ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun1-4/+5
2024-02-23i40e: Fix VF disable behavior to block all trafficAndrii Staikov2-0/+33
2024-02-23wifi: rtlwifi: rtl8723{be,ae}: using calculate_bit_shift()Su Hui2-5/+5
2024-02-23wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devicesZenm Chen1-0/+12
2024-02-23net: dsa: mv88e6xxx: Fix mv88e6352_serdes_get_stats error pathTobias Waldekranz3-10/+10
2024-02-23ionic: pass opcode to devcmd_waitShannon Nelson3-1/+3
2024-02-23wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstat...Minsuk Kang1-2/+3
2024-02-23bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao2-2/+6
2024-02-23wifi: rt2x00: restart beacon queue when hardware resetShiji Yang2-0/+14
2024-02-23wifi: iwlwifi: fix a memory corruptionEmmanuel Grumbach1-1/+1
2024-02-23net: fec: fix the unhandled context fault from smmuShenwei Wang1-0/+2
2024-02-23fjes: fix memleaks in fjes_hw_setupZhipeng Lu1-7/+30