aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-23wifi: iwlwifi: fix opmode start/stop raceJohannes Berg1-7/+9
2023-10-23wifi: iwlwifi: skip opmode start retries on dead transportJohannes Berg1-0/+3
2023-10-23wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() errorJohannes Berg1-1/+4
2023-10-23wifi: iwlwifi: mvm: update station's MFP flag after associationAvraham Stern1-0/+6
2023-10-23net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui1-1/+0
2023-10-23chtls: fix tp->rcv_tstamp initializationEric Dumazet1-1/+1
2023-10-23vxlan: use generic function for tunnel IPv6 route lookupBeniamino Galvani1-106/+30
2023-10-23geneve: use generic function for tunnel IPv6 route lookupBeniamino Galvani1-65/+31
2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani1-3/+7
2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani1-3/+2
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani1-5/+5
2023-10-22net: fec: use dma_alloc_noncoherent for data cache enabled coldfireChristoph Hellwig1-10/+76
2023-10-22r8152: Block future register access if register access failsDouglas Anderson1-31/+176
2023-10-22r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLEDouglas Anderson1-48/+48
2023-10-22r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()Douglas Anderson1-0/+4
2023-10-22r8152: Check for unplug in rtl_phy_patch_request()Douglas Anderson1-0/+3
2023-10-22r8152: Release firmware if we have an error in probeDouglas Anderson1-0/+1
2023-10-22r8152: Cancel hw_phy_work if we have an error in probeDouglas Anderson1-0/+1
2023-10-22r8152: Run the unload routine if we have errors during probeDouglas Anderson1-0/+2
2023-10-22r8152: Increase USB control msg timeout to 5000ms as per specDouglas Anderson1-3/+4
2023-10-22bnxt_en: extend media types to supported and autoneg modesEdwin Peer1-120/+153
2023-10-22bnxt_en: convert to linkmode_set_bit() APIEdwin Peer1-24/+24
2023-10-22bnxt_en: Refactor NRZ/PAM4 link speed related logicMichael Chan1-31/+67
2023-10-22bnxt_en: refactor speed independent ethtool modesEdwin Peer1-38/+40
2023-10-22bnxt_en: support lane configuration via ethtoolEdwin Peer1-7/+25
2023-10-22bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer2-20/+258
2023-10-22bnxt_en: Fix invoking hwmon_notify_eventKalesh AP1-5/+11
2023-10-22bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP4-9/+18
2023-10-22net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_regShigeru Yoshida1-1/+3
2023-10-22net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui1-0/+2
2023-10-22net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats...Christophe JAILLET1-2/+3
2023-10-21octeon_ep: assert hardware structure sizesShinas Rasheed2-0/+7
2023-10-21net: ethernet: adi: adin1110: Fix uninitialized variableDell Jin1-1/+1
2023-10-21net: stmmac: update MAC capabilities when tx queues are updatedMichael Sit Wei Hong1-4/+13
2023-10-21net: dsa: mv88e6xxx: add an error code check in mv88e6352_tai_event_workSu Hui1-0/+4
2023-10-21net: xgene: Fix unused xgene_enet_of_match warning for !CONFIG_OFRob Herring1-1/+1
2023-10-20i40e: sync next_to_clean and next_to_process for programming status descTirthendu Sarkar1-1/+8
2023-10-20igc: Fix ambiguity in the ethtool advertisingSasha Neftin1-10/+25
2023-10-20net: wwan: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-20pds_core: add an error code check in pdsc_dl_info_getSu Hui1-0/+2
2023-10-20igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski1-1/+5
2023-10-20treewide: Spelling fix in commentKunwu Chan1-1/+1
2023-10-20ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()Dan Carpenter1-9/+10
2023-10-20igb: Fix an end of loop testDan Carpenter1-3/+6
2023-10-20ice: cleanup ice_find_netlist_nodeJacob Keller1-15/+15
2023-10-20ice: make ice_get_pf_c827_idx staticJacob Keller2-2/+1
2023-10-20ice: manage VFs MSI-X using resource trackingMichal Swiatkowski1-19/+151
2023-10-20ice: set MSI-X vector count on VFMichal Swiatkowski3-0/+84
2023-10-20ice: add bitmap to track VF MSI-X usageMichal Swiatkowski2-0/+11
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski4-7/+14