summaryrefslogtreecommitdiff
path: root/sys/src/9/ip/tcp.c
AgeCommit message (Expand)Author
2022-09-17tcpmssclamp: only check the first ipv4 fragment for tcp headercinap_lenrek
2022-09-17devip: do tcp mss clamping when forwarding packetscinap_lenrek
2022-03-12devip: implement network address translation routescinap_lenrek
2021-10-11devip: improve tcp error handling for ipoputcinap_lenrek
2019-05-22devip: if the server does not support TCP ws option, disable window scaling (...cinap_lenrek
2019-01-27devip: tcp: Don't respond to FIN-less ACKs during TIME-WAIT (thanks Barret Rh...cinap_lenrek
2018-11-18devip: fix swapped tcp snd.scale and recv.scale in tcpstate() format (thanks ...cinap_lenrek
2018-04-22devip: cleanup tcp.ccinap_lenrek
2018-04-08devip: implement source specific routingcinap_lenrek
2017-01-12kernel: add "close" ctl message for tcp connection to gracefully hang up a co...cinap_lenrek
2016-11-16ip/tcp: never raise the mss over the link mtu < 1280 for v6cinap_lenrek
2016-11-15ip/tcp: only calculae mss from interface mtu when directly reachable for v6cinap_lenrek
2016-11-08kernel/ip: remove nil checks for allocb() and padblock()cinap_lenrek
2016-11-07ip/tcp: remove useless nil checks for padblock() and allocb() return valuecinap_lenrek
2016-10-23ip: simplify code as packblock() and concatblock() will never errorcinap_lenrek
2016-03-12devip: handle ignoreadvice flag for all protocolscinap_lenrek
2015-09-02tcp: fix mtu on server sockets again (thans mycroftix)cinap_lenrek
2015-05-14tcp: fix loopback slowness issue / set tcb->mss for incoming connections (tha...cinap_lenrek
2013-11-22kernel: more kproc pexit() and sleep error handlingcinap_lenrek
2013-07-21apply erik quanstros tcp-bdp patch (from sources)cinap_lenrek
2012-07-09tcp: memset paranoia, synced from sourcescinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen