aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-12nfp: split out common control message handling codeJakub Kicinski8-263/+340
2019-04-12nfp: move vNIC reset before netdev initJakub Kicinski1-3/+3
2019-04-12nfp: add a mutex lock for the vNIC ctrl BARJakub Kicinski4-23/+87
2019-04-12nfp: opportunistically poll for reconfig resultDirk van der Merwe1-4/+21
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-20/+17
2019-04-04nfp: remove ndo_get_port_parent_id implementationJiri Pirko3-18/+0
2019-04-04nfp: pass switch ID through devlink_port_attrs_set()Jiri Pirko1-1/+4
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko1-1/+1
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-04-01nfp: implement ethtool get module EEPROMDirk van der Merwe1-0/+131
2019-04-01nfp: nsp: implement read SFF module EEPROMDirk van der Merwe2-0/+70
2019-04-01nfp: flower: reduce action list size by coalescing mangle actionsPieter Jansen van Vuuren1-77/+122
2019-04-01nfp: flower: remove vlan CFI bit from push vlan actionPieter Jansen van Vuuren2-3/+1
2019-04-01nfp: flower: replace CFI with vlan presentPieter Jansen van Vuuren2-15/+14
2019-03-28nfp: disable netpoll on representorsJakub Kicinski1-1/+1
2019-03-28nfp: validate the return code from dev_queue_xmit()Jakub Kicinski1-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 Pirko4-8/+8
2019-03-28nfp: register devlink port before netdevJiri Pirko1-15/+17
2019-03-24nfp: move devlink port type set after netdev registrationJiri Pirko3-3/+19
2019-03-22net: Add IANA_VXLAN_UDP_PORT definition to vxlan header fileMoshe Shemesh3-4/+2
2019-03-22net: Move the definition of the default Geneve udp port to public header fileMoshe Shemesh3-3/+2
2019-03-21nfp: remove defines for unused control bitsJakub Kicinski2-5/+1
2019-03-07nfp: fix simple vNIC mailbox lengthDirk van der Merwe1-1/+1
2019-03-01nfp: nsp: set higher timeout for flash bundleDirk van der Merwe1-4/+1
2019-03-01nfp: nsp: allow the use of DMA bufferJakub Kicinski1-5/+191
2019-03-01nfp: nsp: move default buffer handling into its own functionJakub Kicinski1-42/+51
2019-03-01nfp: nsp: use fractional size of the bufferJakub Kicinski1-6/+7
2019-03-01nfp: report RJ45 connector in ethtoolJakub Kicinski2-0/+4
2019-02-26nfp: remove ethtool flashing fallbackJakub Kicinski1-24/+0
2019-02-26nfp: add .ndo_get_devlinkJakub Kicinski4-0/+15
2019-02-24nfp: Remove switchdev.h inclusionFlorian Fainelli1-1/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+6
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang1-11/+6
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang1-1/+1
2019-02-17nfp: flower: fix masks for tcp and ip flags fieldsPieter Jansen van Vuuren1-15/+20
2019-02-17nfp: devlink: allow flashing the device via devlinkJakub Kicinski4-32/+56
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-4/+2
2019-02-12nfp: flower: remove double new lineJakub Kicinski1-1/+0
2019-02-12bpf: offload: add priv field for driversJakub Kicinski2-4/+2
2019-02-11nfp: devlink: include vendor/product info in serial numberJakub Kicinski1-3/+18
2019-02-11nfp: devlink: use the generic manufacture identifier instead of vendorJakub Kicinski1-1/+1
2019-02-08nfp: flower: cmsg: use struct_size() helperGustavo A. R. Silva1-4/+2
2019-02-08nfp: flower: remove unused index from nfp_fl_pedit()Pablo Neira Ayuso1-10/+10
2019-02-06nfp: Implement ndo_get_port_parent_id()Florian Fainelli5-26/+11
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso1-92/+95
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso1-3/+2
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso3-306/+271
2019-02-03net: devlink: report cell size of shared buffersJakub Kicinski1-0/+1
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-10/+82