aboutsummaryrefslogtreecommitdiffstats
path: root/net/ncsi/ncsi-manage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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