summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'mlxsw-spectrum-Enforce-some-HW-limitations-for-matchall-TC-offl...Jakub Kicinski2020-05-108-17/+332
|\
| * selftests: mlxsw: tc_restrictions: add couple of test for the correct matchal...Jiri Pirko2020-05-101-0/+107
| * selftests: mlxsw: tc_restrictions: add test to check sample action restrictionsJiri Pirko2020-05-101-0/+25
| * selftests: mlxsw: rename tc_flower_restrictions.sh to tc_restrictions.shJiri Pirko2020-05-101-0/+0
| * mlxsw: spectrum_flower: Forbid to insert flower rules in collision with match...Jiri Pirko2020-05-101-0/+32
| * mlxsw: spectrum_matchall: Forbid to insert matchall rules in collision with f...Jiri Pirko2020-05-103-3/+41
| * mlxsw: spectrum_matchall: Expose a function to get min and max rule priorityJiri Pirko2020-05-102-0/+38
| * mlxsw: spectrum_matchall: Put matchall list into substruct of flow structJiri Pirko2020-05-103-7/+9
| * mlxsw: spectrum_flower: Expose a function to get min and max rule priorityJiri Pirko2020-05-105-7/+75
| * mlxsw: spectrum_matchall: Restrict sample action to be allowed only on ingressJiri Pirko2020-05-101-0/+5
|/
* hinic: add three net_device_ops of vfLuo bin2020-05-1011-24/+453
* Merge tag 'mlx5-updates-2020-05-09' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2020-05-0925-284/+498
|\
| * net/mlx5e: Enhance ICOSQ WQE info fieldsTariq Toukan2020-05-093-11/+19
| * net/mlx5: Accel, Remove unnecessary header includeTariq Toukan2020-05-091-1/+0
| * net/mlx5e: Use struct assignment for WQE info updatesTariq Toukan2020-05-094-17/+24
| * net/mlx5e: Take TX WQE info structures out of general EN headerTariq Toukan2020-05-093-27/+27
| * net/mlx5e: kTLS, Do not fill edge for the DUMP WQEs in TX flowTariq Toukan2020-05-091-4/+1
| * net/mlx5e: kTLS, Fill work queue edge separately in TX flowTariq Toukan2020-05-091-10/+8
| * net/mlx5e: Split TX acceleration offloads into two phasesMaxim Mikityanskiy2020-05-098-23/+52
| * net/mlx5e: Update UDP fields of the SKB for GSO firstMaxim Mikityanskiy2020-05-091-3/+5
| * net/mlx5e: Make TLS offload independent of wqe and piMaxim Mikityanskiy2020-05-095-23/+23
| * net/mlx5e: Pass only eseg to IPSEC offloadMaxim Mikityanskiy2020-05-093-4/+4
| * net/mlx5e: Return void from mlx5e_sq_xmit and mlx5i_sq_xmitMaxim Mikityanskiy2020-05-094-19/+18
| * net/mlx5e: Unify checks of TLS offloadsMaxim Mikityanskiy2020-05-093-22/+13
| * net/mlx5e: Return bool from TLS and IPSEC offloadsMaxim Mikityanskiy2020-05-098-68/+50
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-098-99/+301
| |\
| | * net/mlx5: Add support to get lag physical portMaor Gottlieb2020-05-012-0/+26
| | * net/mlx5: Change lag mutex lock to spin lockMaor Gottlieb2020-05-011-21/+21
| | * bonding: Implement ndo_get_xmit_slaveMaor Gottlieb2020-05-011-0/+43
| | * bonding: Add array of all slavesMaor Gottlieb2020-05-012-20/+61
| | * bonding: Add function to get the xmit slave in active-backup modeMaor Gottlieb2020-05-011-1/+7
| | * bonding: Add helper function to get the xmit slave in rr modeMaor Gottlieb2020-05-011-26/+30
| | * bonding: Add helper function to get the xmit slave based on hashMaor Gottlieb2020-05-011-7/+21
| | * bonding/alb: Add helper functions to get the xmit slaveMaor Gottlieb2020-05-012-9/+30
| | * bonding: Rename slave_arr to usable_slavesMaor Gottlieb2020-05-013-23/+23
| | * bonding: Export skip slave logic to functionMaor Gottlieb2020-05-011-21/+26
| | * net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb2020-05-012-0/+34
* | | Merge branch 'net-atlantic-driver-updates'Jakub Kicinski2020-05-0914-109/+77
|\ \ \ | |/ / |/| |
| * | net: atlantic: unify MAC generationMark Starovoytov2020-05-093-44/+15
| * | net: atlantic: remove check for boot code survivability before reset requestMark Starovoytov2020-05-091-8/+0
| * | net: atlantic: remove hw_atl_b0_hw_rss_set call from A2 codeMark Starovoytov2020-05-093-8/+7
| * | net: atlantic: remove TPO2 check from A0 codeMark Starovoytov2020-05-091-2/+1
| * | net: atlantic: rename AQ_NIC_RATE_2GS to AQ_NIC_RATE_2G5Mark Starovoytov2020-05-0910-42/+49
| * | net: atlantic: minor MACSec code cleanupMark Starovoytov2020-05-091-3/+3
| * | net: atlantic: use __packed instead of the full expansion.Mark Starovoytov2020-05-091-2/+2
|/ /
* | net: lio_core: remove redundant assignment to variable tx_doneColin Ian King2020-05-091-1/+0
* | net/atheros: remove redundant assignment to variable sizeColin Ian King2020-05-091-1/+1
* | cnic: remove redundant assignment to variable retColin Ian King2020-05-091-1/+0
* | net: tg3: tidy up loop, remove need to compute off with a multiplyColin Ian King2020-05-091-5/+3
* | Merge branch 'r8169-sync-few-functionalities-with-vendor-driver'Jakub Kicinski2020-05-091-24/+39
|\ \