summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)Author
2018-05-10net/mlx4_core: Use msi_x module param to limit num of MSI-X irqsTariq Toukan
2018-05-10net/mlx4_core: Add PCI calls for suspend/resumeYishai Hadas
2018-05-10net/mlx4_core: Report driver version to FWEran Ben Elisha
2018-05-04net/mlx4_en: optimizes get_fixed_ipv6_csum()Eric Dumazet
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-01net/mlx4: fix spelling mistake: "failedi" -> "failed"Colin Ian King
2018-04-29mlx4: Don't bother using skb_tx_hash in mlx4_en_select_queueAlexander Duyck
2018-04-18bpf: make mlx4 compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-03net/mlx4_core: Report PCIe link properties with pcie_print_link_status()Tal Gilboa
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-01net/mlx4_en: CHECKSUM_COMPLETE support for fragmentsEric Dumazet
2018-03-27net/mlx4_core: Fix memory leak while delete slave's resourcesMoshe Shemesh
2018-03-27net/mlx4_en: Fix mixed PFC and Global pause user control requestsEran Ben Elisha
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-15RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe
2018-03-07net/mlx4_en: try to use high order pages for RX ringsEric Dumazet
2018-02-27net/mlx4_en: RX csum, pre-define enabled protocols for IP status maskingTariq Toukan
2018-02-27net/mlx4_en: Combine checks of end-cases in RX completion functionTariq Toukan
2018-02-27net/mlx4_en: Remove unnecessary warn print in reset configEran Ben Elisha
2018-02-27net/mlx4_en: Add physical RX/TX bytes/packets countersEran Ben Elisha
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe
2018-01-15IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH portsJack Morgenstein
2018-01-09net/mlx4_en: Align behavior of set ring size flow via ethtoolEugenia Emantayev
2018-01-05mlx4: setup xdp_rxq_infoJesper Dangaard Brouer
2017-12-28net/mlx4_en: Change default QoS settingsMoni Shoua
2017-12-28net/mlx4_core: Cleanup FMR unmapping flowTariq Toukan
2017-12-28net/mlx4_en: RX csum, reorder branchesTariq Toukan
2017-12-28net/mlx4_en: RX csum, remove redundant branches and checksTariq Toukan
2017-12-13net/mlx4_en: Fill all counters under one call of stats lockEran Ben Elisha
2017-12-13net/mlx4_core: Fix wrong calculation of free countersEran Ben Elisha
2017-12-13net/mlx4_en: Fix selftest for small MTUsEugenia Emantayev
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-13net/mlx4: Use Kconfig flag to remove support of old gen2 Mellanox devicesSlava Shwartsman
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-22drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_tElena Reshetova
2017-10-22drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_tElena Reshetova
2017-10-22drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_tElena Reshetova
2017-10-11net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan
2017-10-11net/mlx4_en: Obsolete call to generic write_desc in XDP xmit flowTariq Toukan