summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en
AgeCommit message (Expand)Author
2019-08-01net/mlx5e: TX reporter cleanupAya Levin
2019-08-01net/mlx5e: Set tx reporter only on successful creationAya Levin
2019-08-01net/mlx5e: Fix mlx5e_tx_reporter_create return valueAya Levin
2019-08-01net/mlx5e: Tx, Soften inline mode VLAN dependenciesTariq Toukan
2019-08-01net/mlx5e: XDP, Slight enhancement for WQE fetch functionTariq Toukan
2019-08-01net/mlx5e: XDP, Close TX MPWQE session when no room for inline packet leftShay Agroskin
2019-08-01net/mlx5e: Tx, Strict the room needed for SQ edge NOPsTariq Toukan
2019-07-29net/mlx5e: Protect tc flow table with mutexVlad Buslov
2019-07-29net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov
2019-07-29net/mlx5e: Simplify get_route_and_out_devs helper functionEli Britstein
2019-07-29net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed
2019-07-25net/mlx5e: Fix matching of speed to PRM link modesAya Levin
2019-07-25net/mlx5e: Fix wrong max num channels indicationTariq Toukan
2019-07-23net/mlx5e: xsk: dynamically allocate mlx5e_channel_paramArnd Bergmann
2019-07-11Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2019-07-11net/mlx5e: Fix error flow in tx reporter diagnoseAya Levin
2019-07-11net/mlx5e: Fix return value from timeout recover functionAya Levin
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-07-05net/mlx5e: Add kTLS TX HW offload supportTariq Toukan
2019-07-05net/mlx5e: Introduce a fenced NOP WQE posting functionTariq Toukan
2019-07-05net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan
2019-07-05net/mlx5e: Tx, Make SQ WQE fetch function type genericTariq Toukan
2019-07-05net/mlx5e: Tx, Enforce L4 inline copy when neededTariq Toukan
2019-07-05net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-28net/mlx5e: Disallow tc redirect offload cases we don't supportPaul Blakey
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy
2019-06-27net/mlx5e: Move queue param structs to en/params.hMaxim Mikityanskiy
2019-06-27net/mlx5e: Consider XSK in XDP MTU limit calculationMaxim Mikityanskiy
2019-06-27net/mlx5e: XDP_TX from UMEM supportMaxim Mikityanskiy
2019-06-27net/mlx5e: Share the XDP SQ for XDP_TX between RQsMaxim Mikityanskiy
2019-06-27net/mlx5e: Refactor struct mlx5e_xdp_infoMaxim Mikityanskiy
2019-06-27net/mlx5e: Calculate linear RX frag size considering XSKMaxim Mikityanskiy
2019-06-27net/mlx5e: Replace deprecated PCI_DMA_TODEVICEMaxim Mikityanskiy
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-07net/mlx5e: Support tagged tunnel over bondEli Britstein
2019-05-31net/mlx5e: Geneve, Add support for encap/decap flows offloadYevgeny Kliteynik
2019-05-31net/mlx5e: Rearrange tc tunnel code in a modular wayYevgeny Kliteynik
2019-05-31net/mlx5e: Geneve, Keep tunnel info as pointer to the original structYevgeny Kliteynik
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-01net/mlx5e: Put the common XDP code into a functionMaxim Mikityanskiy
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-23net/mlx5e: Remove unused parameterMaxim Mikityanskiy
2019-04-23net/mlx5e: Add an underflow warning commentMaxim Mikityanskiy
2019-04-23net/mlx5e: Move parameter calculation functions to en/params.cMaxim Mikityanskiy
2019-04-23net/mlx5e: XDP, Inline small packets into the TX MPWQE in XDP xmit flowShay Agroskin
2019-04-23net/mlx5e: XDP, Add TX MPWQE session counterShay Agroskin
2019-04-23net/mlx5e: XDP, Enhance RQ indication for XDP redirect flushTariq Toukan
2019-04-19net/mlx5e: Fix the max MTU check in case of XDPMaxim Mikityanskiy
2019-04-19net/mlx5e: Fix use-after-free after xdp_return_frameMaxim Mikityanskiy