summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-12nfp: VF rate limit supportBin Chen1-0/+1
2022-05-09nfp: vendor neutral strings for chip and Corigne in strings for driverYu Xiao1-1/+1
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-05-02nfp: support VxLAN inner TSO with GSO_PARTIAL offloadFei Qin1-2/+6
2022-03-21nfp: add support for NFDK data pathJakub Kicinski1-0/+40
2022-03-21nfp: choose data path based on versionJakub Kicinski1-4/+18
2022-03-21nfp: add per-data path feature maskJakub Kicinski1-0/+3
2022-03-21nfp: use TX ring pointer write backJakub Kicinski1-1/+8
2022-03-21nfp: use callbacks for slow path ring related functionsJakub Kicinski1-3/+4
2022-03-21nfp: move the fast path code to separate filesJakub Kicinski1-1985/+8
2022-03-21nfp: calculate ring masks without conditionalsJakub Kicinski1-4/+4
2022-03-11nfp: parametrize QCP offset/size using dev_infoJakub Kicinski1-0/+7
2022-03-11nfp: introduce dev_info static chip dataJakub Kicinski1-1/+4
2022-03-10nfp: xsk: fix a warning when allocating rx ringsYinjun Zhang1-4/+5
2022-03-07nfp: xsk: avoid newline at the end of message in NL_SET_ERR_MSG_MODGuo Zhengkui1-1/+1
2022-03-04nfp: xsk: add AF_XDP zero-copy Rx and Tx supportNiklas Söderlund1-13/+85
2022-03-04nfp: xsk: add configuration check for XSK socket chunk sizeNiklas Söderlund1-4/+38
2022-03-04nfp: xsk: add an array of xsk buffer pools to each data pathNiklas Söderlund1-2/+17
2022-03-04nfp: wrap napi add/del logicJakub Kicinski1-16/+22
2022-03-04nfp: expose common functions to be used for AF_XDPNiklas Söderlund1-8/+8
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-10-29nfp: fix potential deadlock when canceling dim workYinjun Zhang1-4/+0
2021-10-29nfp: fix NULL pointer access when scheduling dim workYinjun Zhang1-2/+2
2021-08-04nfp: use netif_set_real_num_queues()Jakub Kicinski1-8/+3
2021-07-26nfp: add support for coalesce adaptive featureYinjun Zhang1-4/+127
2021-07-22nfp: fix return statement in nfp_net_parse_meta()Niklas Söderlund1-1/+1
2021-06-24nfp: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-2/+0
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+4
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+2
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+0
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen1-6/+0
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-09-14nfp: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-4/+0
2020-07-14nfp: convert to new udp_tunnel_nic infraJakub Kicinski1-92/+34
2020-06-28net: nfp: fix nfp_net_tx()'s return typeLuc Van Oostenryck1-1/+1
2020-05-14nfp: Add XDP frame size to netronome driverJesper Dangaard Brouer1-0/+6
2019-12-19nfp: tls: implement the stream sync RX resyncJakub Kicinski1-2/+9
2019-12-19nfp: pass packet pointer to nfp_net_parse_meta()Jakub Kicinski1-10/+8
2019-12-12netronome: use the new txqueue timeout argumentMichael S. Tsirkin1-7/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-10-05net/tls: add tracing for device/offload eventsJakub Kicinski1-1/+2
2019-08-31nfp: bpf: rework MTU checkingJakub Kicinski1-8/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+3
2019-07-08nfp: tls: undo TLS sequence tracking when dropping the frameJakub Kicinski1-0/+23
2019-07-08nfp: tls: avoid one of the ifdefs for TLSJakub Kicinski1-4/+2
2019-07-08nfp: tls: count TSO segments separately for the TLS offloadJakub Kicinski1-1/+4