summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2021-04-28sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin1-0/+2
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-10/+9
2021-04-21sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree1-2/+1
2021-04-21sfc: farch: fix TX queue lookup in TX event handlingEdward Cree1-4/+4
2021-04-21sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree1-4/+4
2021-04-16sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski3-0/+30
2021-04-14sfc: Remove duplicate argumentWan Jiabing1-1/+0
2021-04-05sfc: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET1-7/+4
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-14/+1
2021-03-25sfc-falcon: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-14/+1
2021-01-23sfc: reduce the number of requested xdp ev queuesIvan Babrou1-2/+4
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-5/+2
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-14sfc: support GRE TSO on EF100Edward Cree2-2/+11
2020-11-14sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree2-2/+5
2020-11-14sfc: extend bitfield macros to 19 fieldsEdward Cree1-5/+21
2020-10-31sfc: advertise our vlan featuresEdward Cree1-0/+2
2020-10-31sfc: only use fixed-id if the skb asks for itEdward Cree2-7/+8
2020-10-31sfc: implement encap TSO on EF100Edward Cree2-21/+37
2020-10-31sfc: extend bitfield macros to 17 fieldsEdward Cree1-5/+37
2020-10-21sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree2-1/+1
2020-09-30net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()Sebastian Andrzej Siewior1-1/+1
2020-09-30net: sfc: Replace in_interrupt() usageEdward Cree4-10/+26
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg4-2/+9
2020-09-26sfc: fix kdoc warningJesse Brandeburg2-1/+2
2020-09-26drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-18/+11
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-09-21sfc: Fix error code in probeDan Carpenter1-0/+1
2020-09-12sfc: advertise encapsulated offloads on EF10Edward Cree4-0/+104
2020-09-12sfc: implement encapsulated TSO on EF10Edward Cree2-14/+46
2020-09-12sfc: de-indirect TSO handlingEdward Cree9-37/+46
2020-09-12sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree3-2/+29
2020-09-12sfc: create inner-csum queues on EF10 if supportedEdward Cree2-11/+28
2020-09-12sfc: define inner/outer csum offload TXQ typesEdward Cree7-11/+13
2020-09-12sfc: decouple TXQ type from labelEdward Cree11-43/+64
2020-09-12sfc: cleanups around efx_alloc_channelEdward Cree2-5/+2
2020-09-12sfc: remove spurious unreachable return statementEdward Cree1-1/+0
2020-09-12sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree1-4/+0
2020-09-09sfc: coding style cleanups in mcdi_port_common.cEdward Cree2-12/+13
2020-09-08sfc: simplify DMA mask settingEdward Cree1-11/+1
2020-09-08sfc: remove EFX_DRIVER_VERSIONEdward Cree3-5/+1
2020-09-08sfc: handle limited FEC supportEdward Cree2-14/+36
2020-09-08sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree3-1/+51
2020-09-08sfc: remove phy_op indirectionEdward Cree9-712/+601
2020-09-08sfc: don't double-down() filters in ef100_reset()Edward Cree1-12/+0
2020-09-05sfc: remove efx_tx_queue_partnerEdward Cree1-10/+0
2020-09-05sfc: rewrite efx_tx_may_pioEdward Cree2-29/+27