summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/siena
AgeCommit message (Expand)AuthorFilesLines
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki3-64/+60
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2-31/+39
2023-12-05sfc-siena: Implement ndo_hwtstamp_(get|set)Alex Austin5-27/+38
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-08-22sfc: allocate a big enough SKB for loopback selftest packetEdward Cree1-1/+1
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He1-1/+1
2023-08-01sfc: fix field-spanning memcpy in selftestEdward Cree1-10/+13
2023-06-26sfc: siena: use padding to fix alignment in loopback testEdward Cree1-19/+28
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-06-15sfc: fix XDP queues mode with legacy IRQÍñigo Huguet1-0/+2
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-03-09sfc/siena: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-02-08sfc: move xdp_features configuration in efx_pci_probe_post_io()Lorenzo Bianconi1-4/+4
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+4
2022-12-07sfc: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller1-3/+4
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2022-09-20sfc/siena: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet1-1/+1
2022-09-20sfc/siena: fix TX channel offset when using legacy interruptsÍñigo Huguet1-1/+1
2022-09-13sfc: introduce shutdown entry point in efx pci driverPieter Jansen van Vuuren1-0/+12
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang5-7/+7
2022-07-26sfc/siena: fix repeated words in commentswangjianli1-1/+1
2022-07-07sfc/siena: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-06-25sfc: siena: fix repeated words in commentsJilin Yuan1-5/+5
2022-06-19sfc/siena: Fix typo in commentXiang wangx1-1/+1
2022-06-02sfc/siena: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet1-4/+2
2022-06-02sfc/siena: fix considering that all channels have TX queuesMartin Habets1-1/+1
2022-05-21sfc/siena: Remove duplicate check on segmentsMartin Habets1-8/+1
2022-05-19sfc: siena: Have a unique wrapper ifndef for efx channels headerSaeed Mahameed1-2/+2
2022-05-14eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski1-7/+1
2022-05-13sfc: siena: Fix Kconfig dependenciesRen Zhijie1-0/+1
2022-05-13sfc/siena: Reinstate SRIOV init/fini function callsMartin Habets2-0/+19
2022-05-13sfc/siena: Make PTP and reset support specific for SienaMartin Habets2-4/+5
2022-05-13sfc/siena: Make MCDI logging support specific for SienaMartin Habets5-14/+25
2022-05-13siena: Make HWMON support specific for SienaMartin Habets3-5/+12
2022-05-13siena: Make SRIOV support specific for SienaMartin Habets12-29/+37
2022-05-13siena: Make MTD support specific for SienaMartin Habets8-12/+20
2022-05-11sfc: Add a basic Siena moduleMartin Habets3-3/+26
2022-05-11sfc/siena: Inline functions in sriov.h to avoid conflicts with sfcMartin Habets2-77/+63
2022-05-11sfc/siena: Rename functions in nic_common.h to avoid conflicts with sfcMartin Habets14-138/+95
2022-05-11sfc/siena: Rename functions in mcdi headers to avoid conflicts with sfcMartin Habets17-609/+459
2022-05-11sfc/siena: Rename peripheral functions to avoid conflicts with sfcMartin Habets15-270/+270
2022-05-11sfc/siena: Rename RX/TX functions to avoid conflicts with sfcMartin Habets13-233/+216
2022-05-11sfc/siena: Rename functions in efx headers to avoid conflicts with sfcMartin Habets23-472/+427
2022-05-11sfc/siena: Remove build references to missing functionalityMartin Habets10-458/+17
2022-05-11sfc: Copy shared files needed for Siena (part 2)Martin Habets27-0/+14153
2022-05-11sfc: Copy shared files needed for Siena (part 1)Martin Habets14-0/+10524
2022-05-11sfc: Move Siena specific filesMartin Habets4-0/+5859