summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_reass.c
Commit message (Expand)AuthorAgeFilesLines
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-7/+19
* White space cleanup for netinet before branch:rwatson2004-08-161-57/+57
* After each label in tcp_input(), assert the inpcbinfo and inpcb lockrwatson2004-07-121-1/+17
* On receiving 3 duplicate acknowledgements, SACK recovery was not being entere...jayanth2004-07-011-7/+20
* Reduce the number of unnecessary unlock-relocks on socket buffer mutexesrwatson2004-06-261-8/+13
* White space & spelling fixesps2004-06-251-3/+3
* Broaden scope of the socket buffer lock when processing an ACK so thatrwatson2004-06-241-2/+4
* Protect so_oobmark with with SOCKBUF_LOCK(&so->so_rcv), and broadenrwatson2004-06-241-4/+3
* Introduce sbreserve_locked(), which asserts the socket buffer lock onrwatson2004-06-241-2/+6
* Add support for TCP Selective Acknowledgements. The work for thisps2004-06-231-16/+77
* Assert the inpcb lock before letting MAC check whether we can deliverrwatson2004-06-201-0/+1
* Fix build for IPSEC && !INET6bms2004-06-161-3/+6
* Grab the socket buffer send or receive mutex when performing arwatson2004-06-151-1/+4
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-5/+5
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-0/+2
* Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier.darrenr2004-05-021-1/+1
* oops, I forgot this file in a prior commit (change was still sitting here,darrenr2004-05-021-1/+1
* Tighten up reset handling in order to make reset attacks as difficult assilby2004-04-261-0/+10
* Correct an edge case in tcp_mss() where the cached path MTUandre2004-04-231-2/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* fix -O0 compilation without INET6.ume2004-03-011-2/+12
* Remove now unneeded arguments to tcp_twrespond() -- so and msrc. Theserwatson2004-02-281-1/+1
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-5/+2
* Relax a KASSERT condition to allow for a valid corner case wherehsu2004-02-251-2/+5
* Convert the tcp segment reassembly queue to UMA and limit the maximumandre2004-02-241-9/+77
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-2/+6
* IPSEC and FAST_IPSEC have the same internal API now;ume2004-02-171-16/+8
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-6/+2
* Brucification.bms2004-02-131-1/+1
* Remove an unnecessary initialization that crept in from the code whichbms2004-02-121-2/+1
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-1/+16
* pass pcb rather than so. it is expected that per socket policyume2004-02-031-2/+2
* Merge from DragonFlyBSD rev 1.10:hsu2004-01-201-6/+5
* Limiters and sanity checks for TCP MSS (maximum segement size)andre2004-01-081-0/+60
* Enable the following TCP options by default to give it more exposure:andre2004-01-061-2/+2
* Restructure a too broad ifdef which was disabling the setting of theandre2003-11-251-2/+4
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-144/+200
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-2/+2
* dropwithreset is not needed in this case as tcp_drop() is already notifyingandre2003-11-121-1/+1
* o correct locking problem: the inpcb must be held across tcp_respondsam2003-11-081-3/+3
* speedup stream socket recv handling by tracking the tail ofsam2003-10-281-3/+3
* enclose IPv6 part with ifdef INET6.ume2003-10-201-2/+3
* correct linkmtu handling.ume2003-10-201-2/+11
* - add dom_if{attach,detach} framework.ume2003-10-171-2/+1
* A number of patches in the last years have created new return pathsharti2003-08-131-0/+21
* Unify the "send high" and "recover" variables as specified in thehsu2003-07-151-19/+24
* Add /* FALLTHROUGH */phk2003-05-311-0/+1
* Correct a bug introduced with reduced TCP state handling; makerwatson2003-05-071-1/+1
* Explicitly declare 'int' parameters.obrien2003-04-211-0/+1
* Observe conservation of packets when entering Fast Recovery whilehsu2003-04-011-3/+21
OpenPOWER on IntegriCloud