aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12mlx4: use new txqueue timeout argumentMichael S. Tsirkin1-10/+4
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+9
2019-11-18net/mlx4_en: Fix wrong limitation for number of TX ringsTariq Toukan1-0/+9
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-18/+6
2019-07-27mlx4/en_netdev: allow offloading VXLAN over VLANDavide Caratti1-26/+17
2019-02-18net/mlx4_en: fix spelling mistake: "quiting" -> "quitting"Colin Ian King1-1/+1
2018-12-03net/mlx4_en: Change min MTU size to ETH_MIN_MTUEran Ben Elisha1-2/+2
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-09-23mlx4: remove ndo_poll_controllerEric Dumazet1-20/+0
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-8/+12
2018-05-10net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'Christophe JAILLET1-7/+1
2018-02-27net/mlx4_en: Remove unnecessary warn print in reset configEran Ben Elisha1-4/+0
2018-02-27net/mlx4_en: Add physical RX/TX bytes/packets countersEran Ben Elisha1-0/+4
2018-01-05mlx4: setup xdp_rxq_infoJesper Dangaard Brouer1-1/+2
2017-12-28net/mlx4_en: Change default QoS settingsMoni Shoua1-0/+7
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-3/+3
2017-10-11net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan1-0/+1
2017-10-10net/mlx4_en: Limit the number of TX ringsInbar Karmy1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+30
2017-08-29net/mlx4: Add user mac FW update supportMoshe Shemesh1-2/+21
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-4/+6
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+3
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh1-1/+2
2017-06-29net/mlx4_en: Do not allocate redundant TX queues when TC is disabledInbar Karmy1-3/+51
2017-06-29net/mlx4_en: Add dynamic variable to hold the number of user priorities (UP)Inbar Karmy1-3/+3
2017-06-26net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"Colin Ian King1-1/+1
2017-06-16bpf: mlx4: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-3/+18
2017-06-15net/mlx4_en: Poll XDP TX completion queue in RX NAPITariq Toukan1-3/+5
2017-06-15net/mlx4_en: Optimized single ring steeringSaeed Mahameed1-5/+7
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-1/+2
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-1/+3
2017-02-23net/mlx4: Spoofcheck and zero MAC can't coexistEugenia Emantayev1-5/+1
2017-02-19mlx4: fix potential divide by 0 in mlx4_en_auto_moderation()Eric Dumazet1-10/+14
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+25
2017-02-02mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau1-4/+23
2017-02-02mlx4: Fix memory leak after mlx4_en_update_priv()Martin KaFai Lau1-6/+2
2017-01-30net/mlx4_en: Pass user MTU value to Firmware at set port commandShaker Daibes1-0/+8
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
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-23net/mlx4_en: Fix user prio field in XDP forwardTariq Toukan1-1/+2
2016-12-08mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau1-6/+2