summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
...
| * net:sfc: fix non-freed irq in legacy irq modeÍñigo Huguet2021-05-211-0/+1
* | sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing2021-05-232-7/+7
* | sfc: use DEVICE_ATTR_*() macroYueHaibing2021-05-233-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-271-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-201-2/+1
| * | sfc: farch: fix TX queue lookup in TX event handlingEdward Cree2021-04-201-4/+4
| * | sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree2021-04-201-4/+4
| |/
* | sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski2021-04-153-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-251-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-221-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-132-2/+11
* sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree2020-11-132-2/+5
* sfc: extend bitfield macros to 19 fieldsEdward Cree2020-11-131-5/+21
* sfc: advertise our vlan featuresEdward Cree2020-10-301-0/+2
* sfc: only use fixed-id if the skb asks for itEdward Cree2020-10-302-7/+8
* sfc: implement encap TSO on EF100Edward Cree2020-10-302-21/+37
* sfc: extend bitfield macros to 17 fieldsEdward Cree2020-10-301-5/+37
* sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree2020-10-202-1/+1
* net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()Sebastian Andrzej Siewior2020-09-291-1/+1
* net: sfc: Replace in_interrupt() usageEdward Cree2020-09-294-10/+26
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-254-2/+9
* sfc: fix kdoc warningJesse Brandeburg2020-09-252-1/+2
* drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-251-18/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-0/+1
|\
| * sfc: Fix error code in probeDan Carpenter2020-09-211-0/+1
* | sfc: advertise encapsulated offloads on EF10Edward Cree2020-09-114-0/+104
* | sfc: implement encapsulated TSO on EF10Edward Cree2020-09-112-14/+46
* | sfc: de-indirect TSO handlingEdward Cree2020-09-119-37/+46
* | sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree2020-09-113-2/+29
* | sfc: create inner-csum queues on EF10 if supportedEdward Cree2020-09-112-11/+28
* | sfc: define inner/outer csum offload TXQ typesEdward Cree2020-09-117-11/+13
* | sfc: decouple TXQ type from labelEdward Cree2020-09-1111-43/+64
* | sfc: cleanups around efx_alloc_channelEdward Cree2020-09-112-5/+2
* | sfc: remove spurious unreachable return statementEdward Cree2020-09-111-1/+0
* | sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree2020-09-111-4/+0
* | sfc: coding style cleanups in mcdi_port_common.cEdward Cree2020-09-082-12/+13
* | sfc: simplify DMA mask settingEdward Cree2020-09-071-11/+1