summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)Author
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-23net/mlx4_en: Add DCB PFC support through CEE netlink commandsRana Shahout
2016-06-22net/mlx4_en: Avoid unregister_netdev at shutdown flowEran Ben Elisha
2016-06-22net/mlx4_en: Fix the return value of a failure in VLAN VID add/killKamal Heib
2016-06-17mlx4_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck
2016-06-16mlx4e: Do not attempt to offload VXLAN ports that are unrecognizedAlexander Duyck
2016-06-15net/mlx4_en: initialize cmd.context_lock spinlock earlierEric Dumazet
2016-06-09net/mlx4_en: fix ethtool -xEric Dumazet
2016-06-09net/mlx4_en: mlx4_en_netpoll() should schedule TX, not RXEric Dumazet
2016-05-25net/mlx4_en: get rid of private net_device_statsEric Dumazet
2016-05-25net/mlx4_en: get rid of ret_statsEric Dumazet
2016-05-25net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats()Eric Dumazet
2016-05-25net/mlx4_en: fix tx_dropped bugEric Dumazet
2016-05-16net/mlx4_core: Fix access to uninitialized indexTariq Toukan
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-05net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky
2016-05-04net/mlx4_en: Add support for inner IPv6 checksum offloads and TSOAlexander Duyck
2016-05-04net/mlx4_en: Add support for UDP tunnel segmentation with outer checksum offloadAlexander Duyck
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-26net/mlx4_en: fix spurious timestamping callbacksEric Dumazet
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lockHannes Frederic Sowa
2016-04-21net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha
2016-04-21net/mlx4_core: Don't allow to VF change global pause settingsEugenia Emantayev
2016-04-21net/mlx4_core: Avoid repeated calls to pci enable/disableDaniel Jurgens
2016-04-21net/mlx4_core: Implement pci_resume callbackDaniel Jurgens
2016-04-19net/mlx4_en: do batched put_page using atomic_subKonstantin Khlebnikov
2016-04-19net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov
2016-03-20net/mlx4: remove unused array zero_gid[]Colin Ian King
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-18net/mlx4_core: Fix backward compatibility on VFsEli Cohen
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-14mlx4: add missing braces in verify_qp_parametersArnd Bergmann
2016-03-13mlx4: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-03net: mellanox: add DEVLINK dependenciesArnd Bergmann
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend
2016-03-02net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein
2016-03-02net/mlx4_core: Check the correct limitation on VFs for HA modeMoni Shoua
2016-03-02net/mlx4_core: Fix lockdep warning in handling of mac/vlan tablesJack Morgenstein
2016-03-01mlx4: Implement port type setting via devlink interfaceJiri Pirko
2016-03-01mlx4: Implement devlink interfaceJiri Pirko
2016-02-29IB/mlx4: Add support for the don't trap ruleMarina Varshaver
2016-02-25net: mlx4: use new ETHTOOL_G/SSETTINGS APIDavid Decotigny
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-02-17net/mlx4_en: Avoid changing dev->features directly in run-timeEugenia Emantayev