summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/siena
Commit message (Expand)AuthorAgeFilesLines
* net: Add struct kernel_ethtool_ts_infoKory Maincent8 days3-4/+4
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: introduce include/net/rps.hEric Dumazet2024-03-071-0/+1
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-3/+2
* net: remove stale mentions of dev_base_lock in commentsEric Dumazet2024-02-141-1/+1
* net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2023-12-133-64/+60
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-132-31/+39
* sfc-siena: Implement ndo_hwtstamp_(get|set)Alex Austin2023-12-055-27/+38
* net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2023-10-031-1/+1
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-1/+1
|\
| * asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-181-1/+1
* | sfc: allocate a big enough SKB for loopback selftest packetEdward Cree2023-08-221-1/+1
* | sfc: fix field-spanning memcpy in selftestEdward Cree2023-07-311-10/+13
|/
* sfc: siena: use padding to fix alignment in loopback testEdward Cree2023-06-261-19/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-0/+2
|\
| * sfc: fix XDP queues mode with legacy IRQÍñigo Huguet2023-06-151-0/+2
* | net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
|/
* sfc/siena: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-5/+0
* sfc: move xdp_features configuration in efx_pci_probe_post_io()Lorenzo Bianconi2023-02-081-4/+4
* drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+4
* sfc: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-061-1/+1
* ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-3/+4
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-222-2/+2
|\
| * sfc/siena: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet2022-09-201-1/+1
| * sfc/siena: fix TX channel offset when using legacy interruptsÍñigo Huguet2022-09-201-1/+1
* | sfc: introduce shutdown entry point in efx pci driverPieter Jansen van Vuuren2022-09-131-0/+12
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-315-7/+7
|/
* sfc/siena: fix repeated words in commentswangjianli2022-07-261-1/+1
* sfc/siena: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-061-4/+2
* sfc: siena: fix repeated words in commentsJilin Yuan2022-06-241-5/+5
* sfc/siena: Fix typo in commentXiang wangx2022-06-191-1/+1
* sfc/siena: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet2022-06-011-4/+2
* sfc/siena: fix considering that all channels have TX queuesMartin Habets2022-06-011-1/+1
* sfc/siena: Remove duplicate check on segmentsMartin Habets2022-05-201-8/+1
* sfc: siena: Have a unique wrapper ifndef for efx channels headerSaeed Mahameed2022-05-181-2/+2
* eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski2022-05-131-7/+1
* sfc: siena: Fix Kconfig dependenciesRen Zhijie2022-05-131-0/+1
* sfc/siena: Reinstate SRIOV init/fini function callsMartin Habets2022-05-122-0/+19
* sfc/siena: Make PTP and reset support specific for SienaMartin Habets2022-05-122-4/+5
* sfc/siena: Make MCDI logging support specific for SienaMartin Habets2022-05-125-14/+25
* siena: Make HWMON support specific for SienaMartin Habets2022-05-123-5/+12
* siena: Make SRIOV support specific for SienaMartin Habets2022-05-1212-29/+37
* siena: Make MTD support specific for SienaMartin Habets2022-05-128-12/+20
* sfc: Add a basic Siena moduleMartin Habets2022-05-103-3/+26
* sfc/siena: Inline functions in sriov.h to avoid conflicts with sfcMartin Habets2022-05-102-77/+63
* sfc/siena: Rename functions in nic_common.h to avoid conflicts with sfcMartin Habets2022-05-1014-138/+95
* sfc/siena: Rename functions in mcdi headers to avoid conflicts with sfcMartin Habets2022-05-1017-609/+459
* sfc/siena: Rename peripheral functions to avoid conflicts with sfcMartin Habets2022-05-1015-270/+270
* sfc/siena: Rename RX/TX functions to avoid conflicts with sfcMartin Habets2022-05-1013-233/+216