aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-06-11nfp: tls: make use of kernel-driven TX resyncJakub Kicinski1-3/+5
2019-06-11nfp: add async version of mailbox communicationJakub Kicinski1-5/+35
2019-06-11nfp: tls: set skb decrypted flagDirk van der Merwe1-0/+9
2019-06-09nfp: ensure skb network header is set for packet redirectJohn Hurley1-0/+1
2019-06-06nfp: tls: add basic statisticsJakub Kicinski1-6/+25
2019-06-06nfp: tls: add datapath support for TLS TXDirk van der Merwe1-0/+56
2019-06-06nfp: prepare for more TX metadata prependJakub Kicinski1-10/+34
2019-06-06nfp: add tls init codeJakub Kicinski1-2/+8
2019-06-06nfp: add support for sending control messages via mailboxJakub Kicinski1-0/+4
2019-06-06nfp: make bar_lock a semaphoreJakub Kicinski1-7/+1
2019-06-06nfp: count all failed TX attempts as errorsJakub Kicinski1-7/+5
2019-04-19nfp: add SR-IOV trusted VF supportPablo Cascón1-0/+1
2019-04-15nfp: allow fallback packets from non-reprsJohn Hurley1-3/+13
2019-04-12nfp: move vNIC reset before netdev initJakub Kicinski1-3/+3
2019-04-12nfp: add a mutex lock for the vNIC ctrl BARJakub Kicinski1-12/+60
2019-04-12nfp: opportunistically poll for reconfig resultDirk van der Merwe1-4/+21
2019-04-04nfp: remove ndo_get_port_parent_id implementationJiri Pirko1-1/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-28nfp: do not handle nn->port defined case in nfp_net_get_phys_port_name()Jiri Pirko1-1/+4
2019-03-28net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko1-1/+1
2019-03-21nfp: remove defines for unused control bitsJakub Kicinski1-2/+1
2019-02-26nfp: add .ndo_get_devlinkJakub Kicinski1-0/+1
2019-02-06nfp: Implement ndo_get_port_parent_id()Florian Fainelli1-3/+1