]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Enable NEW_PCIB on riscv.
[FreeBSD/FreeBSD.git] / sys / netinet /
2020-01-23 Alexander V. ChernikovBring indentation back to normal after r357038.
2020-01-23 Alexander V. ChernikovFix epoch-related panic in ipdivert, ensuring in_broadc...
2020-01-22 Gleb SmirnoffPlug possible calls into ip6?_output() without network...
2020-01-22 Bjoern A. ZeebFix NOINET kernels after r356983.
2020-01-22 Alexander V. ChernikovBring back redirect route expiration.
2020-01-22 Gleb SmirnoffMake in_pcbladdr() require network epoch entered by...
2020-01-22 Gleb SmirnoffRemove extraneous NET_EPOCH_ASSERT - the full function...
2020-01-22 Gleb SmirnoffRe-absorb tcp_detach() back into tcp_usr_detach() as...
2020-01-22 Gleb SmirnoffDon't enter network epoch in tcp_usr_detach. A PCB...
2020-01-22 Gleb SmirnoffThe network epoch changes in the TCP stack combined...
2020-01-22 Gleb Smirnofftcp_usr_attach() doesn't need network epoch. in_pcbfre...
2020-01-22 Gleb SmirnoffRelax locking requirements for in_pcballoc(). All...
2020-01-22 Gleb SmirnoffInline tcp_attach() into tcp_usr_attach(). Not a funct...
2020-01-22 Gleb SmirnoffMake tcp_output() require network epoch.
2020-01-22 Gleb SmirnoffMake ip6_output() and ip_output() require network epoch.
2020-01-22 Gleb SmirnoffAdd documenting NET_EPOCH_ASSERT() to tcp_drop().
2020-01-22 Gleb SmirnoffAdd some documenting NET_EPOCH_ASSERTs.
2020-01-16 Michael TuexenRemove debug code not needed anymore.
2020-01-15 Gleb SmirnoffA miss from r356754.
2020-01-15 Gleb SmirnoffIntroduce NET_EPOCH_CALL() macro and use it everywhere...
2020-01-15 Gleb SmirnoffUse official macro to enter/exit the network epoch...
2020-01-15 Gleb SmirnoffMechanically substitute assertion of in_epoch(net_epoch...
2020-01-15 Gleb SmirnoffStop header pollution and don't include if_var.h via...
2020-01-15 Gleb SmirnoffSince this code dereferences struct ifnet, it must...
2020-01-15 Gleb SmirnoffThe non-preemptible network epoch identified by net_epo...
2020-01-13 Gleb SmirnoffFix yet another regression from r354484. Error code...
2020-01-12 Michael TuexenFix race when accepting TCP connections.
2020-01-12 Michael TuexenFix division by zero issue.
2020-01-12 Mateusz GuzikAdd KERNEL_PANICKED macro for use in place of direct...
2020-01-10 Jung-uk KimMFV: r356607
2020-01-09 Alexander V. ChernikovAdd fibnum, family and vnet pointer to each rib head.
2020-01-08 Bjoern A. Zeebvnet: virtualise more network stack sysctls.
2020-01-07 Ed MasteDo not define TCPOUTFLAGS in rack_bbr_common
2020-01-06 Randall StewartThis catches rack up in the recent changes to ECN and
2020-01-06 Martin MatuskaMFV r356415
2020-01-06 Randall StewartThis change adds a small feature to the tcp logging...
2020-01-05 Michael TuexenDon't make the sendall iterator as being up if it could...
2020-01-05 Michael TuexenReturn -1 consistently if an error occurs.
2020-01-05 Michael TuexenEnsure that we don't miss a trigger for kicking off...
2020-01-05 Martin MatuskaMFV r356365:
2020-01-04 Michael TuexenMake the message size limit used for SCTP_SENDALL confi...
2020-01-03 Mark JohnstonTake the ifnet's address lock in igmp_v3_cancel_link_ti...
2020-01-02 Michael TuexenRemove empty line which was added in r356270 by accident.
2020-01-02 Michael TuexenImprove input validation of the spp_pathmtu field in the
2020-01-01 Gleb SmirnoffIn r343631 error code for a packet blocked by a firewal...
2019-12-31 Alexander MotinRelax locking of carp_forus().
2019-12-31 Michael TuexenFix delayed ACK generation for DCTCP.
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Michael TuexenAdd flags for upcoming patches related to improved...
2019-12-31 Michael TuexenClear the flag indicating that the last received packet...
2019-12-31 Michael TuexenAdd curly braces missed in https://svnweb.freebsd.org...
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 Cy SchubertMFV r355890:
2019-12-21 Cy SchubertMFV r353143 (phillip):
2019-12-21 Cy SchubertMFV r353141 (by phillip):
2019-12-20 Dimitry AndricMerge diff elimination updates from r355953 into vendor...
2019-12-20 Michael TuexenImprove input validation for some parameters having...
2019-12-18 Alexander V. ChernikovRemove useless code from in6_rmx.c
2019-12-18 Hans Petter SelaskyLeave multicast group before reaping and committing...
2019-12-17 Randall StewartThis commit is a bit of a re-arrange of deck chairs. It
2019-12-13 Jung-uk KimMFV: r355716
2019-12-10 John BaldwinUse callout_func_t instead of the deprecated timeout_t.
2019-12-06 Bjoern A. ZeebRemove the extra epoch tracker change sneaked into...
2019-12-06 Bjoern A. Zeebcarp: replace caddr_t with char *
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 Gleb SmirnoffFix regression from r354484. Don't leak pcb lock if...
2019-12-03 Bjoern A. ZeebMake icmp6_reflect() static.
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-12-03 Hans Petter SelaskyUse refcount from "in_joingroup_locked()" when joining...
2019-12-02 Edward Tomasz Napi... Make use of the stats(3) framework in the TCP stack.
2019-12-01 Michael TuexenMove all ECN related flags from the flags to the flags2...
2019-12-01 Michael TuexenMake the TF_* flags easier readable by humans by adding...
2019-12-01 Michael TuexenThis is an initial step in implementing the new congest...
2019-12-01 Michael TuexenMake the IPTOS value available to all substate handlers...
2019-12-01 Michael TuexenIn order for the TCP Handshake to support ECN++, and...
2019-12-01 Michael TuexenWhen changing the MTU of an SCTP path, not only cancel...
2019-12-01 Bjoern A. ZeebFix m_pullup() problem after removing PULLDOWN_TESTs...
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-28 Michael TuexenReally ignore the SCTP association identifier on 1...
2019-11-27 Michael TuexenPlug two mbuf leaks during INIT-ACK handling.
2019-11-25 Ryan Libbyin_mcast.c: need if_addr_lock around inm_release_deferred
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
2019-11-20 Pedro F. GiffuniMFV 354917, 354918, 354919
2019-11-19 Bjoern A. ZeebReduce the vnet_set module size of ip_mroute to allow...
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-18 Xin LIMFV r354798:
2019-11-16 Conrad MeyerUpdate to Zstandard 1.4.4
2019-11-16 Michael TuexenAdd boundary and overflow checks to the formulas used...
2019-11-16 Michael TuexenImprove TCP CUBIC specific after idle reaction.
2019-11-16 Michael TuexenImplement a tCP CUBIC-specific after idle reaction.
2019-11-16 Michael TuexenRevert https://svnweb.freebsd.org/changeset/base/354708
2019-11-15 Bjoern A. ZeebRemove now unused IPv6 macros and update docs.
2019-11-15 Bjoern A. ZeebIP6_EXTHDR_CHECK(): remove the last instances
2019-11-15 Bjoern A. Zeebnetinet*: replace IP6_EXTHDR_GET()
2019-11-14 Michael TuexenFor idle TCP sessions using the CUBIC congestio control...
2019-11-12 Bjoern A. Zeebnetinet*: update *mp to pass the proper value back
next