summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2020-10-09ice: fix adding IP4 IP6 Flow Director rulesDan Nowlin1-1/+61
2020-10-09ice: Fix pointer cast warningsBixuan Cui1-2/+2
2020-10-09ice: add additional debug logging for firmware updateJacob Keller3-6/+33
2020-10-09ice: refactor devlink_port to be per-VSIJacob Keller5-33/+45
2020-10-09ice: add the DDP Track ID to devlink infoJacob Keller1-0/+8
2020-10-09ice: Change ice_info_get_dsn to be voidAnirudh Venkataramanan1-8/+2
2020-10-09ice: remove repeated wordsBruce Allan4-5/+5
2020-10-09ice: devlink: use %*phD to print small bufferAndy Shevchenko1-3/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-44/+55
2020-09-30ice: preserve NVM capabilities in safe modeJacob Keller1-22/+27
2020-09-30ice: increase maximum wait time for flash write commandsJacob Keller1-2/+8
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-28ice: convert to new udp_tunnel infrastructureJakub Kicinski5-206/+135
2020-09-28ice: remove unused args from ice_get_open_tunnel_port()Jakub Kicinski4-12/+6
2020-09-26ice: add support for flash update overwrite maskJacob Keller3-4/+33
2020-09-26devlink: convert flash_update to use params structureJacob Keller1-5/+5
2020-09-26devlink: check flash_update parameter support in net coreJacob Keller1-7/+2
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg3-5/+5
2020-09-25ice: fix memory leak in ice_vsi_setupJacob Keller1-1/+13
2020-09-25ice: fix memory leak if register_netdev_failsJacob Keller3-19/+6
2020-09-25ice: Fix call trace on suspendAnirudh Venkataramanan1-0/+1
2020-09-21ice: simplify the return expression of ice_finalize_update()Qinglang Miao1-6/+1
2020-09-19net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn1-0/+4
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-100/+101
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson1-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2-17/+17
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson8-99/+100
2020-08-27net: Take common prefetch code structure into a functionTariq Toukan1-8/+2
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+0
2020-08-01ice: Misc minor fixesTony Nguyen9-18/+14
2020-08-01ice: adjust profile ID map locksVictor Raj1-45/+45
2020-08-01ice: update PTYPE lookup tableTony Nguyen1-0/+314
2020-08-01ice: Disable VLAN pruning in promiscuous modeNick Nunley2-0/+10
2020-08-01ice: Graceful error handling in HW table calloc failureSurabhi Boob1-1/+3
2020-08-01ice: port fix for chk_linearlizeKiran Patil1-3/+23
2020-08-01ice: Allow 2 queue pairs per VF on SR-IOV initializationBrett Creeley2-0/+3
2020-08-01ice: Clear and free XLT entries on resetVignesh Sridhar1-1/+3
2020-08-01ice: add useful statisticsJesse Brandeburg5-2/+15
2020-08-01ice: remove page_reuse statisticJesse Brandeburg2-3/+0
2020-08-01ice: Fix RSS profile locksVignesh Sridhar1-6/+7
2020-08-01ice: fix the vsi_id mask to be 10 bit for set_rss_lutKiran Patil1-1/+1
2020-08-01ice: rename misleading grst_delay variableNick Nunley1-5/+5
2020-08-01ice: mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-07-29ice: fix unused parameter warningTony Nguyen1-2/+2
2020-07-29ice: disable no longer needed workaround for FW loggingBen Shelton1-2/+0
2020-07-29ice: reduce scope of variableBruce Allan1-2/+4
2020-07-29ice: cleanup VSI on probe failMarcin Szycik1-5/+7
2020-07-29ice: Allow all VLANs in safe modeBrett Creeley1-2/+57
2020-07-29ice: need_wakeup flag might not be set for TxKrzysztof Kazimierczak1-8/+2