summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: fix overflow in mlx4_en_init_timestamp()Eric Dumazet2017-02-262-11/+8
* net/mlx4_en: Use __skb_fill_page_desc()Eric Dumazet2017-02-231-4/+4
* net/mlx4_core: Use cq quota in SRIOV when creating completion EQsJack Morgenstein2017-02-232-4/+4
* net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new pr...Majd Dibbiny2017-02-231-2/+0
* net/mlx4: Spoofcheck and zero MAC can't coexistEugenia Emantayev2017-02-232-7/+21
* net/mlx4: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz2017-02-237-9/+9
* mlx4: reduce OOM risk on arches with large pagesEric Dumazet2017-02-201-1/+2
* mlx4: fix potential divide by 0 in mlx4_en_auto_moderation()Eric Dumazet2017-02-191-10/+14
* mlx4: do not fire tasklet unless necessaryEric Dumazet2017-02-172-9/+6
* mlx4: do not use rwlock in fast pathEric Dumazet2017-02-152-18/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-074-14/+33
|\
| * mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier2017-02-071-1/+4
| * mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau2017-02-023-7/+27
| * mlx4: Fix memory leak after mlx4_en_update_priv()Martin KaFai Lau2017-02-021-6/+2
* | net/mlx4_en: fix a conditionDan Carpenter2017-02-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-023-1/+14
|\|
| * net/mlx4_core: Avoid command timeouts during VF driver device shutdownJack Morgenstein2017-01-303-1/+14
* | net/mlx4_en: Check the enabling pptx/pprx flags in SET_PORT wrapper flowShaker Daibes2017-01-303-16/+31
* | net/mlx4_en: Check the enabling mtu flag in SET_PORT wrapper flowShaker Daibes2017-01-301-22/+37
* | net/mlx4_en: Pass user MTU value to Firmware at set port commandShaker Daibes2017-01-304-7/+81
* | net/mlx4_en: Adding support of turning off link autonegotiation via ethtoolAriel Levkovich2017-01-301-5/+19
* | net/mlx4_core: Get num_tc using netdev_get_num_tcAlaa Hleihel2017-01-302-2/+2
* | net/mlx4_core: Add resource alloc/dealloc debuggingMatan Barak2017-01-301-4/+45
* | net/mlx4_core: Device revision supportYishai Hadas2017-01-301-1/+1
* | net/mlx4: Replace ENOSYS with better fitting error codesTariq Toukan2017-01-304-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-6/+1
|\|
| * net/mlx4_en: Remove unnecessary checks when setting num channelsEran Ben Elisha2017-01-181-6/+1
* | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-0/+3
* | net/mlx4: use rb_entry()Geliang Tang2017-01-221-4/+4
* | mlx4: support __GFP_MEMALLOC for rxEric Dumazet2017-01-191-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-174-30/+41
|\|
| * net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOVJack Morgenstein2017-01-161-9/+14
| * net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein2017-01-161-2/+3
| * net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein2017-01-161-18/+20
| * mlx4: do not call napi_schedule() without careEric Dumazet2017-01-161-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-1/+1
|\|
| * mlx4: Return EOPNOTSUPP instead of ENOTSUPPMartin KaFai Lau2017-01-101-1/+1
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1
|/
* net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein2016-12-292-21/+19
* net/mlx4_en: Fix type mismatch for 32-bit systemsSlava Shwartsman2016-12-291-6/+2
* net/mlx4: Remove BUG_ON from ICM allocation routineLeon Romanovsky2016-12-291-1/+6
* net/mlx4_en: Fix bad WQE issueEugenia Emantayev2016-12-291-1/+7
* net/mlx4_core: Use-after-free causes a resource leak in flow-steering detachJack Morgenstein2016-12-291-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-271-1/+2
|\
| * net/mlx4_en: Fix user prio field in XDP forwardTariq Toukan2016-12-231-1/+2
* | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-252-3/+3
|/
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-41/+43
|\
| * net/mlx4_core: Use device ID definesBjorn Helgaas2016-11-171-41/+43
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-1/+1
|\ \
| * | ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-1/+1
| |/