summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: check whether PTP is initialized in ice_ptp_release()Yongxin Liu2021-10-251-0/+3
* ice: Respond to a NETDEV_UNREGISTER event for LAGDave Ertman2021-10-251-14/+4
* ice: Add missing E810 device idsTony Nguyen2021-10-203-0/+8
* ice: Print the api_patch as part of the fw.mgmt.apiBrett Creeley2021-10-141-1/+2
* ice: fix getting UDP tunnel entryMichal Swiatkowski2021-10-141-2/+2
* ice: Avoid crash from unnecessary IDA freeDave Ertman2021-10-141-1/+5
* ice: Fix failure to re-add LAN/RDMA Tx queuesBrett Creeley2021-10-143-0/+23
* ice: fix locking for Tx timestamp tracking flushJacob Keller2021-10-121-8/+7
* ice: Correctly deal with PFs that do not support RDMADave Ertman2021-09-102-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-312-16/+63
|\
| * ice: Only lock to update netdev dev_addrBrett Creeley2021-08-271-4/+9
| * ice: restart periodic outputs around time changesJacob Keller2021-08-271-0/+49
| * ice: add lock around Tx timestamp tracker flushJacob Keller2021-08-271-0/+4
| * ice: remove dead code for allocating pin_configJacob Keller2021-08-271-11/+0
| * ice: fix Tx queue iteration for Tx timestamp enablementJacob Keller2021-08-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-271-1/+3
|\|
| * ice: do not abort devlink info if board identifier can't be foundJacob Keller2021-08-201-1/+3
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-201-1/+1
|\|
| * ice: Fix perout start time roundingMaciej Machnikowski2021-08-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-133-8/+28
|\|
| * ice: don't remove netdev->dev_addr from uc sync listBrett Creeley2021-08-091-8/+15
| * ice: Stop processing VF messages during teardownAnirudh Venkataramanan2021-08-092-0/+8
| * ice: Prevent probing virtual functionsAnirudh Venkataramanan2021-08-091-0/+5
* | devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+2
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-292-8/+1
|\
| * intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-242-8/+1
* | ice: Fix a memory leak in an error handling path in 'ice_pf_dcb_cfg()'Christophe JAILLET2021-06-251-2/+4
* | ice: remove unnecessary VSI assignmentTony Nguyen2021-06-251-1/+0
* | ice: remove the VSI info from previous aggVictor Raj2021-06-251-2/+22
* | ice: add support for auxiliary input/output pinsMaciej Machnikowski2021-06-254-0/+366
* | ice: add tracepointsJesse Brandeburg2021-06-253-0/+249
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-192-8/+25
|\ \
| * | ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski2021-06-091-8/+10
| * | ice: add ndo_bpf callback for safe mode netdev opsMaciej Fijalkowski2021-06-091-0/+15
* | | ice: report hash type such as L2/L3/L4Jesse Brandeburg2021-06-185-126/+50
| |/ |/|
* | ice: remove redundant continue statement in a for-loopColin Ian King2021-06-171-6/+4
* | net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabledLorenzo Bianconi2021-06-171-1/+1
* | ice: remove unnecessary NULL checks before ptp_read_system_*Jacob Keller2021-06-171-8/+4
* | ice: Remove the repeated declarationShaokun Zhang2021-06-171-1/+0
* | ice: remove local variablePaul M Stillwell Jr2021-06-171-2/+1
* | ice: reduce scope of variablesPaul M Stillwell Jr2021-06-172-6/+6
* | ice: mark PTYPE 2 as reservedJacob Keller2021-06-171-1/+1
* | ice: fix incorrect payload indicator on PTYPEJacob Keller2021-06-171-1/+1
* | ice: enable transmit timestamps for E810 devicesJacob Keller2021-06-119-4/+518
* | ice: enable receive hardware timestampingJacob Keller2021-06-119-6/+410
* | ice: report the PTP clock index in ethtool .get_ts_infoJacob Keller2021-06-113-1/+155
* | ice: register 1588 PTP clock device object for E810 devicesJacob Keller2021-06-117-0/+512
* | ice: add low level PTP clock access functionsJacob Keller2021-06-114-0/+758