summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-13driver: net: wireless: VF2 support eswin wifi module for kernel 6.6Ziv Xu109-0/+52860
2024-03-13driver: net: wireless: VF2 support aic8800 wifi module for kernel 6.6Ziv Xu117-0/+66091
2024-03-05CAN: starfive - Add CAN engine supportWilliam Qiu3-0/+1281
2024-03-01net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli1-1/+3
2024-03-01net: sparx5: Add spinlock for frame transmission from CPUHoratiu Vultur3-0/+4
2024-03-01net: ipa: don't overrun IPA suspend interrupt registersAlex Elder1-1/+1
2024-03-01octeontx2-af: Consider the action set by PFSubbaraya Sundeep1-0/+4
2024-03-01net: bcmasp: Sanity check is off by oneJustin Chen1-3/+3
2024-03-01net: bcmasp: Indicate MAC is in charge of PHY PMFlorian Fainelli1-0/+3
2024-03-01net: stmmac: Fix incorrect dereference in interrupt handlersPavel Sakharov1-20/+0
2024-03-01gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()Vasiliy Kovalev1-5/+5
2024-03-01wifi: iwlwifi: do not announce EPCS supportBenjamin Berg1-4/+1
2024-02-23can: netlink: Fix TDCO calculation using the old data bittimingMaxime Jayat1-1/+1
2024-02-23hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta1-20/+62
2024-02-23net: stmmac: protect updates of 64-bit statistics countersPetr Tesarik7-157/+221
2024-02-23net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdioSinthu Raja1-0/+3
2024-02-23net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdioSinthu Raja1-0/+2
2024-02-23wifi: iwlwifi: mvm: fix a crash when we run out of stationsEmmanuel Grumbach2-0/+7
2024-02-23wifi: iwlwifi: fix double-free bugJohannes Berg1-0/+1
2024-02-23nfp: flower: prevent re-adding mac index for bonded portDaniel de Villiers1-1/+1
2024-02-23nfp: enable NETDEV_XDP_ACT_REDIRECT feature flagJames Hershaw1-0/+1
2024-02-23nfp: use correct macro for LengthSelect in BAR configDaniel Basilio1-2/+4
2024-02-23nfp: flower: fix hardware offload for the transfer layer portHui Zhou1-2/+22
2024-02-23nfp: flower: add hardware offload check for post ct entryHui Zhou1-1/+21
2024-02-23net: dsa: mv88e6xxx: Fix failed probe due to unsupported C45 readsAndrew Lunn1-1/+1
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-23net: stmmac: do not clear TBS enable bit on link up/downEsben Haabendal1-0/+3
2024-02-23i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera1-1/+1
2024-02-23i40e: Do not allow untrusted VF to remove administratively set MACIvan Vecera1-5/+33
2024-02-23lan966x: Fix crash when adding interface under a lagHoratiu Vultur1-2/+7
2024-02-23bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPYMagnus Karlsson1-3/+2
2024-02-23wifi: iwlwifi: uninitialized variable in iwl_acpi_get_ppag_table()Dan Carpenter1-0/+3
2024-02-23wifi: iwlwifi: Fix some error codesDan Carpenter1-6/+6
2024-02-16net: stmmac: xgmac: fix a typo of register name in DPP safety handlingFurong Xu2-2/+2
2024-02-16net: stmmac: xgmac: use #define for string constantsSimon Horman1-34/+35
2024-02-16ppp_async: limit MRU to 64KEric Dumazet1-0/+4
2024-02-16octeontx2-pf: Fix a memleak otx2_sq_initZhipeng Lu1-2/+12
2024-02-16tsnep: Fix mapping for zero copy XDP_TX actionGerhard Engleder1-4/+12
2024-02-16net: atlantic: Fix DMA mapping for PTP hwts ringIvan Vecera3-2/+16
2024-02-16netdevsim: avoid potential loop in nsim_dev_trap_report_work()Eric Dumazet1-4/+4
2024-02-16wifi: brcmfmac: Adjust n_channels usage for __counted_byKees Cook1-2/+4
2024-02-16wifi: iwlwifi: exit eSR only after the FW doesMiri Korenblit1-3/+3
2024-02-16net: stmmac: xgmac: fix handling of DPP safety error for DMA channelsFurong Xu3-1/+60
2024-02-05pds_core: Prevent health thread from running during reset/removeBrett Creeley1-2/+17
2024-02-05bonding: remove print in bond_verify_device_pathZhengchao Shao1-4/+1
2024-02-05octeontx2-pf: Remove xdp queues on program detachGeetha sowjanya3-7/+4
2024-02-05pds_core: Rework teardown/setup flow to be more commonBrett Creeley5-18/+9
2024-02-05pds_core: Clear BARs on resetBrett Creeley5-10/+38
2024-02-05pds_core: Prevent race issues involving the adminqBrett Creeley3-6/+47