summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-02-05net/mlx5: increase async EQ to avoid EQ overrunMax Gurtovoy1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds52-1561/+4058
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe32-225/+422
2018-01-29net/mlx5e: IPoIB, Fix copy-paste bug in flow steering refactoringGal Pressman1-1/+1
2018-01-25mlxsw: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+2
2018-01-25mlx5: use tc_cls_can_offload_and_chain0()Jakub Kicinski2-8/+2
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+2
2018-01-24mlxsw: spectrum_router: Don't log an error on missing neighborYuval Mintz1-8/+2
2018-01-22mlxsw: spectrum_router: Remove unnecessary prefix lengths from LPM treeIdo Schimmel1-101/+125
2018-01-22mlxsw: spectrum_router: Pass FIB node to LPM tree unlink functionIdo Schimmel1-4/+6
2018-01-22mlxsw: spectrum_router: Use the nodes list as indication for empty FIBIdo Schimmel1-9/+4
2018-01-21mlxsw: spectrum_acl: Add support for mirror actionArkadi Sharshevsky5-3/+126
2018-01-21mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spe...Arkadi Sharshevsky2-0/+52
2018-01-21mlxsw: spectrum: Extend and export SPAN APIArkadi Sharshevsky2-32/+57
2018-01-21mlxsw: spectrum_acl: Add support for mirroring actionArkadi Sharshevsky2-0/+35
2018-01-21mlxsw: core: Make counter index allocated inside the action appendJiri Pirko5-35/+82
2018-01-21mlxsw: core: Convert fwd_entry_ref list to be generic per-block resource listJiri Pirko1-26/+49
2018-01-21mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spe...Jiri Pirko2-0/+20
2018-01-21Merge tag 'mlx5-updates-2018-01-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller13-300/+809
2018-01-21net/mlx5e: Fix fixpoint divide exception in mlx5e_am_stats_compareTalat Batheesh1-0/+6
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+14
2018-01-19mlxsw: spectrum: Upper-bound supported FW versionYuval Mintz1-19/+11
2018-01-19net/mlx5e: Add likely to the common RX checksum flowGal Pressman1-1/+1
2018-01-19net/mlx5e: Extend the stats group API to have update_stats()Kamal Heib5-175/+250
2018-01-19net/mlx5e: Merge per priority stats groupsKamal Heib1-8/+25
2018-01-19net/mlx5e: Add per-channel counters infrastructure, use it upon TX timeoutEran Ben Elisha4-0/+29
2018-01-19net/mlx5e: Poll event queue upon TX timeout before performing full channels r...Eran Ben Elisha3-15/+55
2018-01-19net/mlx5e: Add Event Queue meta data info for TX timeout logsEran Ben Elisha1-0/+12
2018-01-19net/mlx5e: Print delta since last transmit per SQ upon TX timeoutEran Ben Elisha1-3/+5
2018-01-19net/mlx5e: Set hairpin queue sizeOr Gerlitz1-3/+8
2018-01-19net/mlx5: Enable setting hairpin queue sizeOr Gerlitz1-0/+2
2018-01-19net/mlx5e: Add RSS support for hairpinOr Gerlitz3-13/+205
2018-01-19net/mlx5: Vectorize the low level core hairpin objectOr Gerlitz2-36/+64
2018-01-19net/mlx5e: Enlarge the NIC TC offload steering prio to support two levelsOr Gerlitz1-1/+4
2018-01-19net/mlx5e: Refactor RSS related objects and codeOr Gerlitz3-53/+103
2018-01-19net/mlx5e: Set per priority hairpin pairsOr Gerlitz1-7/+57
2018-01-19net/mlx5e: Use vhca id as the hairpin peer identifierOr Gerlitz1-8/+12
2018-01-19mlxsw: spectrum: Make function mlxsw_sp_kvdl_part_occ() staticWei Yongjun1-1/+1
2018-01-18mlxsw: spectrum_router: Free LPM tree upon failureIdo Schimmel1-6/+14
2018-01-18net/mlx5e: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-18net/mlx5e: Add clock info page to mlx5 core devicesFeras Daoud1-0/+55
2018-01-17mlxsw: spectrum_acl: Pass mlxsw_sp_port down to ruleset bind/unbind opsJiri Pirko3-20/+17
2018-01-17mlxsw: spectrum_acl: Implement TC block sharingJiri Pirko4-95/+401
2018-01-17mlxsw: spectrum_acl: Don't store netdev and ingress for ruleset unbindJiri Pirko3-21/+24
2018-01-17mlxsw: spectrum_acl: Reshuffle code around mlxsw_sp_acl_ruleset_create/destroyJiri Pirko1-56/+46
2018-01-17net: sched: red: don't reset the backlog on every stat dumpJakub Kicinski1-3/+23
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-64/+107
2018-01-16mlxsw: spectrum: qdiscs: Make function mlxsw_sp_qdisc_prio_unoffload staticWei Yongjun1-1/+1
2018-01-16mlxsw: core: Add support for reloadArkadi Sharshevsky4-23/+65