summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)AuthorFilesLines
2017-02-17mlx4: do not fire tasklet unless necessaryEric Dumazet2-9/+6
2017-02-15mlx4: do not use rwlock in fast pathEric Dumazet2-18/+19
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+33
2017-02-07mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier1-1/+4
2017-02-06net/mlx4_en: fix a conditionDan Carpenter1-1/+1
2017-02-02mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau3-7/+27
2017-02-02mlx4: Fix memory leak after mlx4_en_update_priv()Martin KaFai Lau1-6/+2
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+14
2017-01-30net/mlx4_core: Avoid command timeouts during VF driver device shutdownJack Morgenstein3-1/+14
2017-01-30net/mlx4_en: Check the enabling pptx/pprx flags in SET_PORT wrapper flowShaker Daibes3-16/+31
2017-01-30net/mlx4_en: Check the enabling mtu flag in SET_PORT wrapper flowShaker Daibes1-22/+37
2017-01-30net/mlx4_en: Pass user MTU value to Firmware at set port commandShaker Daibes4-7/+81
2017-01-30net/mlx4_en: Adding support of turning off link autonegotiation via ethtoolAriel Levkovich1-5/+19
2017-01-30net/mlx4_core: Get num_tc using netdev_get_num_tcAlaa Hleihel2-2/+2
2017-01-30net/mlx4_core: Add resource alloc/dealloc debuggingMatan Barak1-4/+45
2017-01-30net/mlx4_core: Device revision supportYishai Hadas1-1/+1
2017-01-30net/mlx4: Replace ENOSYS with better fitting error codesTariq Toukan4-6/+6
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-0/+3
2017-01-22net/mlx4: use rb_entry()Geliang Tang1-4/+4
2017-01-19mlx4: support __GFP_MEMALLOC for rxEric Dumazet1-1/+2
2017-01-18net/mlx4_en: Remove unnecessary checks when setting num channelsEran Ben Elisha1-6/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-30/+41
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 ...Jack 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/gi...Linus Torvalds1-41/+43
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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 de...Jack Morgenstein1-1/+6
2016-11-28Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow"Tariq Toukan2-19/+3