aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+2
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-127/+132
2021-07-27ionic: add function tag to debug stringShannon Nelson1-2/+2
2021-07-27ionic: enable rxhash only with multiple queuesShannon Nelson1-1/+3
2021-07-27ionic: block some ethtool operations when fw in resetShannon Nelson1-0/+21
2021-07-27ionic: remove unneeded comp union fieldsShannon Nelson1-2/+0
2021-07-27ionic: increment num-vfs before configureShannon Nelson1-1/+1
2021-07-27ionic: use fewer inits on the buf_info structShannon Nelson1-16/+11
2021-07-27ionic: init reconfig err to 0Shannon Nelson1-3/+10
2021-07-27ionic: print firmware version on identifyShannon Nelson1-0/+2
2021-07-27ionic: monitor fw status generationShannon Nelson3-3/+31
2021-07-27ionic: minimize resources when under kdumpShannon Nelson1-2/+19
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-2/+2
2021-07-23ionic: count csum_none when offload enabledShannon Nelson1-6/+5
2021-07-23ionic: fix up dim accounting for tx and rxShannon Nelson1-7/+21
2021-07-23ionic: remove intr coalesce update from napiShannon Nelson2-5/+13
2021-07-23ionic: catch no ptp support earlierShannon Nelson2-8/+9
2021-07-23ionic: make all rx_mode work threadsafeShannon Nelson2-102/+85
2021-07-21ionic: cleanly release devlink instanceLeon Romanovsky1-7/+7
2021-07-21ionic: drop useless check of PCI driver data validityLeon Romanovsky1-3/+0
2021-05-11ionic: fix ptp support config breakageShannon Nelson1-0/+1
2021-04-13ionic: return -EFAULT if copy_to_user() failsDan Carpenter1-1/+3
2021-04-13ionic: git_ts_info bit shiftersShannon Nelson1-13/+13
2021-04-08ionic: extend ts_config set lockingShannon Nelson1-6/+10
2021-04-08ionic: add ts_config replayShannon Nelson3-32/+60
2021-04-08ionic: ignore EBUSY on queue startShannon Nelson1-1/+1
2021-04-08ionic: re-start ptp after queues upShannon Nelson1-3/+3
2021-04-08ionic: add SKBTX_IN_PROGRESSShannon Nelson1-0/+1
2021-04-08ionic: check for valid tx_mode on SKBTX_HW_TSTAMP xmitShannon Nelson1-1/+1
2021-04-08ionic: remove unnecessary compat ifdefShannon Nelson1-2/+0
2021-04-08ionic: fix up a couple of code style nitsShannon Nelson1-6/+4
2021-04-02ionic: advertise support for hardware timestampsShannon Nelson1-0/+25
2021-04-02ionic: ethtool ptp statsShannon Nelson1-4/+34
2021-04-02ionic: add ethtool support for PTPShannon Nelson1-0/+93
2021-04-02ionic: add and enable tx and rx timestamp handlingShannon Nelson4-25/+157
2021-04-02ionic: set up hw timestamp queuesShannon Nelson1-5/+261
2021-04-02ionic: add rx filtering for hw timestamp steeringShannon Nelson2-0/+22
2021-04-02ionic: link in the new hw timestamp codeShannon Nelson7-0/+107
2021-04-02ionic: add hw timestamp support filesShannon Nelson1-0/+589
2021-04-02ionic: split adminq post and wait callsShannon Nelson2-4/+13
2021-04-02ionic: add hw timestamp structs to interfaceShannon Nelson2-6/+170
2021-04-02ionic: add handling of larger descriptorsShannon Nelson4-29/+73
2021-04-02ionic: add new queue features to interfaceShannon Nelson3-6/+25
2021-03-30ionic: pull per-q stats work out of queue loopsShannon Nelson1-94/+125
2021-03-30ionic: avoid races in ionic_heartbeat_checkShannon Nelson2-37/+63
2021-03-30ionic: fix sizeof usageShannon Nelson1-4/+4
2021-03-30ionic: count dma errorsShannon Nelson1-2/+7
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+7
2021-03-18ionic: protect adminq from early destroyShannon Nelson2-8/+28