summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2021-07-13sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet
2021-07-13sfc: ensure correct number of XDP queuesÍñigo Huguet
2021-07-13sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-24sfc: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-22sfc: avoid duplicated code in ef10_sriovÍñigo Huguet
2021-06-22sfc: explain that "attached" VFs only refer to XenÍñigo Huguet
2021-06-22sfc: error code if SRIOV cannot be disabledÍñigo Huguet
2021-06-22sfc: avoid double pci_remove of VFsÍñigo Huguet
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-23sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing
2021-05-23sfc: use DEVICE_ATTR_*() macroYueHaibing
2021-05-21net:sfc: fix non-freed irq in legacy irq modeÍñigo Huguet
2021-05-21sfc: farch: fix compile warning in efx_farch_dimension_resources()Yang Yingliang
2021-05-14sfc: don't use netif_info et al before net_device is registeredHeiner Kallweit
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit
2021-04-27sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-20sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree
2021-04-20sfc: farch: fix TX queue lookup in TX event handlingEdward Cree
2021-04-20sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree
2021-04-15sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski
2021-04-14sfc: Remove duplicate argumentWan Jiabing
2021-04-05sfc: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-24sfc-falcon: Fix a typoBhaskar Chowdhury
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-01-22sfc: reduce the number of requested xdp ev queuesIvan Babrou
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-13sfc: support GRE TSO on EF100Edward Cree
2020-11-13sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree
2020-11-13sfc: extend bitfield macros to 19 fieldsEdward Cree
2020-10-30sfc: advertise our vlan featuresEdward Cree
2020-10-30sfc: only use fixed-id if the skb asks for itEdward Cree
2020-10-30sfc: implement encap TSO on EF100Edward Cree
2020-10-30sfc: extend bitfield macros to 17 fieldsEdward Cree
2020-10-20sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree
2020-09-29net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()Sebastian Andrzej Siewior
2020-09-29net: sfc: Replace in_interrupt() usageEdward Cree
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-25sfc: fix kdoc warningJesse Brandeburg
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-21sfc: Fix error code in probeDan Carpenter
2020-09-11sfc: advertise encapsulated offloads on EF10Edward Cree
2020-09-11sfc: implement encapsulated TSO on EF10Edward Cree