Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-10tcp: account sent/received IP ECN markings independentlyRichard Scheffenegger
2022-11-09ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bitRichard Scheffenegger
2022-11-08tcp: fix build without INVARIANTS and VIMAGEGleb Smirnoff
2022-11-08tcp: forward declare struct tcpcb in the TCP logging headerGleb Smirnoff
2022-11-08inpcb: remove TCP includes, all TCP specific code was movedGleb Smirnoff
2022-11-08tcp: don't store VNET in every tcpcb, take it from the inpcbinfoGleb Smirnoff
2022-11-08hpts: move inp initialization from the generic inpcb code to TCPGleb Smirnoff
2022-11-08tcp: provide macros to access inpcb and socket from a tcpcbGleb Smirnoff
2022-11-08tcp: inp_socket is valid through the lifetime of a TCP inpcbGleb Smirnoff
2022-11-08tcp: remove INP_DROPPED check from notify functionsGleb Smirnoff
2022-11-08inpcb: don't return INP_DROPPED entries from pcb lookupsGleb Smirnoff
2022-11-08tcp: allow packets to be marked as ECT1 instead of ECT0Richard Scheffenegger
2022-11-08tcp_bbr(4): Fix a typo in a source code commentGordon Bergling
2022-11-07Unbreak builds having SCTP support compiled inMichael Tuexen
2022-11-07sctp: minor changes due to upstreaming of Glebs recent changesMichael Tuexen
2022-11-06tcp: make tcp_packets_this_ack() only visible in kernel scopeRichard Scheffenegger
2022-11-06tcp: Move sysctl OIDs related to ECN to tcp_ecn.cRichard Scheffenegger
2022-11-06tcp: add conservative d.cep accounting algorithmRichard Scheffenegger
2022-11-06tcp: add AccECN CE packet counters to tcpinfoRichard Scheffenegger
2022-11-04tcp: reserve tcp_info counters for AccECNRichard Scheffenegger
2022-11-02inpcb: Allow SO_REUSEPORT_LB to be used in jailsMark Johnston
2022-11-02inpcb: Remove a PCB from its LB group upon a subsequent errorMark Johnston
2022-11-02inpcb: Remove NULL checks of credential referencesMark Johnston
2022-10-31tcp: make tcp_handle_wakeup() static and robustGleb Smirnoff
2022-10-31inpcb: retire suppresion of randomization of ephemeral portsGleb Smirnoff
2022-10-31icmp: doesn't need tcp_var.hGleb Smirnoff
2022-10-31rack/bbr: put back assertion that connection is not in TIME-WAITGleb Smirnoff
2022-10-26netinet*: add back necessary headersGleb Smirnoff
2022-10-25netinet*: remove unneeded headers from files that just declare domainsGleb Smirnoff
2022-10-25tcp: remove useless today lock assertion in a middle of functionGleb Smirnoff
2022-10-24Rack and BBR broken with the new timewait state purge.Randall Stewart
2022-10-20tcp: ECN preparations for ECN++, AccECN (tcp_respond)Richard Scheffenegger
2022-10-20inpcb: provide pcbinfo pointer argument to inp_apply_all()Gleb Smirnoff
2022-10-20inpcb: garbage collect so_sototcpcb()Gleb Smirnoff
2022-10-19tcp: style the struct tcpcb definitionGleb Smirnoff
2022-10-14pf: apply the network stack's ICMP rate limiting to ICMP errors sent by pfKristof Provost
2022-10-13inpcb: provide in_pcbremhash() to reduce copy-pasteGleb Smirnoff
2022-10-13sctp: improve sending of ABORT packets in response to INIT-ACKsMichael Tuexen
2022-10-08inet: Simplify if_multiaddrs iteration.Alexander Motin
2022-10-07tcp: update repeat <SYN,ACK> with latest IP ECN infoRichard Scheffenegger
2022-10-07tcp: honor rfc1323 sysctl on passive sessionsRichard Scheffenegger
2022-10-07siftr: apply filter early onRichard Scheffenegger
2022-10-07tcp: remove INP_TIMEWAIT flagGleb Smirnoff
2022-10-07tcp: in tcp_usr_detach() remove special handling of compressed time-waitGleb Smirnoff
2022-10-07tcp: remove tcptw, the compressed timewait state structureGleb Smirnoff
2022-10-06Add mbuf_tstmp2timeval()Konstantin Belousov
2022-10-04Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 .Hans Petter Selasky
2022-10-04tcp idle reduce does not work for a server.Randall Stewart
2022-10-04tcp_timers: provide tcp_timer_drop() and tcp_timer_close()Gleb Smirnoff
2022-10-04tcp: make tcp_drop_syn_sent() staticGleb Smirnoff