aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-05mlx4: constify args for const dev_addrJakub Kicinski1-3/+5
2021-10-05mlx4: remove custom dev_addr clearingJakub Kicinski1-8/+6
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski1-8/+8
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-23net/mlx4_en: Don't allow aRFS for encapsulated packetsAya Levin1-0/+3
2021-09-19net/mlx4_en: Resolve bad operstate valueLama Kayal1-18/+29
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-03-05net/mlx4_en: update moderation when config resetKevin(Yudong) Yang1-0/+2
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-4/+0
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+14
2020-12-09net/mlx4_en: Handle TX error CQEMoshe Shemesh1-0/+1
2020-12-09net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh1-7/+13
2020-11-20net/mlx4_en: Remove unused performance countersTariq Toukan1-1/+0
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-24/+0
2020-07-10mlx4: convert to new udp_tunnel_nic infraJakub Kicinski1-82/+25
2020-05-14mlx4: Add XDP frame size and adjust max XDP MTUJesper Dangaard Brouer1-1/+2
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