aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-16net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOVJack Morgenstein1-9/+14
2017-01-16net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT transitionsJack Morgenstein1-2/+3
2017-01-16net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein1-18/+20
2017-01-16mlx4: do not call napi_schedule() without careEric Dumazet1-1/+4
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-10mlx4: Return EOPNOTSUPP instead of ENOTSUPPMartin KaFai Lau1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-12-29net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein2-21/+19
2016-12-29net/mlx4_en: Fix type mismatch for 32-bit systemsSlava Shwartsman1-6/+2
2016-12-29net/mlx4: Remove BUG_ON from ICM allocation routineLeon Romanovsky1-1/+6
2016-12-29net/mlx4_en: Fix bad WQE issueEugenia Emantayev1-1/+7
2016-12-29net/mlx4_core: Use-after-free causes a resource leak in flow-steering detachJack Morgenstein1-2/+4
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2-3/+3
2016-12-23net/mlx4_en: Fix user prio field in XDP forwardTariq Toukan1-1/+2
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-41/+43
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-08mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau4-17/+27
2016-12-08mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrsMartin KaFai Lau2-30/+44
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-0/+5
2016-12-03mlx4: use reset to set mac headerZhang Shengju1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-20/+9
2016-12-02mlx4: fix use-after-free in mlx4_en_fold_software_stats()Eric Dumazet2-1/+5
2016-11-30ethernet :mellanox :mlx4: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-4/+2
2016-11-29mlx4: give precise rx/tx bytes/packets countersEric Dumazet4-23/+58
2016-11-28net/mlx4: Fix uninitialized fields in rule when adding promiscuous mode to device managed flow steeringJack Morgenstein1-1/+6
2016-11-28Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow"Tariq Toukan2-19/+3
2016-11-27mlx4: do not use priv->stats_lock in mlx4_en_auto_moderation()Eric Dumazet1-4/+2
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-11-24mlx4: reorganize struct mlx4_en_tx_ringEric Dumazet3-44/+48
2016-11-23net/mlx4_en: Free netdev resources under state lockTariq Toukan1-1/+4
2016-11-21mlx4: avoid unnecessary dirtying of critical fieldsEric Dumazet1-17/+30
2016-11-17net/mlx4_core: Use device ID definesBjorn Helgaas1-41/+43
2016-11-17net/mlx4_en: remove napi_hash_del() callEric Dumazet1-4/+0
2016-11-16net/mlx4_en: use napi_complete_done() return valueEric Dumazet1-2/+2
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-12bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann1-1/+4
2016-11-09Revert "net/mlx4_en: Fix panic during reboot"Tariq Toukan1-1/+0
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan7-12/+60
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan8-205/+293
2016-11-02net/mlx4_en: Add TX_XDP for CQ typesTariq Toukan2-12/+13
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-61/+105
2016-10-29net/mlx4_en: Save slave ethtool stats commandTariq Toukan1-2/+3
2016-10-29net/mlx4_en: Fix potential deadlock in port statistics flowJack Morgenstein3-16/+3
2016-10-29net/mlx4: Fix firmware command timeout during interrupt testEugenia Emantayev2-35/+53
2016-10-29net/mlx4_core: Do not access comm channel if it has not yet been initializedJack Morgenstein1-0/+9
2016-10-29net/mlx4_en: Fix panic during rebootEugenia Emantayev1-0/+1
2016-10-29net/mlx4_en: Process all completions in RX rings after port goes upErez Shitrit1-0/+7
2016-10-29net/mlx4_en: Resolve dividing by zero in 32-bit systemEugenia Emantayev1-1/+4