aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_scalable.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-01net: aquantia: remove outdated device idsNikita Danilov3-12/+0
2019-05-01net: aquantia: fixups on 64bit dma countersDmitry Bogdanov6-64/+36
2019-05-01net: aquantia: get total counters from DMA blockDmitry Bogdanov1-4/+5
2019-05-01net: aquantia: fetch up to date statistics on ethtool requestDmitry Bogdanov1-1/+8
2019-05-01net: aquantia: extract timer cb into work jobIgor Russkikh2-6/+20
2019-05-01net: aquantia: introduce fwreq mutexNikita Danilov4-10/+42
2019-05-01net: aquantia: user correct MSI irq typeIgor Russkikh1-1/+1
2019-05-01net: aquantia: use macros for better visibilityIgor Russkikh2-8/+8
2019-05-01net: aquantia: improve ifup link detectionIgor Russkikh1-2/+1
2019-05-01net: aquantia: link status irq handlingIgor Russkikh4-19/+50
2019-05-01net: aquantia: create global service workqueueNikita Danilov4-1/+56
2019-05-01net: aquantia: link interrupt handling functionIgor Russkikh1-0/+14
2019-05-01net: aquantia: add link interrupt fieldsIgor Russkikh2-1/+4
2019-05-01net: aquantia: implement hwmon api for chip temperatureYana Esina4-0/+144
2019-05-01net: aquantia: add infrastructure to readout chip temperatureYana Esina3-0/+39
2019-04-30r8169: remove manual autoneg restart workaroundHeiner Kallweit1-8/+0
2019-04-30r8169: add rtl_reset_packet_filterHeiner Kallweit1-13/+12
2019-04-30r8169: add helpers rtl_eri_set/clear_bitsHeiner Kallweit1-36/+40
2019-04-30r8169: make ERIAR_EXGMAC the default in eri functionsHeiner Kallweit1-114/+108
2019-04-30dt-bindings: net: DSA: Remove legacy bindingAndrew Lunn1-155/+0
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn6-797/+0
2019-04-30net: dsa: mv88e6060: Remove support for legacy probingAndrew Lunn2-40/+2
2019-04-30net: dsa: mv88e6060: Support probing as an mdio deviceAndrew Lunn1-1/+58
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean3-21/+36
2019-04-30net: dsa: b53: Use vlan_filtering property from dsa_switchVladimir Oltean2-4/+2
2019-04-30net: dsa: b53: Let DSA call .port_vlan_filtering only when necessaryVladimir Oltean1-2/+2
2019-04-30net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean1-0/+3
2019-04-30net: dsa: mt7530: Use the DSA vlan_filtering helper functionVladimir Oltean2-12/+5
2019-04-30net: dsa: Add helper function to retrieve VLAN awareness settingVladimir Oltean1-0/+10
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean2-1/+9
2019-04-30net: dsa: mt7530: Let DSA handle the unsetting of vlan_filteringVladimir Oltean1-2/+2
2019-04-30net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean1-0/+29
2019-04-30net: dsa: b53: Let DSA handle mismatched VLAN filtering settingsVladimir Oltean1-18/+7
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean2-7/+50
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean2-4/+9
2019-04-30net: dsa: Fix pharse -> phase typoVladimir Oltean1-1/+1
2019-04-29net: phy: micrel: make sure the factory test bit is clearedAntoine Tenart1-1/+14
2019-04-28net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit1-1/+5
2019-04-28dsa: Allow tag drivers to be built as modulesAndrew Lunn2-29/+73
2019-04-28dsa: tag_brcm: Avoid unused symbolsAndrew Lunn1-2/+6
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn12-77/+11