aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-01nfp: update indirect block supportPablo Neira Ayuso3-36/+17
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-05-29nfp: flower: fix incorrect flag assignmentLouis Peens1-3/+3
2020-05-27nfp: flower: fix used time of merge flow statisticsHeinrich Kuhn1-1/+2
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault1-11/+31
2020-05-19nfp: flower: inform firmware of flower featuresLouis Peens2-30/+87
2020-05-19nfp: flower: renaming of feature bitsLouis Peens4-14/+17
2020-05-16nfp: don't check lack of RX/TX channelsJakub Kicinski1-2/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-05-14nfp: Add XDP frame size to netronome driverJesper Dangaard Brouer1-0/+6
2020-05-08nfp: abm: fix error return code in nfp_abm_vnic_alloc()Wei Yongjun1-1/+3
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+16
2020-05-04nfp: abm: fix a memory leak bugQiushi Wu1-0/+1
2020-04-21net/nfp: Update driver to use global kernel versionLeon Romanovsky2-5/+0
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko2-2/+4
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-03-21devlink: promote "fw.bundle_id" to a generic info versionJacob Keller1-1/+1
2020-03-17nfp: allow explicitly selected delayed statsJakub Kicinski1-1/+2
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-2/+1
2020-03-15net: nfp: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-4/+4
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko1-0/+4
2020-03-05nfp: Use pci_get_dsn()Jacob Keller1-15/+9
2020-03-05nfp: let core reject the unsupported coalescing parametersJakub Kicinski1-20/+2
2020-02-24netronome: Replace zero-length array with flexible-array memberGustavo A. R. Silva6-12/+12
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds18-277/+1203
2020-01-08netronome: fix ipv6 link errorArnd Bergmann1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-7/+7
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-14/+14
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-6/+6
2019-12-19nfp: tls: implement the stream sync RX resyncJakub Kicinski9-16/+172
2019-12-19nfp: pass packet pointer to nfp_net_parse_meta()Jakub Kicinski1-10/+8
2019-12-19nfp: flower: update flow merge code to support IPv6 tunnelsJohn Hurley1-5/+23
2019-12-19nfp: flower: support ipv6 tunnel keep-alive messages from fwJohn Hurley4-0/+67
2019-12-19nfp: flower: handle notifiers for ipv6 route changesJohn Hurley2-68/+181
2019-12-19nfp: flower: handle ipv6 tunnel no neigh requestJohn Hurley4-8/+116
2019-12-19nfp: flower: modify pre-tunnel and set tunnel action for ipv6John Hurley3-30/+62
2019-12-19nfp: flower: offload list of IPv6 tunnel endpoint addressesJohn Hurley5-1/+141
2019-12-19nfp: flower: compile match for IPv6 tunnelsJohn Hurley4-51/+246
2019-12-19nfp: flower: move udp tunnel key match compilation to helper functionJohn Hurley1-22/+35
2019-12-19nfp: flower: pass flow rule pointer directly to match functionsJohn Hurley1-49/+27
2019-12-17nfp: flower: fix stats id allocationJohn Hurley1-6/+6
2019-12-13Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace"Jakub Kicinski1-10/+4
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-12-10nfp: add support for TLV device statsJakub Kicinski3-7/+126
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya4-8/+8
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo1-2/+2
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-3/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-18/+0