summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_netdev.c
Commit message (Expand)AuthorAgeFilesLines
* mlx4: support BIG TCP packetsEric Dumazet2022-05-161-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
|/
* net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang2021-12-011-2/+7
* mlx4: constify args for const dev_addrJakub Kicinski2021-10-051-3/+5
* mlx4: remove custom dev_addr clearingJakub Kicinski2021-10-051-8/+6
* mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-051-8/+8
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net/mlx4_en: Don't allow aRFS for encapsulated packetsAya Levin2021-09-231-0/+3
* net/mlx4_en: Resolve bad operstate valueLama Kayal2021-09-191-18/+29
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net/mlx4_en: update moderation when config resetKevin(Yudong) Yang2021-03-051-0/+2
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-7/+14
|\
| * net/mlx4_en: Handle TX error CQEMoshe Shemesh2020-12-091-0/+1
| * net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh2020-12-091-7/+13
* | net/mlx4_en: Remove unused performance countersTariq Toukan2020-11-201-1/+0
|/
* bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-24/+0
* mlx4: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-101-82/+25
* mlx4: Add XDP frame size and adjust max XDP MTUJesper Dangaard Brouer2020-05-141-1/+2
* mlx4: use new txqueue timeout argumentMichael S. Tsirkin2019-12-121-10/+4
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-0/+9
|\
| * net/mlx4_en: Fix wrong limitation for number of TX ringsTariq Toukan2019-11-181-0/+9
* | bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-18/+6
|/
* mlx4/en_netdev: allow offloading VXLAN over VLANDavide Caratti2019-07-271-26/+17
* net/mlx4_en: fix spelling mistake: "quiting" -> "quitting"Colin Ian King2019-02-181-1/+1
* net/mlx4_en: Change min MTU size to ETH_MIN_MTUEran Ben Elisha2018-12-031-2/+2
* drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-251-1/+0
* mlx4: remove ndo_poll_controllerEric Dumazet2018-09-231-20/+0
* xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-8/+12
* net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'Christophe JAILLET2018-05-101-7/+1
* net/mlx4_en: Remove unnecessary warn print in reset configEran Ben Elisha2018-02-271-4/+0
* net/mlx4_en: Add physical RX/TX bytes/packets countersEran Ben Elisha2018-02-271-0/+4
* mlx4: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-051-1/+2
* net/mlx4_en: Change default QoS settingsMoni Shoua2017-12-281-0/+7
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-3/+3
* net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan2017-10-111-0/+1
* net/mlx4_en: Limit the number of TX ringsInbar Karmy2017-10-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-10/+30
|\
| * net/mlx4: Add user mac FW update supportMoshe Shemesh2017-08-291-2/+21
| * net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-4/+6
| * net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
| * net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0
| * net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+3
* | (IB, net)/mlx4: Add resource utilization supportMoshe Shemesh2017-07-241-1/+2
|/
* net/mlx4_en: Do not allocate redundant TX queues when TC is disabledInbar Karmy2017-06-291-3/+51