summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: flower: add support to offload QinQ matchLouis Peens2020-08-204-16/+152
* nfp: flower: check that we don't exceed the FW key sizeLouis Peens2020-08-202-0/+13
* bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-4/+0
* nfp: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-142-97/+34
* net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-132-5/+5
* devlink: Move input checks from driver to devlinkDanielle Ratson2020-07-091-4/+1
* devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson2020-07-091-0/+1
* devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson2020-07-091-3/+8
* net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2020-06-291-3/+3
* net: nfp: fix nfp_net_tx()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-253-14/+19
|\
| * net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-193-7/+6
| * flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-192-8/+14
* | net: qos offload add flow status with dropped countPo Liu2020-06-192-2/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* nfp: update indirect block supportPablo Neira Ayuso2020-06-013-36/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+2
|\
| * nfp: flower: fix used time of merge flow statisticsHeinrich Kuhn2020-05-271-1/+2
* | nfp: flower: fix incorrect flag assignmentLouis Peens2020-05-291-3/+3
* | flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2020-05-261-11/+31
* | nfp: flower: inform firmware of flower featuresLouis Peens2020-05-192-30/+87
* | nfp: flower: renaming of feature bitsLouis Peens2020-05-194-14/+17
* | nfp: don't check lack of RX/TX channelsJakub Kicinski2020-05-161-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+3
|\|
| * nfp: abm: fix error return code in nfp_abm_vnic_alloc()Wei Yongjun2020-05-081-1/+3
* | nfp: Add XDP frame size to netronome driverJesper Dangaard Brouer2020-05-141-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-0/+1
|\|
| * nfp: abm: fix a memory leak bugQiushi Wu2020-05-041-0/+1
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+16
* | net/nfp: Update driver to use global kernel versionLeon Romanovsky2020-04-212-5/+0
|/
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-302-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-4/+4
|\
| * net: nfp: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-151-4/+4
* | devlink: promote "fw.bundle_id" to a generic info versionJacob Keller2020-03-211-1/+1
* | nfp: allow explicitly selected delayed statsJakub Kicinski2020-03-171-1/+2
* | net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-2/+1
* | flow_offload: check for basic action hw stats typeJiri Pirko2020-03-081-0/+4
* | nfp: Use pci_get_dsn()Jacob Keller2020-03-051-15/+9
* | nfp: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-20/+2
* | netronome: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-246-12/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2818-277/+1203
|\
| * netronome: fix ipv6 link errorArnd Bergmann2020-01-081-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-225-14/+14
| |\
| * | nfp: tls: implement the stream sync RX resyncJakub Kicinski2019-12-199-16/+172
| * | nfp: pass packet pointer to nfp_net_parse_meta()Jakub Kicinski2019-12-191-10/+8
| * | nfp: flower: update flow merge code to support IPv6 tunnelsJohn Hurley2019-12-191-5/+23
| * | nfp: flower: support ipv6 tunnel keep-alive messages from fwJohn Hurley2019-12-194-0/+67
| * | nfp: flower: handle notifiers for ipv6 route changesJohn Hurley2019-12-192-68/+181
| * | nfp: flower: handle ipv6 tunnel no neigh requestJohn Hurley2019-12-194-8/+116
| * | nfp: flower: modify pre-tunnel and set tunnel action for ipv6John Hurley2019-12-193-30/+62