summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2004-01-07When accepting a peer's MSS, never let it drop below 256 (SLIP + TCP willmatt
2004-01-03Remove extra tokens at end of #undef directive.tron
2004-01-02no need for tmp = arc4randomid hereitojun
2004-01-02whitespaceitojun
2004-01-02some corrections from markus@openbsd;itojun
2004-01-02some corrections from markus@openbsd;itojun
2003-12-26Niels Provos kindly agreed to drop clauses 3 and 4 from thewiz
2003-12-16Comment out #undef LARGE_NAT so LARGE_NAT can be set in a kernel config fileabs
2003-12-14Fix syntax errors in CHECK_NMBCLUSTER_PARAMS().thorpej
2003-12-14Second part of hashed IP_reassembly changes:jonathan
2003-12-12Make fast-ipsec and ipflow (Fast Forwarding) interoperate.scw
2003-12-10use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULLitojun
2003-12-10comment from niels provos;itojun
2003-12-08Add new field ipq_nfrags to struct ipq. Maintain count of fragmentsjonathan
2003-12-07KNF: s/unsigned/u_int/, in a couple of places I missed.jonathan
2003-12-06Replace the single global IP reassembly list/listhead, with ajonathan
2003-12-04Dynamic sysctl.atatat
2003-12-04fix unused variable warnings when LARGE_NAT is defined.christos
2003-12-04ipflow (IP fast forwarding) is not compatible with FAST_IPSEC either.scw
2003-11-26always compile ip_id.citojun
2003-11-26define RANDOM_IP_ID by default (unifdef -DRANDOM_IP_ID).itojun
2003-11-25"seed2" was ruining non-repeating property, so remove it. discussed on tech-netitojun
2003-11-25knfitojun
2003-11-24For FAST_IPSEC, ipfilter gets to see wire-format IPsec-encapsulated packetsscw
2003-11-20comments on tcp_outflags.yamt
2003-11-19Correct number of arguments to sysctl_rdint.fvdl
2003-11-19Footwork for fast-ipsec and IPv6: when compiling sys/netinet/tcp_input.cjonathan
2003-11-19Patch back support for (badly) randomized IP ids, by request:jonathan
2003-11-17Diff to netinet/ip_input.c (restore ip_id, initialize) for ip_id fix:jonathan
2003-11-17Revert the (default) ip_id algorithm to the pre-randomid algorithm,jonathan
2003-11-13Add m_tag_delete_nonpesrsistent(), for deleting all packet tags onjonathan
2003-11-12KNFitojun
2003-11-12Remove the FAST_MBSEARCH ifdef, send packet prediction is now default.ragge
2003-11-11Change global head-of-local-IP-address list from in_ifaddr tojonathan
2003-11-10Allocate sysctl oid for ipv4 sysctl node "ifq", define symbolic name, andjonathan
2003-11-10Make per-protocol network input queue stats visible to userland viajonathan
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-28Do the previous differently.mycroft
2003-10-28use a hash table to bind to local ports; suggested by markus friedlprovos
2003-10-27- Change callout_setfunc() to require that the callout handle is alreadythorpej
2003-10-27make it compilable with TCP_DEBUG defineditojun
2003-10-25Fix uninitialized variable warningchristos
2003-10-25initialize offchristos
2003-10-24Fix the bug in the tcp transmit prediction code.ragge
2003-10-24Make this file compile again when TCP_OUTPUT_COUNTERS defined.enami
2003-10-23Remove all the code to maintain ia_inpcbs. This information was only used tomycroft
2003-10-23Oops, FAST_MBSEARCH counters were swapped; fix it. Pointed out by yamt@.thorpej
2003-10-22Oops, a little to aggressive in the previous patch; TCP_TIMER_INIT()thorpej
2003-10-22Rather than zeroing a tcpcb structure and filling in all the fieldsthorpej
2003-10-21Add event counters that measure FAST_MBSEARCH.thorpej