summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
...
* | net/mlx5e: Register devlink ports for physical link, PCI PF, VFsParav Pandit2019-07-092-31/+78
* | net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-091-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-4/+6
|\|
| * idr: introduce idr_for_each_entry_continue_ul()Cong Wang2019-07-021-4/+6
* | net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk2019-07-081-2/+2
* | net/mlx5e: Add kTLS TX HW offload supportTariq Toukan2019-07-0614-7/+748
* | net/mlx5e: Introduce a fenced NOP WQE posting functionTariq Toukan2019-07-061-0/+18
* | net/mlx5e: Re-work TIS creation functionsTariq Toukan2019-07-065-11/+27
* | net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan2019-07-064-17/+21
* | net/mlx5e: Tx, Don't implicitly assume SKB-less wqe has one WQEBBEran Ben Elisha2019-07-061-2/+2
* | net/mlx5e: Tx, Make SQ WQE fetch function type genericTariq Toukan2019-07-063-8/+10
* | net/mlx5e: Tx, Enforce L4 inline copy when neededTariq Toukan2019-07-062-1/+9
* | net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan2019-07-068-153/+170
* | net/mlx5: Accel, Add core TLS support for the Connect-X familyTariq Toukan2019-07-063-3/+101
* | net/mlx5: Add crypto library to support create/destroy encryption keyTariq Toukan2019-07-063-1/+78
* | net/mlx5: Kconfig, Better organize compilation flagsTariq Toukan2019-07-067-92/+46Star
* | net/mlx5: Accel, Expose accel wrapper for IPsec FPGA functionTariq Toukan2019-07-063-1/+11
* | Merge tag 'mlx5-updates-2019-07-04-v2' of git://git.kernel.org/pub/scm/linux/...David S. Miller2019-07-0623-328/+681
|\ \
| * | net/mlx5: Added devlink info callbackShay Agroskin2019-07-041-0/+60
| * | net/mlx5: Added fw version query commandShay Agroskin2019-07-042-20/+201
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-07-0421-308/+420
| |\ \
| | * | net/mlx5: Refactor mlx5_esw_query_functions for modularityParav Pandit2019-07-034-22/+46
| | * | net/mlx5: E-Switch prepare functions change handler to be modularParav Pandit2019-07-031-17/+27
| | * | net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit2019-07-034-13/+34
| | * | net/mlx5: Report EQE data upon CQ completionYishai Hadas2019-07-035-6/+8
| | * | net/mlx5: Report a CQ error event only when a handler was setYishai Hadas2019-07-031-1/+2
| | * | net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas2019-07-033-6/+7
| | * | net/mlx5: Expose the API to register for ANY eventYishai Hadas2019-07-032-3/+2Star
| | * | net/mlx5: Use event mask based on device capabilitiesYishai Hadas2019-07-032-8/+38
| | * | net/mlx5: Fix mlx5_core_destroy_cq() error flowYishai Hadas2019-07-033-17/+10Star
| | * | net/mlx5: E-Switch, Handle UC address change in switchdev modeBodong Wang2019-07-021-12/+9Star
| | * | net/mlx5: E-Switch, Consider host PF for inline mode and vlan popBodong Wang2019-07-023-6/+34
| | * | net/mlx5: E-Switch, Use iterator for vlan and min-inline setupsBodong Wang2019-07-021-6/+6
| | * | net/mlx5: E-Switch, Reg/unreg function changed event at correct stageBodong Wang2019-07-023-31/+26Star
| | * | net/mlx5: E-Switch, Consolidate eswitch function number of VFsBodong Wang2019-07-024-88/+90
| | * | net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang2019-07-028-71/+72
| | * | net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang2019-07-028-17/+25
| | * | net/mlx5: E-Switch, Use correct flags when configuring vlanBodong Wang2019-07-021-1/+4
| | * | net/mlx5: Reduce dependency on enabled_vfs counter and num_vfsParav Pandit2019-07-021-18/+4Star
| | * | net/mlx5: Don't handle VF func change if host PF is disabledBodong Wang2019-07-021-1/+4
| | * | net/mlx5: Limit scope of mlx5_get_next_phys_dev() to PCI PF devicesParav Pandit2019-07-021-1/+8
| | * | net/mlx5: Move pci status reg access mutex to mlx5_pci_initParav Pandit2019-07-021-1/+1
| | * | net/mlx5: Rename mlx5_pci_dev_type to mlx5_coredev_typeHuy Nguyen2019-07-021-2/+3
| | * | {IB, net}/mlx5: E-Switch, Use index of rep for vport to IB port mappingBodong Wang2019-07-021-0/+1
| | * | net/mlx5: E-Switch, Use vport index when init repBodong Wang2019-07-021-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-0425-446/+2191
|\ \ \ \ | |/ / / |/| | |
| * | | net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy2019-06-2724-255/+1840
| * | | net/mlx5e: Move queue param structs to en/params.hMaxim Mikityanskiy2019-06-272-29/+31
| * | | net/mlx5e: Encapsulate open/close queues into a functionMaxim Mikityanskiy2019-06-271-52/+73
| * | | net/mlx5e: Consider XSK in XDP MTU limit calculationMaxim Mikityanskiy2019-06-275-7/+11