summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)Author
2018-06-26net/mlx5: Fix command interface race in polling modeAlex Vesker
2018-06-26net/mlx5: Fix incorrect raw command length parsingAlex Vesker
2018-06-26net/mlx5: Fix wrong size allocation for QoS ETC TC regitsterShay Agroskin
2018-06-26net/mlx5: Fix required capability for manipulating MPFSEli Cohen
2018-06-26net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw managerEli Cohen
2018-06-26net/mlx5e: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz
2018-06-26net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz
2018-06-26net/mlx5e: Don't attempt to dereference the ppriv struct if not being eswitch...Or Gerlitz
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-05net/mlx5e: fix error return code in mlx5e_alloc_rq()Wei Yongjun
2018-06-05net/mlx5e: Make function mlx5e_change_rep_mtu() staticWei Yongjun
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe
2018-06-03net/mlx5: Make function mlx5_fpga_tls_send_teardown_cmd() staticWei Yongjun
2018-06-02net/mlx5: Export flow counter related APIRaed Salem
2018-06-02net/mlx5: Use flow counter pointer as input to the query functionOr Gerlitz
2018-06-01net/mlx5e: TX, Separate cachelines of xmit and completion statsTariq Toukan
2018-06-01net/mlx5e: RX, Always prefer Linear SKB configurationTariq Toukan
2018-06-01net/mlx5e: RX, Enhance legacy Receive Queue memory schemeTariq Toukan
2018-06-01net/mlx5e: RX, Use cyclic WQ in legacy RQTariq Toukan
2018-06-01net/mlx5e: RX, Split WQ objects for different RQ typesTariq Toukan
2018-06-01net/mlx5e: RX, Remove HW LRO support in legacy RQTariq Toukan
2018-06-01net/mlx5e: RX, Dedicate a function for copying SKB headerTariq Toukan
2018-06-01net/mlx5e: RX, Generalise function of SKB frag additionTariq Toukan
2018-06-01net/mlx5e: RX, Generalise name of non-linear SKB head sizeTariq Toukan
2018-06-01net/mlx5e: TX, Obsolete maintaining local copies of skb->len/dataTariq Toukan
2018-06-01net/mlx5: FPGA, Handle QP error eventIlan Tayari
2018-06-01net/mlx5e: Support configurable MTU for vport representorsAdi Nissim
2018-06-01net/mlx5e: Increase aRFS flow tables sizeMaor Gottlieb
2018-06-01net/mlx5e: Remove redundant active_channels indicationEran Ben Elisha
2018-06-01net/mlx5e: Present SW stats when state is not openedEran Ben Elisha
2018-06-01net/mlx5e: IPOIB, Add a missing skb_pullTariq Toukan
2018-06-01net/mlx5e: IPOIB, Fix overflowing SQ WQE memsetTariq Toukan
2018-05-31net/mlx5: Add FPGA QP error eventIlan Tayari
2018-05-31net/mlx5: Add temperature warning event to logIlan Tayari
2018-05-29net/mlx5e: Get the number of offloaded TC rules from the correct tableOr Gerlitz
2018-05-29net/mlx5: FPGA, Call DMA unmap with the right sizeIlya Lesokhin
2018-05-29net/mlx5: FPGA, Properly initialize dma direction on fpga conn sendIlya Lesokhin
2018-05-29net/mlx5: FPGA, Abort FPGA init if the device reports no QP capabilityYevgeny Kliteynik
2018-05-29net/mlx5: FPGA, print SBU identification on initIlan Tayari
2018-05-29net/mlx5: FPGA, Add device nameIlan Tayari
2018-05-29net/mlx5: FPGA, Add doxygen for access type enumIlan Tayari
2018-05-29net/mlx5e: fix TLS dependencyArnd Bergmann
2018-05-29Merge tag 'mlx5e-updates-2018-05-25' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller