]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
For valid arch values (really $MACHINE), remove references to alpha
[FreeBSD/FreeBSD.git] / sys / netinet /
2020-02-09 tuexenStop the PMTU and HB timer when removing a net, not...
2020-02-09 tuexenCleanup timer handling.
2020-02-07 emasteMiscellaneous typo fixes
2020-02-04 tuexenRemove unused timer.
2020-02-04 tuexenImprove numbering of debug information.
2020-02-03 cemnetinet/libalias: Fix typo in debug message
2020-01-29 glebiusFix missing NET_EPOCH_ENTER() when compiled with TCP_OF...
2020-01-28 tuexenFix build issues for the userland stack on 32-bit platf...
2020-01-26 melifaroFix NOINET6 build after r357038.
2020-01-25 tuexenSending CWR after an RTO is according to RFC 3168 gener...
2020-01-25 tuexenDon't set the ECT codepoint on retransmitted packets...
2020-01-25 tuexenAs a TCP client only enable ECN when the corresponding...
2020-01-24 tuexenDon't delay the ACK for a TCP segment with the CWR...
2020-01-24 tuexenThe server side of TCP fast open relies on the delayed...
2020-01-24 glebiusEnter the network epoch when rack_output() is called...
2020-01-24 melifaroAdd support for RFC 6598/Carrier Grade NAT subnets...
2020-01-23 melifaroBring indentation back to normal after r357038.
2020-01-23 melifaroFix epoch-related panic in ipdivert, ensuring in_broadc...
2020-01-22 glebiusPlug possible calls into ip6?_output() without network...
2020-01-22 bzFix NOINET kernels after r356983.
2020-01-22 melifaroBring back redirect route expiration.
2020-01-22 glebiusMake in_pcbladdr() require network epoch entered by...
2020-01-22 glebiusRemove extraneous NET_EPOCH_ASSERT - the full function...
2020-01-22 glebiusRe-absorb tcp_detach() back into tcp_usr_detach() as...
2020-01-22 glebiusDon't enter network epoch in tcp_usr_detach. A PCB...
2020-01-22 glebiusThe network epoch changes in the TCP stack combined...
2020-01-22 glebiustcp_usr_attach() doesn't need network epoch. in_pcbfre...
2020-01-22 glebiusRelax locking requirements for in_pcballoc(). All...
2020-01-22 glebiusInline tcp_attach() into tcp_usr_attach(). Not a funct...
2020-01-22 glebiusMake tcp_output() require network epoch.
2020-01-22 glebiusMake ip6_output() and ip_output() require network epoch.
2020-01-22 glebiusAdd documenting NET_EPOCH_ASSERT() to tcp_drop().
2020-01-22 glebiusAdd some documenting NET_EPOCH_ASSERTs.
2020-01-16 tuexenRemove debug code not needed anymore.
2020-01-15 glebiusA miss from r356754.
2020-01-15 glebiusIntroduce NET_EPOCH_CALL() macro and use it everywhere...
2020-01-15 glebiusUse official macro to enter/exit the network epoch...
2020-01-15 glebiusMechanically substitute assertion of in_epoch(net_epoch...
2020-01-15 glebiusStop header pollution and don't include if_var.h via...
2020-01-15 glebiusSince this code dereferences struct ifnet, it must...
2020-01-15 glebiusThe non-preemptible network epoch identified by net_epo...
2020-01-13 glebiusFix yet another regression from r354484. Error code...
2020-01-12 tuexenFix race when accepting TCP connections.
2020-01-12 tuexenFix division by zero issue.
2020-01-12 mjgAdd KERNEL_PANICKED macro for use in place of direct...
2020-01-09 melifaroAdd fibnum, family and vnet pointer to each rib head.
2020-01-08 bzvnet: virtualise more network stack sysctls.
2020-01-07 emasteDo not define TCPOUTFLAGS in rack_bbr_common
2020-01-06 rrsThis catches rack up in the recent changes to ECN and
2020-01-06 rrsThis change adds a small feature to the tcp logging...
2020-01-05 tuexenDon't make the sendall iterator as being up if it could...
2020-01-05 tuexenReturn -1 consistently if an error occurs.
2020-01-05 tuexenEnsure that we don't miss a trigger for kicking off...
2020-01-04 tuexenMake the message size limit used for SCTP_SENDALL confi...
2020-01-03 markjTake the ifnet's address lock in igmp_v3_cancel_link_ti...
2020-01-02 tuexenRemove empty line which was added in r356270 by accident.
2020-01-02 tuexenImprove input validation of the spp_pathmtu field in the
2020-01-01 glebiusIn r343631 error code for a packet blocked by a firewal...
2019-12-31 mavRelax locking of carp_forus().
2019-12-31 tuexenFix delayed ACK generation for DCTCP.
2019-12-31 cyMFV r356143:
2019-12-31 tuexenAdd flags for upcoming patches related to improved...
2019-12-31 tuexenClear the flag indicating that the last received packet...
2019-12-31 tuexenAdd curly braces missed in https://svnweb.freebsd.org...
2019-12-31 mmMFV r356163,r356197:
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-20 tuexenImprove input validation for some parameters having...
2019-12-18 melifaroRemove useless code from in6_rmx.c
2019-12-18 hselaskyLeave multicast group before reaping and committing...
2019-12-17 rrsThis commit is a bit of a re-arrange of deck chairs. It
2019-12-10 jhbUse callout_func_t instead of the deprecated timeout_t.
2019-12-06 bzRemove the extra epoch tracker change sneaked into...
2019-12-06 bzcarp: replace caddr_t with char *
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 glebiusFix regression from r354484. Don't leak pcb lock if...
2019-12-03 bzMake icmp6_reflect() static.
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-03 hselaskyUse refcount from "in_joingroup_locked()" when joining...
2019-12-02 traszMake use of the stats(3) framework in the TCP stack.
2019-12-01 tuexenMove all ECN related flags from the flags to the flags2...
2019-12-01 tuexenMake the TF_* flags easier readable by humans by adding...
2019-12-01 tuexenThis is an initial step in implementing the new congest...
2019-12-01 tuexenMake the IPTOS value available to all substate handlers...
2019-12-01 tuexenIn order for the TCP Handshake to support ECN++, and...
2019-12-01 tuexenWhen changing the MTU of an SCTP path, not only cancel...
2019-12-01 bzFix m_pullup() problem after removing PULLDOWN_TESTs...
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-28 tuexenReally ignore the SCTP association identifier on 1...
2019-11-27 tuexenPlug two mbuf leaks during INIT-ACK handling.
2019-11-25 rlibbyin_mcast.c: need if_addr_lock around inm_release_deferred
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-19 bzReduce the vnet_set module size of ip_mroute to allow...
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-16 tuexenAdd boundary and overflow checks to the formulas used...
2019-11-16 tuexenImprove TCP CUBIC specific after idle reaction.
next