summaryrefslogtreecommitdiffstats
path: root/net/ncsi/ncsi-manage.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* net/ncsi: Add NCSI Mellanox OEM commandVijay Khemka2018-11-281-1/+27
* net/ncsi: Configure multi-package, multi-channel modes with failoverSamuel Mendoza-Jonas2018-11-181-45/+219
* net/ncsi: Reset channel state in ncsi_start_dev()Samuel Mendoza-Jonas2018-11-181-6/+105
* net/ncsi: Don't mark configured channels inactiveSamuel Mendoza-Jonas2018-11-181-2/+1Star
* net/ncsi: Don't deselect package in suspend if activeSamuel Mendoza-Jonas2018-11-181-2/+13
* net/ncsi: Probe single packages to avoid conflictSamuel Mendoza-Jonas2018-11-181-55/+30Star
* net/ncsi: Don't enable all channels when HWA availableSamuel Mendoza-Jonas2018-11-181-46/+4Star
* net/ncsi: Add NCSI Broadcom OEM commandVijay Khemka2018-10-181-0/+82
* net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI co...Justin.Lee1@Dell.com2018-10-161-0/+16
* net/ncsi: Use netdev_dbg for debug messagesJoel Stanley2018-06-201-18/+15Star
* net/ncsi: Drop no more channels messageJoel Stanley2018-06-201-2/+0Star
* net/ncsi: Silence debug messagesJoel Stanley2018-06-201-7/+7
* net/ncsi: Refactor MAC, VLAN filtersSamuel Mendoza-Jonas2018-04-171-174/+52Star
* net/ncsi: Add generic netlink familySamuel Mendoza-Jonas2018-03-051-4/+26
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-221-4/+3Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-5/+3Star
* net/ncsi: Improve general state loggingSamuel Mendoza-Jonas2017-11-111-19/+57
* net/ncsi: Make local function ncsi_get_filter() staticWei Yongjun2017-11-031-1/+1
* net/ncsi: Enforce failover on link monitor timeoutGavin Shan2017-10-211-3/+5
* net/ncsi: Disable HWA mode when no channels are foundGavin Shan2017-10-211-2/+10
* net/ncsi: Stop monitor if channel times out or is inactiveSamuel Mendoza-Jonas2017-10-211-6/+9
* net/ncsi: Don't limit vids based on hot_channelSamuel Mendoza-Jonas2017-10-121-8/+9
* net/ncsi: fix ncsi_vlan_rx_{add,kill}_vid referencesArnd Bergmann2017-09-051-0/+2
* net/ncsi: Configure VLAN tag filterSamuel Mendoza-Jonas2017-08-291-3/+305
* net/ncsi: Choose hot channel as active one if necessaryGavin Shan2016-10-201-3/+19
* net/ncsi: Fix stale link state of inactive channels on failoverGavin Shan2016-10-201-1/+27
* net/ncsi: Avoid if statements in ncsi_suspend_channel()Gavin Shan2016-10-201-28/+50
* net/ncsi: Introduce ncsi_stop_dev()Gavin Shan2016-10-041-13/+24
* net/ncsi: Rework the channel monitoringGavin Shan2016-10-041-19/+25
* net/ncsi: Allow to extend NCSI request propertiesGavin Shan2016-10-041-9/+10
* net/ncsi: Rework request index allocationGavin Shan2016-10-041-8/+9
* net/ncsi: Don't probe on the reserved channel ID (0x1f)Gavin Shan2016-10-041-2/+2
* net/ncsi: Introduce NCSI_RESERVED_CHANNELGavin Shan2016-10-041-7/+7
* net/ncsi: Avoid unused-value build warning from ia64-linux-gccGavin Shan2016-10-041-17/+54
* net/ncsi: avoid maybe-uninitialized warningArnd Bergmann2016-07-251-13/+19
* net/ncsi: Package and channel managementGavin Shan2016-07-201-0/+763
* net/ncsi: Resource managementGavin Shan2016-07-201-0/+436