summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-02ice: Refactor link event flowBrett Creeley2-48/+65
2019-05-02ice: Add missing PHY type to link settingsTony Nguyen1-0/+1
2019-05-02ice: Add reg_idx variable in ice_q_vector structureBrett Creeley4-26/+76
2019-05-02ice: Remove runtime change of PFINT_OICR_ENA registerMd Fahad Iqbal Polash2-23/+3
2019-05-02ice: Fix issue when adding more than allowed VLANsAkeem G Abodunrin2-7/+21
2019-05-02ice: Remove unnecessary wait when disabling/enabling Rx queuesBrett Creeley1-8/+2
2019-05-02ice: Add ability to update rx-usecs-highBrett Creeley4-2/+33
2019-05-02ice: Add 52 byte RSS hash key supportPaul Greenwalt2-7/+8
2019-05-02ice: Use ice_for_each_q_vector macro where possibleBrett Creeley2-8/+8
2019-05-02ice: Validate ring existence and its q_vector per VSIMaciej Fijalkowski1-1/+2
2019-05-02ice: Reduce scope of variable in ice_vsi_cfg_rxqsBrett Creeley1-7/+11
2019-05-02ice: Resolve static analysis reported issueBruce Allan1-10/+2
2019-05-02ice: Return configuration error without queue to disableAkeem G Abodunrin1-7/+10
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan7-56/+205
2019-05-01Merge branch 'net-mvpp2-cls-Add-classification'David S. Miller4-84/+545
2019-05-01net: mvpp2: cls: Allow dropping packets with classification offloadMaxime Chevallier3-9/+32
2019-05-01net: mvpp2: cls: Add Classification offload supportMaxime Chevallier4-12/+410
2019-05-01net: mvpp2: cls: Use a bitfield to represent the flow_typeMaxime Chevallier2-69/+109
2019-05-01net: mvpp2: cls: Remove extra whitespace in mvpp2_cls_flow_writeMaxime Chevallier1-3/+3
2019-05-01Merge branch 'net-ll_temac-x86_64-support'David S. Miller5-203/+432
2019-05-01net: ll_temac: Enable DMA when ready, not beforeEsben Haabendal1-5/+10
2019-05-01net: ll_temac: Allow configuration of IRQ coalescingEsben Haabendal3-12/+37
2019-05-01net: ll_temac: Replace bad usage of msleep() with usleep_range()Esben Haabendal1-1/+1
2019-05-01net: ll_temac: Fix bug causing buffer descriptor overrunEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Fix iommu/swiotlb leakEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Support indirect_mutex share within TEMAC IPEsben Haabendal4-20/+43
2019-05-01net: ll_temac: Allow use on x86 platformsEsben Haabendal1-2/+2
2019-05-01net: ll_temac: Fix support for little-endian platformsEsben Haabendal1-39/+50
2019-05-01net: ll_temac: Add support for non-native register endiannessEsben Haabendal3-22/+79
2019-05-01net: ll_temac: Fix support for 64-bit platformsEsben Haabendal2-4/+32
2019-05-01net: ll_temac: Extend support to non-device-tree platformsEsben Haabendal4-66/+166
2019-05-01net: ll_temac: Fix and simplify error handling by using devres functionsEsben Haabendal3-42/+22
2019-05-01net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe()YueHaibing1-1/+1
2019-05-01Merge branch 'net-sched-taprio-change-schedules'David S. Miller2-206/+412
2019-05-01taprio: Add support for cycle-time-extensionVinicius Costa Gomes2-6/+30
2019-05-01taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes2-8/+52
2019-05-01taprio: Add support adding an admin scheduleVinicius Costa Gomes2-193/+329
2019-05-01taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes1-6/+8
2019-05-01Merge branch 'tcp-undo-congestion'David S. Miller6-49/+84
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng3-22/+26
2019-05-01tcp: refactor to consolidate TFO passive open codeYuchung Cheng1-27/+25
2019-05-01tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng1-0/+3
2019-05-01tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng1-0/+3
2019-05-01tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2-0/+7
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng2-1/+5
2019-05-01tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2-1/+17
2019-05-01tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng1-2/+2
2019-05-01netdevsim: fix fall-through annotationGustavo A. R. Silva1-1/+1
2019-05-01sfc: mcdi_port: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-01devlink: Change devlink health locking mechanismMoshe Shemesh2-23/+75