aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-13net: phy: at803x: drop specific PHY ID check from cable test functionsChristian Marangi1-45/+50
2023-12-13net: phy: at803x: move at8035 specific DT parse to dedicated probeChristian Marangi1-19/+41
2023-12-13net: phy: at803x: move at8031 functions in dedicated sectionChristian Marangi1-133/+133
2023-12-13net: phy: at803x: make at8031 related DT functions name more specificChristian Marangi1-8/+8
2023-12-13net: phy: at803x: move specific at8031 config_intr to dedicated functionChristian Marangi1-6/+24
2023-12-13net: phy: at803x: move specific at8031 WOL bits to dedicated functionChristian Marangi1-17/+25
2023-12-13net: phy: at803x: move specific at8031 config_init to dedicated functionChristian Marangi1-20/+25
2023-12-13net: phy: at803x: move specific at8031 probe mode check to dedicated probeChristian Marangi1-20/+19
2023-12-13net: phy: at803x: move specific DT option for at8031 to specific probeChristian Marangi1-24/+31
2023-12-13net: phy: at803x: move qca83xx specific check in dedicated functionsChristian Marangi1-31/+37
2023-12-13net: phy: at803x: raname hw_stats functions to qca83xx specific nameChristian Marangi1-22/+22
2023-12-13net: phy: at803x: move disable WOL to specific at8031 probeChristian Marangi1-10/+17
2023-12-13net: phy: at803x: fix passing the wrong reference for config_intrChristian Marangi1-3/+3
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko2-35/+0
2023-12-12net: ena: Fix XDP redirection errorDavid Arinzon1-3/+0
2023-12-12net: ena: Fix DMA syncing in XDP path when SWIOTLB is onDavid Arinzon1-14/+9
2023-12-12net: ena: Fix xdp drops handling due to multibuf packetsDavid Arinzon1-7/+10
2023-12-12net: ena: Destroy correct number of xdp queues upon failureDavid Arinzon1-6/+7
2023-12-12bnxt_en: Make PTP TX timestamp HWRM query silentPavan Chebbi1-3/+3
2023-12-12bnxt_en: Skip nic close/open when configuring tstamp filtersPavan Chebbi2-20/+11
2023-12-12bnxt_en: Add support for UDP GSO on 5760X chipsMichael Chan2-3/+19
2023-12-12bnxt_en: add rx_filter_miss extended statsDamodharam Ammepalli1-0/+1
2023-12-12bnxt_en: Configure UDP tunnel TPAMichael Chan2-0/+34
2023-12-12bnxt_en: Add support for VXLAN GPEMichael Chan2-5/+40
2023-12-12bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commandsMichael Chan1-2/+2
2023-12-12bnxt_en: Allocate extra QP backing store memory when RoCE FW reports itSelvin Xavier1-2/+12
2023-12-12bnxt_en: Support TX coalesced completion on 5760X chipsMichael Chan2-2/+12
2023-12-12bnxt_en: Prevent TX timeout with a very small TX ringMichael Chan1-1/+4
2023-12-12bnxt_en: Fix TX ring indexing logicMichael Chan2-2/+2
2023-12-12bnxt_en: Fix AGG ring check logic in bnxt_check_rings()Somnath Kotur1-3/+3
2023-12-12bnxt_en: Fix trimming of P5 RX and TX ringsMichael Chan1-5/+11
2023-12-12net: mdio-gpio: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-12-12Merge tag 'pef2256-framer' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Jakub Kicinski8-0/+2073
2023-12-12net: wan: framer: Add support for the Lantiq PEF2256 framerHerve Codina5-0/+1156
2023-12-12net: wan: Add framer framework supportHerve Codina5-0/+917
2023-12-12qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu1-0/+1
2023-12-12net: asix: fix fortify warningDmitry Antipov2-4/+6
2023-12-12e1000e: Use pcie_capability_read_word() for reading LNKSTAIlpo Järvinen2-8/+4
2023-12-12iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba1-51/+21
2023-12-12iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki1-0/+59
2023-12-12iavf: Introduce new state machines for flow directorPiotr Gardocki5-23/+139
2023-12-12e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/codeIlpo Järvinen2-5/+4
2023-12-12igb: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-3/+3
2023-12-12wifi: ath12k: fix the issue that the multicast/broadcast indicator is not rea...Lingbo Kong1-2/+2
2023-12-12wifi: ath11k: Fix ath11k_htc_record flexible recordJeff Johnson1-3/+1
2023-12-12wifi: iwlegacy: Add null pointer check to il_leds_init()Kunwu Chan1-0/+3
2023-12-12wifi: rtw88: Use random MAC when efuse MAC invalidChris Morgan1-0/+5
2023-12-12wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap()Dmitry Antipov1-17/+25
2023-12-12wifi: rtw89: avoid stringop-overflow warningArnd Bergmann1-0/+8
2023-12-12Merge tag 'mt76-for-kvalo-2023-12-06' of https://github.com/nbd168/wirelessKalle Valo57-743/+3266