summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic
Commit message (Expand)AuthorAgeFilesLines
...
* | ionic: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-271-2/+2
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-6/+1
|/
* ionic: fix a sleeping in atomic bugDan Carpenter2021-09-031-1/+1
* ionic: fix double use of queue-lockShannon Nelson2021-09-032-4/+13
* ionic: recreate hwstamp queues on ifupShannon Nelson2021-08-283-0/+32
* ionic: pull hwstamp queue_lock up a levelShannon Nelson2021-08-282-14/+6
* ionic: add queue lock around open and stopShannon Nelson2021-08-281-1/+8
* ionic: fill mac addr earlier in add_addrShannon Nelson2021-08-281-1/+2
* ionic: squelch unnecessary fw halted messageShannon Nelson2021-08-281-2/+2
* ionic: fire watchdog again after fw_downShannon Nelson2021-08-281-2/+9
* ionic: handle mac filter overflowShannon Nelson2021-08-261-11/+29
* ionic: refactor ionic_lif_addr to remove a layerShannon Nelson2021-08-261-39/+2
* ionic: sync the filters in the work taskShannon Nelson2021-08-265-37/+247
* ionic: flatten calls to set-rx-modeShannon Nelson2021-08-261-18/+9
* ionic: remove old work task typesShannon Nelson2021-08-262-8/+0
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-314-127/+132
|\
| * ionic: count csum_none when offload enabledShannon Nelson2021-07-231-6/+5
| * ionic: fix up dim accounting for tx and rxShannon Nelson2021-07-231-7/+21
| * ionic: remove intr coalesce update from napiShannon Nelson2021-07-232-5/+13
| * ionic: catch no ptp support earlierShannon Nelson2021-07-232-8/+9
| * ionic: make all rx_mode work threadsafeShannon Nelson2021-07-232-102/+85
* | ionic: add function tag to debug stringShannon Nelson2021-07-271-2/+2
* | ionic: enable rxhash only with multiple queuesShannon Nelson2021-07-271-1/+3
* | ionic: block some ethtool operations when fw in resetShannon Nelson2021-07-271-0/+21
* | ionic: remove unneeded comp union fieldsShannon Nelson2021-07-271-2/+0
* | ionic: increment num-vfs before configureShannon Nelson2021-07-271-1/+1
* | ionic: use fewer inits on the buf_info structShannon Nelson2021-07-271-16/+11
* | ionic: init reconfig err to 0Shannon Nelson2021-07-271-3/+10
* | ionic: print firmware version on identifyShannon Nelson2021-07-271-0/+2
* | ionic: monitor fw status generationShannon Nelson2021-07-273-3/+31
* | ionic: minimize resources when under kdumpShannon Nelson2021-07-271-2/+19
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-2/+2
* | ionic: cleanly release devlink instanceLeon Romanovsky2021-07-211-7/+7
* | ionic: drop useless check of PCI driver data validityLeon Romanovsky2021-07-211-3/+0
|/
* ionic: return -EFAULT if copy_to_user() failsDan Carpenter2021-04-131-1/+3
* ionic: git_ts_info bit shiftersShannon Nelson2021-04-131-13/+13
* ionic: extend ts_config set lockingShannon Nelson2021-04-081-6/+10
* ionic: add ts_config replayShannon Nelson2021-04-083-32/+60
* ionic: ignore EBUSY on queue startShannon Nelson2021-04-081-1/+1
* ionic: re-start ptp after queues upShannon Nelson2021-04-081-3/+3
* ionic: add SKBTX_IN_PROGRESSShannon Nelson2021-04-081-0/+1
* ionic: check for valid tx_mode on SKBTX_HW_TSTAMP xmitShannon Nelson2021-04-081-1/+1
* ionic: remove unnecessary compat ifdefShannon Nelson2021-04-081-2/+0
* ionic: fix up a couple of code style nitsShannon Nelson2021-04-081-6/+4
* ionic: advertise support for hardware timestampsShannon Nelson2021-04-021-0/+25
* ionic: ethtool ptp statsShannon Nelson2021-04-021-4/+34
* ionic: add ethtool support for PTPShannon Nelson2021-04-021-0/+93
* ionic: add and enable tx and rx timestamp handlingShannon Nelson2021-04-024-25/+157