aboutsummaryrefslogtreecommitdiffstats
path: root/net/ncsi/ncsi-manage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-19net/ncsi: Disable global multicast filterVijay Khemka1-87/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-27net/ncsi: Add NCSI Mellanox OEM commandVijay Khemka1-1/+27
2018-11-17net/ncsi: Configure multi-package, multi-channel modes with failoverSamuel Mendoza-Jonas1-45/+219
2018-11-17net/ncsi: Reset channel state in ncsi_start_dev()Samuel Mendoza-Jonas1-6/+105
2018-11-17net/ncsi: Don't mark configured channels inactiveSamuel Mendoza-Jonas1-2/+1
2018-11-17net/ncsi: Don't deselect package in suspend if activeSamuel Mendoza-Jonas1-2/+13
2018-11-17net/ncsi: Probe single packages to avoid conflictSamuel Mendoza-Jonas1-55/+30
2018-11-17net/ncsi: Don't enable all channels when HWA availableSamuel Mendoza-Jonas1-46/+4
2018-10-17net/ncsi: Add NCSI Broadcom OEM commandVijay Khemka1-0/+82
2018-10-15net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI commandJustin.Lee1@Dell.com1-0/+16
2018-06-20net/ncsi: Use netdev_dbg for debug messagesJoel Stanley1-18/+15
2018-06-20net/ncsi: Drop no more channels messageJoel Stanley1-2/+0
2018-06-20net/ncsi: Silence debug messagesJoel Stanley1-7/+7
2018-04-17net/ncsi: Refactor MAC, VLAN filtersSamuel Mendoza-Jonas1-174/+52
2018-03-05net/ncsi: Add generic netlink familySamuel Mendoza-Jonas1-4/+26
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-4/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+3
2017-11-11net/ncsi: Improve general state loggingSamuel Mendoza-Jonas1-19/+57
2017-11-03net/ncsi: Make local function ncsi_get_filter() staticWei Yongjun1-1/+1
2017-10-21net/ncsi: Enforce failover on link monitor timeoutGavin Shan1-3/+5
2017-10-21net/ncsi: Disable HWA mode when no channels are foundGavin Shan1-2/+10
2017-10-21net/ncsi: Stop monitor if channel times out or is inactiveSamuel Mendoza-Jonas1-6/+9
2017-10-11net/ncsi: Don't limit vids based on hot_channelSamuel Mendoza-Jonas1-8/+9
2017-09-05net/ncsi: fix ncsi_vlan_rx_{add,kill}_vid referencesArnd Bergmann1-0/+2
2017-08-28net/ncsi: Configure VLAN tag filterSamuel Mendoza-Jonas1-3/+305
2016-10-20net/ncsi: Choose hot channel as active one if necessaryGavin Shan1-3/+19
2016-10-20net/ncsi: Fix stale link state of inactive channels on failoverGavin Shan1-1/+27
2016-10-20net/ncsi: Avoid if statements in ncsi_suspend_channel()Gavin Shan1-28/+50
2016-10-04net/ncsi: Introduce ncsi_stop_dev()Gavin Shan1-13/+24
2016-10-04net/ncsi: Rework the channel monitoringGavin Shan1-19/+25
2016-10-04net/ncsi: Allow to extend NCSI request propertiesGavin Shan1-9/+10
2016-10-04net/ncsi: Rework request index allocationGavin Shan1-8/+9
2016-10-04net/ncsi: Don't probe on the reserved channel ID (0x1f)Gavin Shan1-2/+2
2016-10-04net/ncsi: Introduce NCSI_RESERVED_CHANNELGavin Shan1-7/+7
2016-10-04net/ncsi: Avoid unused-value build warning from ia64-linux-gccGavin Shan1-17/+54
2016-07-25net/ncsi: avoid maybe-uninitialized warningArnd Bergmann1-13/+19
2016-07-19net/ncsi: Package and channel managementGavin Shan1-0/+763
2016-07-19net/ncsi: Resource managementGavin Shan1-0/+436