summaryrefslogtreecommitdiffstats
path: root/net/ncsi
AgeCommit message (Expand)AuthorLines
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg-24/+12
2016-10-20net/ncsi: Improve HNCDSC AEN handlerGavin Shan-3/+15
2016-10-20net/ncsi: Choose hot channel as active one if necessaryGavin Shan-3/+20
2016-10-20net/ncsi: Fix stale link state of inactive channels on failoverGavin Shan-1/+28
2016-10-20net/ncsi: Avoid if statements in ncsi_suspend_channel()Gavin Shan-28/+50
2016-10-04net/ncsi: Introduce ncsi_stop_dev()Gavin Shan-13/+24
2016-10-04net/ncsi: Rework the channel monitoringGavin Shan-23/+35
2016-10-04net/ncsi: Allow to extend NCSI request propertiesGavin Shan-14/+17
2016-10-04net/ncsi: Rework request index allocationGavin Shan-8/+10
2016-10-04net/ncsi: Don't probe on the reserved channel ID (0x1f)Gavin Shan-2/+2
2016-10-04net/ncsi: Introduce NCSI_RESERVED_CHANNELGavin Shan-7/+8
2016-10-04net/ncsi: Avoid unused-value build warning from ia64-linux-gccGavin Shan-27/+81
2016-07-25net/ncsi: avoid maybe-uninitialized warningArnd Bergmann-13/+19
2016-07-19net/ncsi: NCSI AEN packet handlerGavin Shan-2/+236
2016-07-19net/ncsi: Package and channel managementGavin Shan-0/+828
2016-07-19net/ncsi: NCSI response packet handlerGavin Shan-1/+1227
2016-07-19net/ncsi: NCSI command packet handlerGavin Shan-1/+558
2016-07-19net/ncsi: Resource managementGavin Shan-0/+708