aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2018-07-18net/mlx5e: Fix quota counting in aRFS expire flowGravatar Eran Ben Elisha 1-2/+2
2018-07-18net/mlx5: Adjust clock overflow work periodGravatar Ariel Levkovich 1-2/+10
2018-07-18net/mlx5e: Refine ets validation functionGravatar Shay Agroskin 1-9/+8
2018-06-26net/mlx5: Fix command interface race in polling modeGravatar Alex Vesker 1-1/+3
2018-06-26net/mlx5: Fix incorrect raw command length parsingGravatar Alex Vesker 1-3/+1
2018-06-26net/mlx5: Fix wrong size allocation for QoS ETC TC regitsterGravatar Shay Agroskin 1-2/+2
2018-06-26net/mlx5: Fix required capability for manipulating MPFSGravatar Eli Cohen 1-4/+5
2018-06-26net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw managerGravatar Eli Cohen 2-9/+5
2018-06-26net/mlx5e: Avoid dealing with vport representors if not being e-switch managerGravatar Or Gerlitz 3-9/+9
2018-06-26net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerGravatar Or Gerlitz 5-6/+13
2018-06-26net/mlx5e: Don't attempt to dereference the ppriv struct if not being eswitch...Gravatar Or Gerlitz 1-1/+5
2018-06-12treewide: Use array_size() in kvzalloc_node()Gravatar Kees Cook 1-3/+3
2018-06-12treewide: kvzalloc() -> kvcalloc()Gravatar Kees Cook 1-4/+6
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 1-5/+5
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-3/+4
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 4-15/+25
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 57-1100/+4638
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-3/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 2-3/+2
2018-06-05net/mlx5e: fix error return code in mlx5e_alloc_rq()Gravatar Wei Yongjun 1-1/+3
2018-06-05net/mlx5e: Make function mlx5e_change_rep_mtu() staticGravatar Wei Yongjun 1-1/+1
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jason Gunthorpe 3-13/+11
2018-06-03net/mlx5: Make function mlx5_fpga_tls_send_teardown_cmd() staticGravatar Wei Yongjun 1-2/+2
2018-06-02net/mlx5: Export flow counter related APIGravatar Raed Salem 2-2/+3
2018-06-02net/mlx5: Use flow counter pointer as input to the query functionGravatar Or Gerlitz 3-12/+9
2018-06-01net/mlx5e: TX, Separate cachelines of xmit and completion statsGravatar Tariq Toukan 2-8/+9
2018-06-01net/mlx5e: RX, Always prefer Linear SKB configurationGravatar Tariq Toukan 1-3/+10
2018-06-01net/mlx5e: RX, Enhance legacy Receive Queue memory schemeGravatar Tariq Toukan 3-127/+362
2018-06-01net/mlx5e: RX, Use cyclic WQ in legacy RQGravatar Tariq Toukan 6-111/+161
2018-06-01net/mlx5e: RX, Split WQ objects for different RQ typesGravatar Tariq Toukan 3-57/+110
2018-06-01net/mlx5e: RX, Remove HW LRO support in legacy RQGravatar Tariq Toukan 2-14/+26
2018-06-01net/mlx5e: RX, Dedicate a function for copying SKB headerGravatar Tariq Toukan 1-13/+17
2018-06-01net/mlx5e: RX, Generalise function of SKB frag additionGravatar Tariq Toukan 1-8/+8
2018-06-01net/mlx5e: RX, Generalise name of non-linear SKB head sizeGravatar Tariq Toukan 3-4/+4
2018-06-01net/mlx5e: TX, Obsolete maintaining local copies of skb->len/dataGravatar Tariq Toukan 1-30/+12
2018-06-01net/mlx5: FPGA, Handle QP error eventGravatar Ilan Tayari 1-4/+24
2018-06-01net/mlx5e: Support configurable MTU for vport representorsGravatar Adi Nissim 3-4/+28
2018-06-01net/mlx5e: Increase aRFS flow tables sizeGravatar Maor Gottlieb 1-1/+1
2018-06-01net/mlx5e: Remove redundant active_channels indicationGravatar Eran Ben Elisha 4-20/+0
2018-06-01net/mlx5e: Present SW stats when state is not openedGravatar Eran Ben Elisha 2-16/+13
2018-06-01net/mlx5e: IPOIB, Add a missing skb_pullGravatar Tariq Toukan 1-0/+1
2018-06-01net/mlx5e: IPOIB, Fix overflowing SQ WQE memsetGravatar Tariq Toukan 1-3/+3
2018-05-31net/mlx5: Add FPGA QP error eventGravatar Ilan Tayari 1-2/+5
2018-05-31net/mlx5: Add temperature warning event to logGravatar Ilan Tayari 1-0/+23
2018-05-29net/mlx5e: Get the number of offloaded TC rules from the correct tableGravatar Or Gerlitz 2-4/+8
2018-05-29net/mlx5: FPGA, Call DMA unmap with the right sizeGravatar Ilya Lesokhin 1-2/+1
2018-05-29net/mlx5: FPGA, Properly initialize dma direction on fpga conn sendGravatar Ilya Lesokhin 1-0/+1
2018-05-29net/mlx5: FPGA, Abort FPGA init if the device reports no QP capabilityGravatar Yevgeny Kliteynik 1-0/+6
2018-05-29net/mlx5: FPGA, print SBU identification on initGravatar Ilan Tayari 1-2/+5
2018-05-29net/mlx5: FPGA, Add device nameGravatar Ilan Tayari 2-3/+28