aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+2
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-60/+48
2021-09-28ice: Prefer kcalloc over open coded arithmeticLen Baker1-1/+1
2021-09-28ice: Fix macro name for IPv4 fragment flagJeff Guo2-2/+2
2021-09-28ice: refactor devlink getter/fallback functions to voidJacob Keller1-83/+50
2021-09-28ice: Fix link mode handlingAnirudh Venkataramanan1-2/+6
2021-09-28ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan5-2/+63
2021-09-28ice: Add DSCP supportDave Ertman11-56/+464
2021-09-28ice: Use the xsk batched rx allocation interfaceMagnus Karlsson1-25/+19
2021-09-28ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson2-39/+33
2021-09-27ice: Open devlink when device is readyLeon Romanovsky1-4/+2
2021-09-24ice: Delete always true check of PF pointerLeon Romanovsky1-3/+0
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky3-16/+4
2021-09-10ice: Correctly deal with PFs that do not support RDMADave Ertman2-0/+8
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-16/+63
2021-08-27ice: Only lock to update netdev dev_addrBrett Creeley1-4/+9
2021-08-27ice: restart periodic outputs around time changesJacob Keller1-0/+49
2021-08-27ice: add lock around Tx timestamp tracker flushJacob Keller1-0/+4
2021-08-27ice: remove dead code for allocating pin_configJacob Keller1-11/+0
2021-08-27ice: fix Tx queue iteration for Tx timestamp enablementJacob Keller1-1/+1
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-4/+8
2021-08-19ice: do not abort devlink info if board identifier can't be foundJacob Keller1-1/+3
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-13ice: Fix perout start time roundingMaciej Machnikowski1-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+28
2021-08-09ice: don't remove netdev->dev_addr from uc sync listBrett Creeley1-8/+15
2021-08-09ice: Stop processing VF messages during teardownAnirudh Venkataramanan2-0/+8
2021-08-09ice: Prevent probing virtual functionsAnirudh Venkataramanan1-0/+5
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-3/+3
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-8/+1
2021-06-25ice: Fix a memory leak in an error handling path in 'ice_pf_dcb_cfg()'Christophe JAILLET1-2/+4
2021-06-25ice: remove unnecessary VSI assignmentTony Nguyen1-1/+0
2021-06-25ice: remove the VSI info from previous aggVictor Raj1-2/+22
2021-06-25ice: add support for auxiliary input/output pinsMaciej Machnikowski4-0/+366
2021-06-25ice: add tracepointsJesse Brandeburg3-0/+249
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2-8/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+25
2021-06-18ice: report hash type such as L2/L3/L4Jesse Brandeburg5-126/+50
2021-06-17ice: remove redundant continue statement in a for-loopColin Ian King1-6/+4
2021-06-17net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabledLorenzo Bianconi1-1/+1
2021-06-17ice: remove unnecessary NULL checks before ptp_read_system_*Jacob Keller1-8/+4
2021-06-17ice: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-17ice: remove local variablePaul M Stillwell Jr1-2/+1
2021-06-17ice: reduce scope of variablesPaul M Stillwell Jr2-6/+6
2021-06-17ice: mark PTYPE 2 as reservedJacob Keller1-1/+1
2021-06-17ice: fix incorrect payload indicator on PTYPEJacob Keller1-1/+1
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller9-4/+518