aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-11net/mlx4: Add support for A0 steeringMatan Barak6-17/+176
2014-12-11net/mlx4: Refactor QUERY_PORTMatan Barak3-95/+154
2014-12-11net/mlx4_core: Add explicit error message when rule doesn't meet configurationMatan Barak1-3/+18
2014-12-11net/mlx4: Add A0 hybrid steeringMatan Barak6-21/+288
2014-12-11net/mlx4: Add mlx4_bitmap zone allocatorMatan Barak2-0/+451
2014-12-11net/mlx4: Add a check if there are too many reserved QPsDotan Barak1-1/+7
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev11-31/+110
2014-12-11net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak3-1/+77
2014-12-11net/mlx4_core: Mask out host side virtualization features for guestsOr Gerlitz1-1/+11
2014-12-11net/mlx4_en: Set csum level for encapsulated packetsOr Gerlitz1-1/+2
2014-12-08net/mlx4_en: Support for configurable RSS hash functionEyal Perry4-7/+54
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+11
2014-12-08net/mlx5_core: Add more supported devicesEli Cohen1-1/+5
2014-12-08net/mlx5_core: Clear outbox of dealloc uarMajd Dibbiny1-0/+1
2014-12-08net/mlx5_core: Print resource number on QP/SRQ async eventsEli Cohen1-2/+2
2014-12-08net/mlx5_core: Fix command queue size enforcementEli Cohen1-1/+1
2014-12-08net/mlx5_core: Fix min vectors value in mlx5_enable_msixEli Cohen1-1/+1
2014-12-08net/mlx5_core: Request the mlx5 IB module on driver loadEli Cohen1-0/+7
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko1-1/+1
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-11-26net/mlx4_core: Limit count field to 24 bits in qp_alloc_resJack Morgenstein1-1/+1
2014-11-23mlx4: fix mlx4_en_set_rxfh()Eric Dumazet4-5/+10
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+12
2014-11-21net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is setSaeed Mahameed1-1/+1
2014-11-21mlx4: don't duplicate kvfree()Al Viro1-8/+2
2014-11-21mlx5: don't duplicate kvfree()Al Viro3-6/+6
2014-11-19net/mlx4_en: Add VXLAN ndo calls to the PF net device ops tooOr Gerlitz1-1/+6
2014-11-16mlx4: use netdev_rss_key_fill() helperEric Dumazet2-6/+9
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-13net/mlx4_core: Support more than 64 VFsMatan Barak2-1/+28
2014-11-13net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for PF/VFsMatan Barak5-39/+186
2014-11-13net/mlx4_core: Add QUERY_FUNC firmware commandMatan Barak2-0/+67
2014-11-13net/mlx4_core: Refactor mlx4_load_oneMatan Barak1-42/+99
2014-11-13net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanupMatan Barak3-36/+57
2014-11-13net/mlx4_core: Use correct variable type for mlx4_slave_capMatan Barak3-4/+4
2014-11-13net/mlx4_core: Fix wrong reading of reserved_eqsMatan Barak1-1/+1
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 Michaeli6-8/+141
2014-11-11net/mlx4_en: Extend usage of napi_gro_fragsShani Michaeli1-54/+54
2014-11-10mlx4: restore conditional call to napi_complete_done()Eric Dumazet1-7/+8
2014-11-10mlx4: use napi_complete_done()Eric Dumazet1-7/+4
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+5
2014-11-06net/mlx5_core: Fix race on driver loadEli Cohen1-2/+2
2014-11-06net/mlx5_core: Fix race in create EQEli Cohen1-4/+3
2014-11-03net/mlx4_core: Add retrieval of CONFIG_DEV parametersMatan Barak4-6/+108
2014-11-03net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pagesIdo Shamay1-3/+4
2014-11-03net/mlx4_en: Remove RX buffers alignment to IP_ALIGNIdo Shamay2-13/+4
2014-11-03net/mlx4_core: Protect port type setting by mutexAmir Vadai1-1/+8
2014-11-03net/mlx4_core: Prevent VF from changing port configurationSaeed Mahameed3-2/+35