summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Generalize PTP implementationAya Levin2021-03-258-62/+59
* net/mlx5e: Generalize direct-TIRs and direct-RQTs APIAya Levin2021-03-254-36/+45
* net/mlx5e: Generalize close RQAya Levin2021-03-252-16/+9
* net/mlx5e: Generalize RQ activationAya Levin2021-03-252-14/+6
* net/mlx5e: Generalize open RQAya Levin2021-03-254-202/+147
* net/mlx5: Add helper to set time-stamp translator on a queueAya Levin2021-03-253-9/+14
* net/mlx5e: Allow creating mpwqe info without channelAya Levin2021-03-251-5/+4
* net/mlx5e: Restrict usage of mlx5e_priv in params logic functionsTariq Toukan2021-03-258-75/+77
* net/mlx5e: Move params logic into its dedicated fileTariq Toukan2021-03-256-483/+497
* net/mlx5e: Pass q_counter indentifier as parameter to rq_param buildersTariq Toukan2021-03-254-7/+11
* net/mlx5e: alloc the correct size for indirection_rqtSaeed Mahameed2021-03-251-2/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-9/+6
|\
| * bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-9/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-2521-81/+165
|\ \
| * | net/mlx5: SF, do not use ecpu bit for vhca state processingParav Pandit2021-03-224-24/+17
| * | net/mlx5e: Fix division by 0 in mlx5e_select_queueMaxim Mikityanskiy2021-03-221-0/+5
| * | net/mlx5e: Fix error path for ethtool set-priv-flagAya Levin2021-03-221-1/+5
| * | net/mlx5e: Offload tuple rewrite for non-CT flowsDima Chumak2021-03-222-12/+35
| * | net/mlx5e: Allow to match on MPLS parameters only for MPLS over UDPAlaa Hleihel2021-03-221-0/+10
| * | net/mlx5: Add back multicast stats for uplink representorHuy Nguyen2021-03-221-0/+7
| * | net/mlx5: DR, Fix potential shift wrapping of 32-bit value in STEv1 getterYevgeny Kliteynik2021-03-101-2/+2
| * | net/mlx5: SF: Fix error flow of SFs allocation flowShay Drory2021-03-101-1/+1
| * | net/mlx5: SF: Fix memory leak of work itemShay Drory2021-03-101-0/+1
| * | net/mlx5: SF, Correct vhca context sizeParav Pandit2021-03-101-1/+1
| * | net/mlx5e: E-switch, Fix rate calculation divisionParav Pandit2021-03-101-1/+2
| * | net/mlx5: Set QP timestamp mode to defaultMaor Gottlieb2021-03-103-0/+3
| * | net/mlx5e: Fix error flow in change profileRoi Dayan2021-03-102-18/+26
| * | net/mlx5: Disable VF tunnel TX offload if ignore_flow_level isn't supportedMaor Dickman2021-03-101-1/+2
| * | net/mlx5e: Check correct ip_version in decapsulation route resolutionRoi Dayan2021-03-103-5/+7
| * | net/mlx5: Fix turn-off PPS commandAya Levin2021-03-101-4/+4
| * | net/mlx5e: Don't match on Geneve options in case option masks are all zeroMaor Dickman2021-03-101-0/+4
| * | net/mlx5e: Revert parameters on errors when changing PTP state without resetMaxim Mikityanskiy2021-03-101-0/+5
| * | net/mlx5e: When changing XDP program without reset, take refs for XSK RQsMaxim Mikityanskiy2021-03-101-1/+3
| * | net/mlx5e: Set PTP channel pointer explicitly to NULLAya Levin2021-03-101-1/+3
| * | net/mlx5e: Accumulate port PTP TX stats with other channels statsAya Levin2021-03-101-0/+9
| * | net/mlx5e: RX, Mind the MPWQE gaps when calculating offsetsTariq Toukan2021-03-103-8/+9
| * | net/mlx5e: Enforce minimum value check for ICOSQ sizeTariq Toukan2021-03-101-2/+3
| |/
* | net: ethernet: Remove duplicate include of vhca_event.hWan Jiabing2021-03-231-1/+0
* | net: ethernet: indir_table.h is included twiceWan Jiabing2021-03-231-1/+0
* | net/mlx5: E-Switch, Protect changing mode while adding rulesRoi Dayan2021-03-164-3/+122
* | net/mlx5: E-Switch, Change mode lock from mutex to rw semaphoreRoi Dayan2021-03-163-20/+19
* | net/mlx5e: Do not reload ethernet ports when changing eswitch modeRoi Dayan2021-03-167-54/+115
* | net/mlx5e: Unregister eth-reps devices firstRoi Dayan2021-03-161-4/+4
* | net/mlx5: Move devlink port from mlx5e priv to mlx5e resourcesRoi Dayan2021-03-166-9/+28
* | net/mlx5: Move mlx5e hw resources into a sub objectRoi Dayan2021-03-167-31/+34
* | net/mlx5e: Register nic devlink port with switch idRoi Dayan2021-03-162-1/+29
* | net/mlx5e: Move devlink port register and unregister callsRoi Dayan2021-03-162-11/+21
* | net/mlx5e: Verify dev is present in some ndosRoi Dayan2021-03-163-0/+26
* | net/mlx5e: Use nic mode netdev ndos and ethtool ops for uplink representorRoi Dayan2021-03-161-129/+4
* | net/mlx5e: Add offload stats ndos to nic netdev opsRoi Dayan2021-03-163-3/+37