summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_netdev.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-27net: 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-09net/mlx4_en: Support for configurable RSS hash functionEyal Perry1-0/+11
2014-12-03net: 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-22Merge 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-15net/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...Or Gerlitz1-8/+14
2014-11-11net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli1-0/+5
2014-10-29net/mlx4_en: Move spinlocks and work initalizations to beginning of init_netdevEugenia Emantayev1-15/+15
2014-10-29net/mlx4_en: Call napi_synchronize on stop_portIdo Shamay1-2/+1
2014-10-29net/mlx4_en: Cleanups suggested by clang static checkerJack Morgenstein1-1/+1
2014-10-29net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ONSaeed Mahameed1-1/+88
2014-10-29net/mlx4_en: Add support for setting rxvlan offload OFF/ONSaeed Mahameed1-1/+1
2014-09-20net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay1-0/+1
2014-08-30net/mlx4: Move the tunnel steering helper function to mlx4_coreOr Gerlitz1-29/+2
2014-07-23net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai1-0/+1
2014-07-23net/mlx4_en: current_mac isn't updated in port upEyal Perry1-0/+1
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-07-09net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai1-0/+1
2014-07-09net/mlx4_en: Fix mac_hash database inconsistencyNoa Osherovich1-9/+14
2014-07-09net/mlx4_en: Do not disable vlan filter during promiscuous modeEugenia Emantayev1-10/+0
2014-07-08net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't setOr Gerlitz1-1/+1
2014-06-12net/mlx4_en: Use affinity hintYuval Atias1-1/+34
2014-06-02Revert "net/mlx4_en: Use affinity hint"David S. Miller1-30/+0
2014-06-02net/mlx4_en: Use affinity hintYuval Atias1-0/+30
2014-05-14net/mlx4_en: Using positive error value for unsignedEyal Perry1-2/+2
2014-05-14net/mlx4_en: Protect MAC address modification with the state_lock mutexShani Michaelli1-2/+1
2014-05-14net/mlx4_en: Fix errors in MAC address changing when port is downShani Michaelli1-2/+3
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-09mellanox: Logging message cleanupsJoe Perches1-4/+4
2014-04-16mlx4_en: don't use napi_synchronize inside mlx4_en_netpollChris Mason1-5/+1
2014-04-02net/mlx4: Set proper build dependancy with vxlanOr Gerlitz1-0/+8
2014-03-29net/mlx4: Implement vxlan ndo callsOr Gerlitz1-2/+84
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2014-03-13net/mlx4_en: Deregister multicast vxlan steering rules when going downOr Gerlitz1-0/+2
2014-03-13net/mlx4_en: Handle vxlan steering rules for mac address changesOr Gerlitz1-0/+8
2014-03-03net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64()Eugenia Emantayev1-22/+10
2014-02-27net/mlx4_en: Fix bad use of dev_idAmir Vadai1-1/+0
2014-02-27net/mlx4_en: Expose port number through sysfsAmir Vadai1-0/+1
2014-01-08net/mlx4_en: fix error return code in mlx4_en_get_qp()Wei Yongjun1-2/+3
2014-01-01net: mlx4: slight optimization of addr comparedingtianhong1-2/+2
2013-12-31net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunnelingOr Gerlitz1-0/+94
2013-12-20net/mlx4_en: Configure the XPS queue mapping on driver loadIdo Shamay1-2/+4
2013-12-20net/mlx4_en: Implement ndo_get_phys_port_idHadar Hen Zion1-0/+23