summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
* ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre2016-09-221-1/+1
* net/mlx4_core: Fix deadlock when switching between polling and event fw commandsJack Morgenstein2016-09-212-6/+19
* net/mlx4_core: Use RCU to perform radix tree lookup for SRQLeon Romanovsky2016-09-211-9/+5
* net/mlx4_en: Fix wrong indentationKamal Heib2016-09-211-1/+1
* net/mlx4_en: Add branch prediction hints in RX data-pathTariq Toukan2016-09-211-12/+14
* mlx4: add missed recycle opportunity for XDP_TX on TX failureJesper Dangaard Brouer2016-09-201-1/+2
* mlx4: fix XDP_TX is acting like XDP_PASS on TX ring fullJesper Dangaard Brouer2016-09-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-125-59/+50
|\
| * net/mlx4_en: Fix panic on xmit while port is downMoshe Shemesh2016-09-111-5/+7
| * net/mlx4_en: Fixes for DCBXTariq Toukan2016-09-114-43/+28
| * net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_state()Kamal Heib2016-09-111-1/+4
| * net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_all()Kamal Heib2016-09-111-10/+11
* | net/mlx4_en: protect ring->xdp_prog with rcu_read_lockBrenden Blanco2016-09-063-11/+19
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-041-0/+40
|\
| * net/mlx4: Query performance and diagnostics countersMark Bloch2016-08-031-0/+36
| * net/mlx4: Add diagnostic counters capability bitMark Bloch2016-08-031-0/+4
* | Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-011-1/+3
|\ \
| * \ Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-266-54/+175
| |\ \
| * \ \ Backmerge tag 'v4.7-rc2' into drm-nextDave Airlie2016-06-095-25/+23
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-06-021-1/+3
| |\ \ \
| | * \ \ Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-05-178-27/+93
| | |\ \ \
| | * | | | io-mapping: Specify mapping size for io_mapping_map_wc()Chris Wilson2016-04-281-1/+3
* | | | | | net/mlx4_core: Check device state before unregistering itAlex Vesker2016-07-251-0/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-244-40/+136
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | net/mlx4_en: Add resilience in low memory systemsEugenia Emantayev2016-07-193-37/+132
| * | | | | net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev2016-07-192-3/+4
* | | | | | net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco2016-07-201-2/+4
* | | | | | net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco2016-07-195-8/+211
* | | | | | net/mlx4_en: break out tx_desc write into separate functionBrenden Blanco2016-07-191-58/+76
* | | | | | net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco2016-07-193-10/+109
* | | | | | net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco2016-07-193-4/+102
* | | | | | net/mlx4: Fix some indent inconsistancyChristophe Jaillet2016-07-045-19/+17
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-303-14/+39
|\| | | | |
| * | | | | net/mlx4_en: Avoid unregister_netdev at shutdown flowEran Ben Elisha2016-06-222-3/+19
| * | | | | net/mlx4_en: Fix the return value of a failure in VLAN VID add/killKamal Heib2016-06-221-7/+11
| * | | | | mlx4e: Do not attempt to offload VXLAN ports that are unrecognizedAlexander Duyck2016-06-161-3/+8
| * | | | | net/mlx4_en: initialize cmd.context_lock spinlock earlierEric Dumazet2016-06-152-1/+1
| | |_|_|/ | |/| | |
* | | | | net/mlx4_en: Add DCB PFC support through CEE netlink commandsRana Shahout2016-06-237-14/+329
* | | | | mlx4_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-173-30/+20
* | | | | net/mlx4_en: fix ethtool -xEric Dumazet2016-06-091-13/+12
* | | | | net/mlx4_en: mlx4_en_netpoll() should schedule TX, not RXEric Dumazet2016-06-091-2/+2
|/ / / /
* | | | net/mlx4_en: get rid of private net_device_statsEric Dumazet2016-05-254-15/+5
* | | | net/mlx4_en: get rid of ret_statsEric Dumazet2016-05-252-6/+6
* | | | net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats()Eric Dumazet2016-05-251-0/+4
* | | | net/mlx4_en: fix tx_dropped bugEric Dumazet2016-05-254-5/+9
|/ / /
* | | net/mlx4_core: Fix access to uninitialized indexTariq Toukan2016-05-161-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-1/+1
|\ \ \
| * | | net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens2016-05-051-1/+1
| | |/ | |/|
* | | net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky2016-05-057-117/+45
* | | net/mlx4_en: Add support for inner IPv6 checksum offloads and TSOAlexander Duyck2016-05-042-7/+33