aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_westwood.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18tcp: add SACK compressionEric Dumazet6-6/+67
2018-05-18tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0
2018-05-18tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()Eric Dumazet1-1/+1
2018-05-18net: mscc: Add SPDX identifierAlexandre Belloni1-1/+1
2018-05-18net: stmmac: Remove if condition by taking advantage of hwif return codeJose Abreu1-12/+11
2018-05-18net: stmmac: Let descriptor code get skbuff addressJose Abreu5-5/+23
2018-05-18net: stmmac: Uniformize set_rx_owner()Jose Abreu5-13/+10
2018-05-18net: stmmac: Remove uneeded check for GMAC version in stmmac_xmitJose Abreu2-6/+2
2018-05-18net: stmmac: Uniformize the use of dma_init_* callbacksJose Abreu6-61/+85
2018-05-18net: stmmac: Move PTP and MMC base address calculation to hwif.cJose Abreu3-8/+39
2018-05-18net: stmmac: Remove uneeded checks for GMAC versionJose Abreu1-11/+5
2018-05-18net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacksJose Abreu5-86/+86
2018-05-18net: stmmac: Let descriptor code clear the descriptorJose Abreu5-8/+26
2018-05-18net: stmmac: Let descriptor code set skbuff addressJose Abreu5-19/+29
2018-05-18net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmitJose Abreu2-1/+5
2018-05-18net: stmmac: Enable OSP for GMAC4Jose Abreu1-0/+4
2018-05-17net: phy: Allow MDIO_MOXART and MDIO_SUN4I with COMPILE_TESTFlorian Fainelli1-2/+2
2018-05-17net: ethernet: freescale: Allow FEC with COMPILE_TESTFlorian Fainelli3-3/+3
2018-05-17net: ethernet: ti: Allow most drivers with COMPILE_TESTFlorian Fainelli1-5/+5
2018-05-17vlan: Add extack messages for link createDavid Ahern3-15/+44
2018-05-17qede: Add build_skb() support.Manish Chopra4-174/+137
2018-05-17tc-testing: fixed copy-pasting error in ife testsRoman Mashak1-14/+14
2018-05-17net/ncsi: prevent a couple array underflowsDan Carpenter1-2/+3
2018-05-17net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet3-3/+4
2018-05-17nfp: flower: fix error path during representor creationJiri Pirko3-4/+19
2018-05-17net: mvpp2: print rx error with rate-limitYan Markman1-6/+8
2018-05-17net: mvpp2: set mac address does not require the stop/start sequenceYan Markman1-31/+7
2018-05-17net: mvpp2: avoid checking for free aggregated descriptors twiceYan Markman1-4/+3
2018-05-17net: mvpp2: 2500baseX supportAntoine Tenart1-12/+39
2018-05-17net: mvpp2: 1000baseX supportAntoine Tenart1-21/+51
2018-05-17phy: cp110-comphy: 2.5G SGMII modeAntoine Tenart1-3/+14
2018-05-17phy: add 2.5G SGMII mode to the phy_mode enumAntoine Tenart1-0/+1
2018-05-17net: mvpp2: phylink supportAntoine Tenart2-338/+509
2018-05-17net: mvpp2: align the ethtool ops definitionAntoine Tenart1-12/+12
2018-05-17vmxnet3: Replace msleep(1) with usleep_range()YueHaibing2-4/+4
2018-05-17bonding: introduce link change helperTonghao Zhang1-20/+20
2018-05-17tcp: don't mark recently sent packets lost on RTOYuchung Cheng1-4/+8
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng3-7/+14
2018-05-17tcp: separate loss marking and state update on RTOYuchung Cheng1-2/+2
2018-05-17tcp: new helper tcp_timeout_mark_lostYuchung Cheng1-21/+29
2018-05-17tcp: account lost retransmit after timeoutYuchung Cheng3-17/+6
2018-05-17tcp: simpler NewReno implementationYuchung Cheng3-8/+39
2018-05-17tcp: disable RFC6675 loss detectionYuchung Cheng2-5/+10
2018-05-17tcp: support DUPACK threshold in RACKYuchung Cheng3-13/+29
2018-05-17net: ethernet: ti: cpsw: disable mq feature for "AM33xx ES1.0" devicesIvan Khoronzhuk1-49/+60
2018-05-17pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni2-2/+7
2018-05-17sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni2-5/+16
2018-05-17ice: Update NVM AQ command functionsAnirudh Venkataramanan2-9/+11
2018-05-17ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov1-0/+1
2018-05-17ixgbe: force VF to grab new MAC on driver reloadEmil Tantilov1-4/+1