aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek1-2/+2
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-09-28ice: Fix link mode handlingAnirudh Venkataramanan1-2/+6
2021-09-28ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan1-0/+2
2021-09-28ice: Add DSCP supportDave Ertman1-0/+1
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 Romanovsky1-5/+1
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+9
2021-08-27ice: Only lock to update netdev dev_addrBrett Creeley1-4/+9
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+20
2021-08-09ice: don't remove netdev->dev_addr from uc sync listBrett Creeley1-8/+15
2021-08-09ice: Prevent probing virtual functionsAnirudh Venkataramanan1-0/+5
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-3/+3
2021-06-25ice: add support for auxiliary input/output pinsMaciej Machnikowski1-0/+12
2021-06-25ice: add tracepointsJesse Brandeburg1-0/+8
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+15
2021-06-17ice: remove local variablePaul M Stillwell Jr1-2/+1
2021-06-17ice: reduce scope of variablesPaul M Stillwell Jr1-2/+2
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller1-0/+5
2021-06-11ice: enable receive hardware timestampingJacob Keller1-0/+22
2021-06-11ice: register 1588 PTP clock device object for E810 devicesJacob Keller1-0/+21
2021-06-11ice: add support for sideband messagesJacob Keller1-0/+47
2021-06-09ice: add ndo_bpf callback for safe mode netdev opsMaciej Fijalkowski1-0/+15
2021-06-07ice: Detect and report unsupported module power levelsAnirudh Venkataramanan1-0/+40
2021-06-07ice: (re)initialize NVM fields when rebuildingJacob Keller1-0/+6
2021-06-07ice: wait for reset before reporting devlink infoJacob Keller1-0/+5
2021-05-28ice: Register auxiliary device to provide RDMADave Ertman1-1/+10
2021-05-28ice: Implement iidc operationsDave Ertman1-14/+33
2021-05-28ice: Initialize RDMA supportDave Ertman1-6/+78
2021-04-22ice: warn about potentially malicious VFsVignesh Sridhar1-1/+6
2021-04-14ice: remove return variablePaul M Stillwell Jr1-2/+2
2021-04-14ice: print name in /proc/iomemJesse Brandeburg1-1/+1
2021-04-14ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller1-0/+108
2021-04-14ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan1-0/+5
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan1-117/+117
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+39
2021-04-08ice: fix memory leak of aRFS after resuming from suspendYongxin Liu1-0/+1
2021-04-07ice: Remove unnecessary blank lineTony Nguyen1-1/+0
2021-04-07ice: Remove unnecessary checks in add/kill_vid ndo opsBrett Creeley1-12/+0
2021-04-07ice: Remove rx_gro_dropped statAnirudh Venkataramanan1-3/+1
2021-04-07ice: Use local variable instead of pointer derefsAnirudh Venkataramanan1-15/+12
2021-04-07ice: Remove unnecessary variableAnirudh Venkataramanan1-6/+1
2021-04-07ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan1-11/+24
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan1-25/+16
2021-04-07ice: Align macro names to the specificationAnirudh Venkataramanan1-6/+6
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan1-25/+25
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley1-60/+79
2021-03-31ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley1-4/+14