index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
9
/
ip
/
tcp.c
Age
Commit message (
Expand
)
Author
2022-12-30
tcp: only create new translation when SYN packet
cinap_lenrek
2022-12-18
devip: fix icmp bugs
cinap_lenrek
2022-12-13
devip: tcpmssclamp() to minimum of source and destination interface MTU
cinap_lenrek
2022-09-17
tcpmssclamp: only check the first ipv4 fragment for tcp header
cinap_lenrek
2022-09-17
devip: do tcp mss clamping when forwarding packets
cinap_lenrek
2022-03-12
devip: implement network address translation routes
cinap_lenrek
2021-10-11
devip: improve tcp error handling for ipoput
cinap_lenrek
2019-05-22
devip: if the server does not support TCP ws option, disable window scaling (...
cinap_lenrek
2019-01-27
devip: tcp: Don't respond to FIN-less ACKs during TIME-WAIT (thanks Barret Rh...
cinap_lenrek
2018-11-18
devip: fix swapped tcp snd.scale and recv.scale in tcpstate() format (thanks ...
cinap_lenrek
2018-04-22
devip: cleanup tcp.c
cinap_lenrek
2018-04-08
devip: implement source specific routing
cinap_lenrek
2017-01-12
kernel: add "close" ctl message for tcp connection to gracefully hang up a co...
cinap_lenrek
2016-11-16
ip/tcp: never raise the mss over the link mtu < 1280 for v6
cinap_lenrek
2016-11-15
ip/tcp: only calculae mss from interface mtu when directly reachable for v6
cinap_lenrek
2016-11-08
kernel/ip: remove nil checks for allocb() and padblock()
cinap_lenrek
2016-11-07
ip/tcp: remove useless nil checks for padblock() and allocb() return value
cinap_lenrek
2016-10-23
ip: simplify code as packblock() and concatblock() will never error
cinap_lenrek
2016-03-12
devip: handle ignoreadvice flag for all protocols
cinap_lenrek
2015-09-02
tcp: fix mtu on server sockets again (thans mycroftix)
cinap_lenrek
2015-05-14
tcp: fix loopback slowness issue / set tcb->mss for incoming connections (tha...
cinap_lenrek
2013-11-22
kernel: more kproc pexit() and sleep error handling
cinap_lenrek
2013-07-21
apply erik quanstros tcp-bdp patch (from sources)
cinap_lenrek
2012-07-09
tcp: memset paranoia, synced from sources
cinap_lenrek
2011-03-30
Import sources from 2011-03-30 iso image - lib
Taru Karttunen
2011-03-30
Import sources from 2011-03-30 iso image
Taru Karttunen