summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-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-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-23net: remove unneeded breakTom Rix4-7/+0
2024-02-23virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun1-4/+5
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-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-23net: fec: fix the unhandled context fault from smmuShenwei Wang1-0/+2
2024-02-23fjes: fix memleaks in fjes_hw_setupZhipeng Lu1-7/+30
2024-02-23net/mlx5e: fix a double-free in arfs_create_groupsZhipeng Lu1-11/+15
2024-02-23net/mlx5: Use kfree(ft->g) in arfs_create_groups()Denis Efremov1-1/+1
2024-02-23net/mlx5: DR, Use the right GVMI number for drop actionYevgeny Kliteynik1-0/+1
2024-01-26mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failureAmit Cohen1-3/+5
2024-01-26net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probeKunwu Chan1-0/+2
2024-01-26net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko1-1/+1
2024-01-26net: phy: micrel: populate .soft_reset for KSZ9131Claudiu Beznea1-0/+1
2024-01-26net: qualcomm: rmnet: fix global oob in rmnet_policyLin Ma1-1/+1
2024-01-26wifi: mwifiex: configure BSSID consistently when starting APDavid Lin4-0/+12
2024-01-26wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessorsIlpo Järvinen1-6/+15
2024-01-26wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable codeIlpo Järvinen2-62/+1
2024-01-26xen-netback: don't produce zero-size SKB fragsJan Beulich1-6/+38
2024-01-26wifi: rtlwifi: rtl8192se: using calculate_bit_shift()Su Hui1-11/+4
2024-01-26wifi: rtlwifi: rtl8192ee: using calculate_bit_shift()Su Hui1-12/+4
2024-01-26wifi: rtlwifi: rtl8192de: using calculate_bit_shift()Su Hui1-11/+4
2024-01-26rtlwifi: rtl8192de: make arrays static const, makes object smallerColin Ian King1-28/+20
2024-01-26wifi: rtlwifi: rtl8192ce: using calculate_bit_shift()Su Hui2-4/+3
2024-01-26wifi: rtlwifi: rtl8192cu: using calculate_bit_shift()Su Hui1-3/+3
2024-01-26wifi: rtlwifi: rtl8192c: using calculate_bit_shift()Su Hui2-11/+2
2024-01-26wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift()Su Hui1-10/+4
2024-01-26wifi: rtlwifi: add calculate_bit_shift()Su Hui1-0/+7
2024-01-26wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behaviorSu Hui1-2/+3