aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)Author
2024-03-28Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2024-03-28Merge tag 'v5.4.273' into v5.4/standard/baseBruce Ashfield
2024-03-28Merge tag 'v5.4.272' into v5.4/standard/baseBruce Ashfield
2024-03-28Merge tag 'v5.4.271' into v5.4/standard/baseBruce Ashfield
2024-03-28Merge tag 'v5.4.270' into v5.4/standard/baseBruce Ashfield
2024-03-28Merge tag 'v5.4.269' into v5.4/standard/baseBruce Ashfield
2024-03-26octeontx2-af: Use separate handlers for interruptsSubbaraya Sundeep
2024-03-26net/bnx2x: Prevent access to a freed page in page_poolThinh Tran
2024-03-26octeontx2-af: Use matching wake_up API variant in CGX command interfaceLinu Cherian
2024-03-26nfp: flower: handle acti_netdevs allocation failureDuoming Zhou
2024-03-26net: hns3: fix port duplex configure error in IMP resetJie Wang
2024-03-26sr9800: Add check for usbnet_get_endpointsChen Ni
2024-03-26igb: Fix missing time sync eventsVinicius Costa Gomes
2024-03-26igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos
2024-03-26net: ena: Remove ena_select_queueKamal Heib
2024-03-26net: ena: cosmetic: fix line break issuesArthur Kiyanovski
2024-03-26wifi: brcmsmac: avoid function pointer castsArnd Bergmann
2024-03-26wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()Zhipeng Lu
2024-03-26wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan
2024-03-26wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu
2024-03-26wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu
2024-03-26b43: main: Fix use true/false for bool typeSaurav Girepunje
2024-03-26wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu
2024-03-26wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu
2024-03-26b43: dma: Fix use true/false for bool type variableSaurav Girepunje
2024-03-26wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo
2024-03-15hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta
2024-03-15hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang
2024-03-15hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui
2024-03-15net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb
2024-03-15geneve: make sure to pull inner header in geneve_rx()Eric Dumazet
2024-03-15ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski
2024-03-15net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel
2024-03-15lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades
2024-03-15lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades
2024-03-15lan78xx: Add missing return code checksJohn Efstathiades
2024-03-15lan78xx: Fix white space and style issuesJohn Efstathiades
2024-03-06gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov
2024-03-06net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco
2024-03-06lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel
2024-03-06tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang
2024-03-01gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()Vasiliy Kovalev
2024-02-23net: bcmgenet: Fix EEE implementationFlorian Fainelli
2024-02-23nfp: flower: prevent re-adding mac index for bonded portDaniel de Villiers
2024-02-23nfp: use correct macro for LengthSelect in BAR configDaniel Basilio
2024-02-23xen-netback: properly sync TX responsesJan Beulich
2024-02-23i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera
2024-02-23net: stmmac: xgmac: fix a typo of register name in DPP safety handlingFurong Xu
2024-02-23net: stmmac: xgmac: use #define for string constantsSimon Horman
2024-02-23ppp_async: limit MRU to 64KEric Dumazet