aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-01net/mlx5e: Allow dropping specific tunnel packetsTonghao Zhang1-1/+2
2019-08-01net/mlx5e: TX reporter cleanupAya Levin2-2/+0
2019-08-01net/mlx5e: Set tx reporter only on successful creationAya Levin2-7/+9
2019-08-01net/mlx5e: Fix mlx5e_tx_reporter_create return valueAya Levin1-2/+4
2019-08-01net/mlx5e: Rx, checksum handling refactoringSaeed Mahameed1-12/+14
2019-08-01net/mlx5e: Tx, Soften inline mode VLAN dependenciesTariq Toukan7-23/+33
2019-08-01net/mlx5e: XDP, Slight enhancement for WQE fetch functionTariq Toukan2-8/+9
2019-08-01net/mlx5e: XDP, Close TX MPWQE session when no room for inline packet leftShay Agroskin5-33/+63
2019-08-01net/mlx5e: Tx, Strict the room needed for SQ edge NOPsTariq Toukan1-1/+1
2019-08-01net/mlx5: Add flow counter poolGavi Teitz1-25/+206
2019-08-01net/mlx5: Add flow counter bulk infrastructureGavi Teitz1-0/+105
2019-08-01net/mlx5: E-Switch, add ingress rate supportEli Cohen6-0/+145
2019-08-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed8-241/+255
2019-08-01net/mlx5: E-switch, Tide up eswitch config sequenceParav Pandit3-25/+41
2019-08-01net/mlx5: E-Switch, Remove redundant mc_promisc NULL checkParav Pandit2-3/+5
2019-08-01net/mlx5: E-Switch, remove redundant error handlingSaeed Mahameed1-2/+0
2019-08-01net/mlx5: E-switch, Introduce helper function to enable/disable vportsParav Pandit2-42/+73
2019-08-01net/mlx5: E-switch, Initialize TSAR Qos hardware block before its user vportsParav Pandit1-12/+9
2019-08-01net/mlx5: E-switch, Combine metadata enable/disable functionalityParav Pandit1-36/+12
2019-08-01net/mlx5: E-Switch, Verify support QoS element typeEli Cohen1-0/+31
2019-08-01net/mlx5: Make load_one() and unload_one() symmetricParav Pandit1-2/+3
2019-08-01net/mlx5: Add flow counter bulk allocation hardware bits and commandGavi Teitz2-1/+12
2019-08-01net/mlx5: Refactor and optimize flow counter bulk queryGavi Teitz3-119/+80
2019-07-29net/mlx5e: Protect tc flow table with mutexVlad Buslov2-0/+9
2019-07-29net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov2-2/+18
2019-07-29net/mlx5e: Eswitch, use state_lock to synchronize vlan changeVlad Buslov2-12/+20
2019-07-29net/mlx5e: Eswitch, change offloads num_flows type to atomic64Vlad Buslov3-6/+8
2019-07-29net/mlx5e: Protect unready flows with dedicated lockVlad Buslov3-7/+40
2019-07-29net/mlx5e: Protect tc flows hashtable with rcuVlad Buslov1-7/+40
2019-07-29net/mlx5e: Change flow flags type to unsigned longVlad Buslov4-97/+149
2019-07-29net/mlx5e: Extend tc flow struct with reference counterVlad Buslov1-88/+105
2019-07-29net/mlx5e: Simplify get_route_and_out_devs helper functionEli Britstein1-12/+7
2019-07-29net/mlx5e: Fix unnecessary flow_block_cb_is_busy callwenxu1-4/+0
2019-07-29net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed3-22/+28
2019-07-29net/mlx5e: Avoid warning print when not requiredSaeed Mahameed1-1/+2
2019-07-29net/mlx5e: Print a warning when LRO feature is dropped or not allowedHuy Nguyen1-2/+3
2019-07-29net/mlx5: fix -Wtype-limits compilation warningsQian Cai1-11/+1
2019-07-27mlxsw: spectrum_flower: Forbid to offload match on reserved TCP flags bitsJiri Pirko1-0/+6
2019-07-27mlxsw: spectrum_acl: Track rules that forbid egress block bindJiri Pirko4-7/+30
2019-07-27mlxsw: spectrum_flower: Forbid to offload mirred redirect on egressJiri Pirko1-0/+5
2019-07-27mlx4/en_netdev: allow offloading VXLAN over VLANDavide Caratti1-26/+17
2019-07-25mlxsw: spectrum_router: Increase scale of IPv6 nexthop groupsIdo Schimmel1-2/+2
2019-07-25mlxsw: spectrum: Expose KVD size for Spectrum-2Amit Cohen1-1/+21
2019-07-24mlx4: avoid large stack usage in mlx4_init_hca()Arnd Bergmann1-27/+39
2019-07-23net/mlx5e: xsk: dynamically allocate mlx5e_channel_paramArnd Bergmann1-9/+18
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)2-4/+2
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2-4/+6
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso1-1/+1
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2-5/+3
2019-07-18net/mlx5: Replace kfree with kvfreeChuhong Yuan1-1/+1