summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-082-117/+40
|\
| * sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-51/+14
| * sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-241-16/+14
| * sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-51/+14
| * sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-201-15/+14
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-242-4/+12
* | Revert "sfc: falcon: Read VPD with pci_vpd_alloc()"David S. Miller2021-08-231-14/+16
* | Revert "sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-14/+51
* | sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-221-51/+14
* | sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-221-16/+14
* | ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-141-1/+1
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
* | sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet2021-07-131-0/+4
* | sfc: ensure correct number of XDP queuesÍñigo Huguet2021-07-131-7/+8
* | sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet2021-07-131-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-302-20/+19
|\
| * sfc: avoid duplicated code in ef10_sriovÍñigo Huguet2021-06-221-3/+1
| * sfc: explain that "attached" VFs only refer to XenÍñigo Huguet2021-06-222-4/+6
| * sfc: error code if SRIOV cannot be disabledÍñigo Huguet2021-06-221-4/+11
| * sfc: avoid double pci_remove of VFsÍñigo Huguet2021-06-221-9/+1
* | sfc: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-7/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-0/+1
|\|
| * net:sfc: fix non-freed irq in legacy irq modeÍñigo Huguet2021-05-211-0/+1
* | sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing2021-05-242-7/+7
* | sfc: use DEVICE_ATTR_*() macroYueHaibing2021-05-243-17/+18
* | sfc: farch: fix compile warning in efx_farch_dimension_resources()Yang Yingliang2021-05-211-6/+7
* | sfc: don't use netif_info et al before net_device is registeredHeiner Kallweit2021-05-141-8/+5
|/
* Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-052-2/+2
|\
| * PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-302-2/+2
* | sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin2021-04-281-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-262-10/+9
|\ \
| * | sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree2021-04-211-2/+1
| * | sfc: farch: fix TX queue lookup in TX event handlingEdward Cree2021-04-211-4/+4
| * | sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree2021-04-211-4/+4
| |/
* | sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski2021-04-163-0/+30
* | sfc: Remove duplicate argumentWan Jiabing2021-04-141-1/+0
* | sfc: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET2021-04-051-7/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-261-14/+1
|\ \
| * | bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-14/+1
| |/
* / sfc-falcon: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
|/
* sfc: reduce the number of requested xdp ev queuesIvan Babrou2021-01-231-2/+4
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-5/+2
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+1
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
* xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* sfc: support GRE TSO on EF100Edward Cree2020-11-142-2/+11
* sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree2020-11-142-2/+5
* sfc: extend bitfield macros to 19 fieldsEdward Cree2020-11-141-5/+21
* sfc: advertise our vlan featuresEdward Cree2020-10-311-0/+2
* sfc: only use fixed-id if the skb asks for itEdward Cree2020-10-312-7/+8