summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: davinci_cpdma: allow desc split while downIvan Khoronzhuk2019-07-083-9/+28
* net: ethernet: ti: davinci_cpdma: add dma mapped submitIvan Khoronzhuk2019-07-082-10/+83
* net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk2019-07-082-8/+4
* macb: fix build warning for !CONFIG_OFArnd Bergmann2019-07-081-2/+2
* gve: fix unused variable/label warningsArnd Bergmann2019-07-081-33/+33
* sfc: Remove 'PCIE error reporting unavailable'Martin Habets2019-07-081-5/+1
* net: netsec: Sync dma for device on buffer allocationIlias Apalodimas2019-07-081-3/+1
* hinic: add fw version queryXue Chaojing2019-07-084-0/+54
* gve: Fix error return code in gve_alloc_qpls()Wei Yongjun2019-07-081-1/+3
* r8169: sync few chip names with vendor driverHeiner Kallweit2019-07-071-4/+4
* 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/+46
* 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/+2
| | * 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/+10
| | * net/mlx5: E-Switch, Handle UC address change in switchdev modeBodong Wang2019-07-021-12/+9
| | * 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/+26
| | * 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/+4
| | * 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