summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_netdev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-13/+8
|\
| * net/mlx4_en: Fixes for DCBXTariq Toukan2016-09-111-13/+8
* | net/mlx4_en: protect ring->xdp_prog with rcu_read_lockBrenden Blanco2016-09-061-3/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-13/+97
|\
| * net/mlx4_en: Add resilience in low memory systemsEugenia Emantayev2016-07-191-13/+93
| * net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev2016-07-191-0/+4
* | net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco2016-07-191-0/+29
* | net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco2016-07-191-1/+37
* | net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco2016-07-191-0/+60
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-12/+34
|\ \ | |/
| * net/mlx4_en: Avoid unregister_netdev at shutdown flowEran Ben Elisha2016-06-221-2/+15
| * 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: Add DCB PFC support through CEE netlink commandsRana Shahout2016-06-231-0/+25
* | mlx4_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-171-21/+20
* | 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-251-2/+1
* net/mlx4_en: get rid of ret_statsEric Dumazet2016-05-251-5/+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-251-0/+1
* net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky2016-05-051-1/+1
* net/mlx4_en: Add support for inner IPv6 checksum offloads and TSOAlexander Duyck2016-05-041-5/+20
* net/mlx4_en: Add support for UDP tunnel segmentation with outer checksum offloadAlexander Duyck2016-05-041-4/+13
* mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lockHannes Frederic Sowa2016-04-211-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+1
|\
| * net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein2016-03-021-1/+1
* | net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* | mlx4: Implement devlink interfaceJiri Pirko2016-03-011-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-4/+5
|\ \ | |/
| * net/mlx4_en: Avoid changing dev->features directly in run-timeEugenia Emantayev2016-02-171-4/+5
* | net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+4
* | net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-2/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-2/+8
|\
| * net/mlx4_en: Fix HW timestamp init issue upon system startupEugenia Emantayev2015-12-181-0/+7
| * net/mlx4_en: Remove dependency between timestamping capability and service_taskEugenia Emantayev2015-12-181-3/+2
* | mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet2015-11-181-40/+0
|/
* net/mlx4_core: Replace VF zero mac with random mac in mlx4_coreJack Morgenstein2015-10-141-12/+11
* net/mlx4_en: Add steering rules after RSS creationIdo Shamay2015-10-091-64/+80
* net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion2015-07-271-0/+46
* net/mlx4_en: Release TX QP when destroying TX ringEran Ben Elisha2015-06-251-4/+0
* net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha2015-06-151-0/+10
* net/mlx4_en: Show PF own statistics via ethtoolEran Ben Elisha2015-06-151-1/+7
* net/mlx4_core: Allocate default counter per portEran Ben Elisha2015-06-151-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-7/+3
|\
| * cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-281-7/+3
* | net/mlx4: Add EQ poolMatan Barak2015-05-301-6/+1
|/
* net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay2015-04-301-0/+1
* mlx4_en: Use correct loop cursor in error path.Benjamin Poirier2015-04-301-1/+1
* net/mlx4_en: Add RX-ALL supportMuhammad Mahajna2015-04-021-0/+14
* net/mlx4_en: Add RX-FCS supportMuhammad Mahajna2015-04-021-6/+27
OpenPOWER on IntegriCloud