aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02net/mlx4_en: Change loopback only upon feature changeIdo Shamay1-7/+5
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2015-03-31net/mlx4_en: Add Flow control statistics display via ethtoolMatan Barak1-2/+55
2015-03-31net/mlx4_en: Protect access to the statistics bitmapEran Ben Elisha1-12/+13
2015-03-31net/mlx4_en: Support general selective view of ethtool statisticsEran Ben Elisha1-15/+27
2015-03-31net/mlx4_en: Move statistics bitmap setting to the Ethernet driverEran Ben Elisha1-1/+21
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-0/+1
2015-03-24net/mlx4_en: Call register_netdevice in the proper locationIdo Shamay1-7/+8
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-03-18net/mlx4_en: mlx4_en_set_tx_maxrate() can be staticWu Fengguang1-1/+1
2015-03-18net/mlx4_en: Set statistics bitmap at port initEran Ben Elisha1-2/+2
2015-03-18net/mlx4_en: Add tx queue maxrate supportOr Gerlitz1-0/+29
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-02-04net/mlx4_en: Notify TX Vlan offload changeIdo Shamay1-0/+4
2015-02-04net/mlx4_en: Port aggregation configurationMoni Shoua1-0/+176
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-1/+1
2015-01-15net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steeringOr Gerlitz1-1/+2
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-4/+6
2014-12-16net/mlx4: Cache line CQE/EQE stride fixesIdo Shamay1-2/+9
2014-12-11net/mlx4: Add support for A0 steeringMatan Barak1-1/+2
2014-12-11net/mlx4: Add A0 hybrid steeringMatan Barak1-1/+1
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev1-9/+1
2014-12-08net/mlx4_en: Support for configurable RSS hash functionEyal Perry1-0/+11
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko1-1/+1
2014-11-23mlx4: fix mlx4_en_set_rxfh()Eric Dumazet1-0/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+12
2014-11-19net/mlx4_en: Add VXLAN ndo calls to the PF net device ops tooOr Gerlitz1-1/+6
2014-11-14net/mlx4_en: Implement ndo_gso_check()Joe Stringer1-0/+6
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+14
2014-11-11net/mlx4_en: Advertize encapsulation offloads features only when VXLAN tunnel is setOr Gerlitz1-8/+14
2014-11-11net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli1-0/+5
2014-10-28net/mlx4_en: Move spinlocks and work initalizations to beginning of init_netdevEugenia Emantayev1-15/+15
2014-10-28net/mlx4_en: Call napi_synchronize on stop_portIdo Shamay1-2/+1
2014-10-28net/mlx4_en: Cleanups suggested by clang static checkerJack Morgenstein1-1/+1
2014-10-28net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ONSaeed Mahameed1-1/+88
2014-10-28net/mlx4_en: Add support for setting rxvlan offload OFF/ONSaeed Mahameed1-1/+1
2014-09-19net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay1-0/+1
2014-08-29net/mlx4: Move the tunnel steering helper function to mlx4_coreOr Gerlitz1-29/+2
2014-07-22net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai1-0/+1
2014-07-22net/mlx4_en: current_mac isn't updated in port upEyal Perry1-0/+1
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-07-08net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai1-0/+1
2014-07-08net/mlx4_en: Fix mac_hash database inconsistencyNoa Osherovich1-9/+14
2014-07-08net/mlx4_en: Do not disable vlan filter during promiscuous modeEugenia Emantayev1-10/+0
2014-07-07net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't setOr Gerlitz1-1/+1
2014-06-11net/mlx4_en: Use affinity hintYuval Atias1-1/+34
2014-06-02Revert "net/mlx4_en: Use affinity hint"David S. Miller1-30/+0
2014-06-01net/mlx4_en: Use affinity hintYuval Atias1-0/+30
2014-05-14net/mlx4_en: Using positive error value for unsignedEyal Perry1-2/+2