summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando
Commit message (Expand)AuthorAgeFilesLines
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-0/+4
|\
| * ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson2021-10-091-0/+4
* | ionic: no devlink_unregister if not registeredShannon Nelson2021-10-121-1/+0
* | ionic: tame the filter no space messageShannon Nelson2021-10-101-1/+14
* | ionic: allow adminq requests to override default error messageShannon Nelson2021-10-103-20/+42
* | ionic: handle vlan id overflowShannon Nelson2021-10-104-41/+56
* | ionic: generic filter deleteShannon Nelson2021-10-101-10/+25
* | ionic: generic filter addShannon Nelson2021-10-101-22/+46
* | ionic: add generic filter searchShannon Nelson2021-10-101-3/+18
* | ionic: remove mac overflow flagsShannon Nelson2021-10-102-7/+2
* | ionic: move lif mac address functionsShannon Nelson2021-10-102-131/+131
* | ionic: add filterlist to debugfsShannon Nelson2021-10-101-0/+46
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-072-4/+3
|\|
| * ionic: move filter sync_needed bit setShannon Nelson2021-10-062-4/+3
* | ionic: add lif param to ionic_qcq_disableShannon Nelson2021-10-021-12/+12
* | ionic: have ionic_qcq_disable decide on sending to hardwareShannon Nelson2021-10-021-19/+20
* | ionic: add polling to adminq waitShannon Nelson2021-10-022-6/+31
* | ionic: widen queue_lock use around lif init and deinitShannon Nelson2021-10-021-3/+11
* | ionic: move lif mutex setup and deleteShannon Nelson2021-10-021-5/+10
* | ionic: check for binary values in FW ver stringShannon Nelson2021-10-021-3/+14
* | ionic: remove debug statsShannon Nelson2021-10-027-225/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-9/+0
|\|
| * ionic: fix gathering of debug statsShannon Nelson2021-09-281-9/+0
* | 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
* ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-131-1/+1
* 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