aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-18ionic: catch NULL pointer issue on reconfigBrett Creeley1-4/+8
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-8/+4
2022-08-25ionic: VF initial random MAC address if no assigned macR Mohamed Shah1-5/+87
2022-08-25ionic: clear broken state on generation changeShannon Nelson1-0/+3
2022-08-01net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen1-1/+1
2022-02-22ionic: use vmalloc includeShannon Nelson1-0/+1
2022-02-18ionic: prefer strscpy over strlcpyShannon Nelson1-1/+1
2022-02-18ionic: Use vzalloc for large per-queue related buffersBrett Creeley1-8/+6
2022-01-25ionic: replace set_vf data with unionShannon Nelson1-19/+42
2022-01-25ionic: stretch heartbeat detectionShannon Nelson1-1/+1
2022-01-25ionic: remove the dbid_inuse bitmapShannon Nelson1-16/+1
2022-01-25ionic: disable napi when ionic_lif_init() failsBrett Creeley1-0/+1
2022-01-25ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley1-8/+82
2022-01-25ionic: better handling of RESET eventShannon Nelson1-6/+11
2022-01-25ionic: add FW_STOPPING stateShannon Nelson1-0/+1
2021-12-28ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET1-1/+1
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-10-10ionic: handle vlan id overflowShannon Nelson1-40/+12
2021-10-10ionic: remove mac overflow flagsShannon Nelson1-5/+2
2021-10-10ionic: move lif mac address functionsShannon Nelson1-131/+0
2021-10-09ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson1-0/+4
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-10-06ionic: move filter sync_needed bit setShannon Nelson1-1/+3
2021-10-02ionic: add lif param to ionic_qcq_disableShannon Nelson1-12/+12
2021-10-02ionic: have ionic_qcq_disable decide on sending to hardwareShannon Nelson1-19/+20
2021-10-02ionic: widen queue_lock use around lif init and deinitShannon Nelson1-3/+11
2021-10-02ionic: move lif mutex setup and deleteShannon Nelson1-5/+10
2021-09-03ionic: fix double use of queue-lockShannon Nelson1-4/+8
2021-08-28ionic: recreate hwstamp queues on ifupShannon Nelson1-0/+6
2021-08-28ionic: pull hwstamp queue_lock up a levelShannon Nelson1-14/+2
2021-08-28ionic: add queue lock around open and stopShannon Nelson1-1/+8
2021-08-28ionic: fill mac addr earlier in add_addrShannon Nelson1-1/+2
2021-08-28ionic: fire watchdog again after fw_downShannon Nelson1-2/+9
2021-08-26ionic: handle mac filter overflowShannon Nelson1-11/+29
2021-08-26ionic: refactor ionic_lif_addr to remove a layerShannon Nelson1-39/+2
2021-08-26ionic: sync the filters in the work taskShannon Nelson1-27/+81
2021-08-26ionic: flatten calls to set-rx-modeShannon Nelson1-18/+9
2021-08-26ionic: remove old work task typesShannon Nelson1-6/+0
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-101/+96
2021-07-27ionic: enable rxhash only with multiple queuesShannon Nelson1-1/+3
2021-07-27ionic: init reconfig err to 0Shannon Nelson1-3/+10
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: remove intr coalesce update from napiShannon Nelson1-1/+13
2021-07-23ionic: make all rx_mode work threadsafeShannon Nelson1-100/+83
2021-04-08ionic: add ts_config replayShannon Nelson1-1/+1
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: fix up a couple of code style nitsShannon Nelson1-6/+4
2021-04-02ionic: advertise support for hardware timestampsShannon Nelson1-0/+25