summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
2021-09-24ice: Delete always true check of PF pointerLeon Romanovsky
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-27ice: Only lock to update netdev dev_addrBrett Creeley
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-09ice: don't remove netdev->dev_addr from uc sync listBrett Creeley
2021-08-09ice: Prevent probing virtual functionsAnirudh Venkataramanan
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-25ice: add support for auxiliary input/output pinsMaciej Machnikowski
2021-06-25ice: add tracepointsJesse Brandeburg
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-17ice: remove local variablePaul M Stillwell Jr
2021-06-17ice: reduce scope of variablesPaul M Stillwell Jr
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller
2021-06-11ice: enable receive hardware timestampingJacob Keller
2021-06-11ice: register 1588 PTP clock device object for E810 devicesJacob Keller
2021-06-11ice: add support for sideband messagesJacob Keller
2021-06-09ice: add ndo_bpf callback for safe mode netdev opsMaciej Fijalkowski
2021-06-07ice: Detect and report unsupported module power levelsAnirudh Venkataramanan
2021-06-07ice: (re)initialize NVM fields when rebuildingJacob Keller
2021-06-07ice: wait for reset before reporting devlink infoJacob Keller
2021-05-28ice: Register auxiliary device to provide RDMADave Ertman
2021-05-28ice: Implement iidc operationsDave Ertman
2021-05-28ice: Initialize RDMA supportDave Ertman
2021-04-22ice: warn about potentially malicious VFsVignesh Sridhar
2021-04-14ice: remove return variablePaul M Stillwell Jr
2021-04-14ice: print name in /proc/iomemJesse Brandeburg
2021-04-14ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller
2021-04-14ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08ice: fix memory leak of aRFS after resuming from suspendYongxin Liu
2021-04-07ice: Remove unnecessary blank lineTony Nguyen
2021-04-07ice: Remove unnecessary checks in add/kill_vid ndo opsBrett Creeley
2021-04-07ice: Remove rx_gro_dropped statAnirudh Venkataramanan
2021-04-07ice: Use local variable instead of pointer derefsAnirudh Venkataramanan
2021-04-07ice: Remove unnecessary variableAnirudh Venkataramanan
2021-04-07ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan
2021-04-07ice: Align macro names to the specificationAnirudh Venkataramanan
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley
2021-03-31ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley
2021-03-31ice: change link misconfiguration messagePaul Greenwalt
2021-03-31ice: Delay netdev registrationAnirudh Venkataramanan
2021-03-29ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan
2021-03-29ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny
2021-03-29ice: Continue probe on link/PHY errorsAnirudh Venkataramanan
2021-03-23ice: Fix prototype warningsTony Nguyen
2021-03-22ice: Check FDIR program status for AVFQi Zhang