summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)Author
2016-11-28net/mlx4: Fix uninitialized fields in rule when adding promiscuous mode to de...Jack Morgenstein
2016-11-28Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow"Tariq Toukan
2016-11-23net/mlx4_en: Free netdev resources under state lockTariq Toukan
2016-11-09Revert "net/mlx4_en: Fix panic during reboot"Tariq Toukan
2016-10-29net/mlx4_en: Save slave ethtool stats commandTariq Toukan
2016-10-29net/mlx4_en: Fix potential deadlock in port statistics flowJack Morgenstein
2016-10-29net/mlx4: Fix firmware command timeout during interrupt testEugenia Emantayev
2016-10-29net/mlx4_core: Do not access comm channel if it has not yet been initializedJack Morgenstein
2016-10-29net/mlx4_en: Fix panic during rebootEugenia Emantayev
2016-10-29net/mlx4_en: Process all completions in RX rings after port goes upErez Shitrit
2016-10-29net/mlx4_en: Resolve dividing by zero in 32-bit systemEugenia Emantayev
2016-10-29net/mlx4_core: Change the default value of enable_qosMoshe Lazer
2016-10-29net/mlx4_core: Avoid setting ports to auto when only one port type is supportedMaor Gottlieb
2016-10-29net/mlx4_core: Fix the resource-type enum in res tracker to conform to FW specJack Morgenstein
2016-10-29IB/mlx4: avoid a -Wmaybe-uninitialize warningArnd Bergmann
2016-10-14net/mlx4_en: fixup xdp tx irq to match rxBrenden Blanco
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-10-07IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packetsJack Morgenstein
2016-09-30mlx4: remove unused fieldsDavid Decotigny
2016-09-24net/mlx4: Add VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-24net/mlx4_en: Disable vlan HW acceleration when in VF vlan protocol 802.1ad modeMoshe Shemesh
2016-09-24net/mlx4_core: Preparation for VF vlan protocol 802.1adMoshe Shemesh
2016-09-24net/mlx4_core: Fix QUERY FUNC CAP flagsMoshe Shemesh
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre
2016-09-22net/mlx4_core: Fix to clean devlink resourcesKamal Heib
2016-09-21net/mlx4_core: Fix deadlock when switching between polling and event fw commandsJack Morgenstein
2016-09-21net/mlx4_core: Use RCU to perform radix tree lookup for SRQLeon Romanovsky
2016-09-21net/mlx4_en: Fix wrong indentationKamal Heib
2016-09-21net/mlx4_en: Add branch prediction hints in RX data-pathTariq Toukan
2016-09-20mlx4: add missed recycle opportunity for XDP_TX on TX failureJesper Dangaard Brouer
2016-09-19mlx4: fix XDP_TX is acting like XDP_PASS on TX ring fullJesper Dangaard Brouer
2016-09-16net/mlx4_en: fix off by one in error handlingSebastian Ott
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-11net/mlx4_en: Fix panic on xmit while port is downMoshe Shemesh
2016-09-11net/mlx4_en: Fixes for DCBXTariq Toukan
2016-09-11net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_state()Kamal Heib
2016-09-11net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_all()Kamal Heib
2016-09-06net/mlx4_en: protect ring->xdp_prog with rcu_read_lockBrenden Blanco
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-08-03net/mlx4: Query performance and diagnostics countersMark Bloch
2016-08-03net/mlx4: Add diagnostic counters capability bitMark Bloch
2016-08-01Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie
2016-07-25net/mlx4_core: Check device state before unregistering itAlex Vesker
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-20net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco
2016-07-19net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco
2016-07-19net/mlx4_en: break out tx_desc write into separate functionBrenden Blanco