summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2023-12-13ice: make RX HW timestamp reading code more reusableLarysa Zaremba
2023-12-13ice: make RX hash reading code more reusableLarysa Zaremba
2023-12-13i40e: Fix ST code value for Clause 45Ivan Vecera
2023-12-13ice: fix theoretical out-of-bounds access in ethtool link modesMichal Schmidt
2023-12-13ionic: fill out pci error handlersShannon Nelson
2023-12-13ionic: lif debugfs refresh on resetShannon Nelson
2023-12-13ionic: use timer_shutdown_syncShannon Nelson
2023-12-13ionic: no fw read when PCI reset failedShannon Nelson
2023-12-13ionic: prevent pci disable of already disabled deviceShannon Nelson
2023-12-13ionic: bypass firmware cmds when stuck in resetShannon Nelson
2023-12-13ionic: keep filters across FLRShannon Nelson
2023-12-13ionic: pass opcode to devcmd_waitShannon Nelson
2023-12-13stmmac: dwmac-loongson: drop useless check for compatible fallbackKrzysztof Kozlowski
2023-12-13stmmac: dwmac-loongson: Make sure MDIO is initialized before useYanteng Si
2023-12-13net: stmmac: mmc: Support more counters for XGMAC CoreFurong Xu
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko
2023-12-12net: ena: Fix XDP redirection errorDavid Arinzon
2023-12-12net: ena: Fix DMA syncing in XDP path when SWIOTLB is onDavid Arinzon
2023-12-12net: ena: Fix xdp drops handling due to multibuf packetsDavid Arinzon
2023-12-12net: ena: Destroy correct number of xdp queues upon failureDavid Arinzon
2023-12-12bnxt_en: Make PTP TX timestamp HWRM query silentPavan Chebbi
2023-12-12bnxt_en: Skip nic close/open when configuring tstamp filtersPavan Chebbi
2023-12-12bnxt_en: Add support for UDP GSO on 5760X chipsMichael Chan
2023-12-12bnxt_en: add rx_filter_miss extended statsDamodharam Ammepalli
2023-12-12bnxt_en: Configure UDP tunnel TPAMichael Chan
2023-12-12bnxt_en: Add support for VXLAN GPEMichael Chan
2023-12-12bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commandsMichael Chan
2023-12-12bnxt_en: Allocate extra QP backing store memory when RoCE FW reports itSelvin Xavier
2023-12-12bnxt_en: Support TX coalesced completion on 5760X chipsMichael Chan
2023-12-12bnxt_en: Prevent TX timeout with a very small TX ringMichael Chan
2023-12-12bnxt_en: Fix TX ring indexing logicMichael Chan
2023-12-12bnxt_en: Fix AGG ring check logic in bnxt_check_rings()Somnath Kotur
2023-12-12bnxt_en: Fix trimming of P5 RX and TX ringsMichael Chan
2023-12-12qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu
2023-12-12net: asix: fix fortify warningDmitry Antipov
2023-12-12e1000e: Use pcie_capability_read_word() for reading LNKSTAIlpo Järvinen
2023-12-12iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba
2023-12-12iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki
2023-12-12iavf: Introduce new state machines for flow directorPiotr Gardocki
2023-12-12e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/codeIlpo Järvinen
2023-12-12igb: Use FIELD_GET() to extract Link WidthIlpo Järvinen
2023-12-12net: dl2k: Use proper conversion of dev_addr before IO to deviceAndy Shevchenko
2023-12-12net/mlx5: E-Switch, expose eswitch manager vportMark Bloch
2023-12-12net/mlx5: Manage ICM type of SW encapShun Hao
2023-12-11octeontx2-af: Fix pause frame configurationHariprasad Kelam
2023-12-11octeontx2-af: Update RSS algorithm indexHariprasad Kelam
2023-12-11octeontx2-pf: Fix promisc mcam entry actionHariprasad Kelam
2023-12-11nfp: support UDP segmentation offloadFei Qin
2023-12-11octeon_ep: explicitly test for firmware ready valueShinas Rasheed
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman