summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_netdev.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+97
2016-07-19net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco1-0/+29
2016-07-19net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco1-1/+37
2016-07-19net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco1-0/+60
2016-07-19net/mlx4_en: Add resilience in low memory systemsEugenia Emantayev1-13/+93
2016-07-19net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev1-0/+4
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+34
2016-06-23net/mlx4_en: Add DCB PFC support through CEE netlink commandsRana Shahout1-0/+25
2016-06-22net/mlx4_en: Avoid unregister_netdev at shutdown flowEran Ben Elisha1-2/+15
2016-06-22net/mlx4_en: Fix the return value of a failure in VLAN VID add/killKamal Heib1-7/+11
2016-06-17mlx4_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-21/+20
2016-06-16mlx4e: Do not attempt to offload VXLAN ports that are unrecognizedAlexander Duyck1-3/+8
2016-06-09net/mlx4_en: mlx4_en_netpoll() should schedule TX, not RXEric Dumazet1-2/+2
2016-05-25net/mlx4_en: get rid of private net_device_statsEric Dumazet1-2/+1
2016-05-25net/mlx4_en: get rid of ret_statsEric Dumazet1-5/+6
2016-05-25net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats()Eric Dumazet1-0/+4
2016-05-25net/mlx4_en: fix tx_dropped bugEric Dumazet1-0/+1
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky1-1/+1
2016-05-04net/mlx4_en: Add support for inner IPv6 checksum offloads and TSOAlexander Duyck1-5/+20
2016-05-04net/mlx4_en: Add support for UDP tunnel segmentation with outer checksum offloadAlexander Duyck1-4/+13
2016-04-21mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lockHannes Frederic Sowa1-0/+2
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-03-02net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein1-1/+1
2016-03-01mlx4: Implement devlink interfaceJiri Pirko1-1/+7
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2016-02-17net/mlx4_en: Avoid changing dev->features directly in run-timeEugenia Emantayev1-4/+5
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+4
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-2/+10
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2015-12-18net/mlx4_en: Fix HW timestamp init issue upon system startupEugenia Emantayev1-0/+7
2015-12-18net/mlx4_en: Remove dependency between timestamping capability and service_taskEugenia Emantayev1-3/+2
2015-11-18mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet1-40/+0
2015-10-14net/mlx4_core: Replace VF zero mac with random mac in mlx4_coreJack Morgenstein1-12/+11
2015-10-09net/mlx4_en: Add steering rules after RSS creationIdo Shamay1-64/+80
2015-07-27net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion1-0/+46
2015-06-25net/mlx4_en: Release TX QP when destroying TX ringEran Ben Elisha1-4/+0
2015-06-15net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha1-0/+10
2015-06-15net/mlx4_en: Show PF own statistics via ethtoolEran Ben Elisha1-1/+7
2015-06-15net/mlx4_core: Allocate default counter per portEran Ben Elisha1-0/+5
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+3
2015-05-30net/mlx4: Add EQ poolMatan Barak1-6/+1
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell1-7/+3
2015-04-30net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay1-0/+1
2015-04-30mlx4_en: Use correct loop cursor in error path.Benjamin Poirier1-1/+1
2015-04-02net/mlx4_en: Add RX-ALL supportMuhammad Mahajna1-0/+14
2015-04-02net/mlx4_en: Add RX-FCS supportMuhammad Mahajna1-6/+27
2015-04-02net/mlx4: Warn users of depracated QoS FirmwareIdo Shamay1-1/+1
2015-04-02net/mlx4_en: Enable TX rate limit per VFIdo Shamay1-0/+11
2015-04-02net/mlx4_en: Change loopback only upon feature changeIdo Shamay1-7/+5