aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_netdev.c
AgeCommit message (Expand)Author
2021-12-08net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang
2021-10-06net/mlx4_en: Don't allow aRFS for encapsulated packetsAya Levin
2021-03-17net/mlx4_en: update moderation when config resetKevin(Yudong) Yang
2020-12-30net/mlx4_en: Handle TX error CQEMoshe Shemesh
2020-12-30net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh
2019-12-01net/mlx4_en: Fix wrong limitation for number of TX ringsTariq Toukan
2018-12-17net/mlx4_en: Change min MTU size to ETH_MIN_MTUEran Ben Elisha
2018-09-23mlx4: remove ndo_poll_controllerEric Dumazet
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-10net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'Christophe JAILLET
2018-02-27net/mlx4_en: Remove unnecessary warn print in reset configEran Ben Elisha
2018-02-27net/mlx4_en: Add physical RX/TX bytes/packets countersEran Ben Elisha
2018-01-05mlx4: setup xdp_rxq_infoJesper Dangaard Brouer
2017-12-28net/mlx4_en: Change default QoS settingsMoni Shoua
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-10-11net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan
2017-10-10net/mlx4_en: Limit the number of TX ringsInbar Karmy
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-08-29net/mlx4: Add user mac FW update supportMoshe Shemesh
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh
2017-06-29net/mlx4_en: Do not allocate redundant TX queues when TC is disabledInbar Karmy
2017-06-29net/mlx4_en: Add dynamic variable to hold the number of user priorities (UP)Inbar Karmy
2017-06-26net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"Colin Ian King
2017-06-16bpf: mlx4: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau
2017-06-15net/mlx4_en: Poll XDP TX completion queue in RX NAPITariq Toukan
2017-06-15net/mlx4_en: Optimized single ring steeringSaeed Mahameed
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-02-23net/mlx4: Spoofcheck and zero MAC can't coexistEugenia Emantayev
2017-02-19mlx4: fix potential divide by 0 in mlx4_en_auto_moderation()Eric Dumazet
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-02mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau
2017-02-02mlx4: Fix memory leak after mlx4_en_update_priv()Martin KaFai Lau
2017-01-30net/mlx4_en: Pass user MTU value to Firmware at set port commandShaker Daibes
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-16mlx4: do not call napi_schedule() without careEric Dumazet
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-10mlx4: Return EOPNOTSUPP instead of ENOTSUPPMartin KaFai Lau
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-23net/mlx4_en: Fix user prio field in XDP forwardTariq Toukan
2016-12-08mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau
2016-12-08mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrsMartin KaFai Lau
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau