summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+5
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-3/+3
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-12-16ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-15ice, xsk: Move Rx allocation out of while-loopBjörn Töpel1-6/+3
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+22
2020-12-10ice: avoid premature Rx buffer reuseBjörn Töpel1-9/+22
2020-12-09ice: Add space to unknown speedSimon Perron Caissy1-1/+1
2020-12-09ice: join format strings to same line as ice_debugJacob Keller7-160/+80
2020-12-09ice: silence static analysis warningBruce Allan1-1/+1
2020-12-09ice: cleanup misleading commentBruce Allan1-3/+3
2020-12-09ice: Remove vlan_ena from vsi structureNick Nunley2-8/+4
2020-12-09ice: Remove gate to OROM initJeb Cramer1-26/+0
2020-12-09ice: Enable Support for FW Override (E82X)Jeb Cramer1-4/+0
2020-12-09ice: don't always return an error for Get PHY Abilities AQ commandPaul M Stillwell Jr1-1/+2
2020-12-09ice: cleanup stack hogBruce Allan1-18/+26
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-3/+3
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2-3/+3
2020-11-20devlink: move flash end and begin to core devlinkJacob Keller1-4/+1
2020-11-20devlink: move request_firmware out of driverJacob Keller1-13/+1
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