]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
sctp: provide a specific stream scheduler function for FCFS
[FreeBSD/FreeBSD.git] / sys / netinet /
2022-02-22 Michael Tuexensctp: provide a specific stream scheduler function...
2022-02-22 Michael Tuexensctp: cleanup and adding KASSERT()s, no functional...
2022-02-22 Michael Tuexensctp: fix usage of stream scheduler functions
2022-02-22 Michael Tuexensctp: avoid locking an already locked mutex
2022-02-22 Michael Tuexensctp: Cleanup stream schedulers.
2022-02-22 Michael Tuexensctp: Simplify stream scheduler usage
2022-02-22 Michael Tuexensctp: improve consistency when calling stream scheduler
2022-02-22 Michael Tuexensctp: use a valid outstream when adding it to the scheduler
2022-02-22 Michael Tuexensctp: fix FCFS stream scheduler
2022-02-22 Michael Tuexensctp: cleanup, no functional change intended
2022-02-22 Michael Tuexensctp: avoid LOR
2022-02-22 Michael Tuexensctp: minor cleanup, no functional change
2022-02-22 Mark Johnstonsctp: Tighten up locking around sctp_aloc_assoc()
2022-02-22 Michael Tuexensctp: add explicit cast, no functional change intended
2022-02-22 Michael Tuexensctp: use appropriate argument when freeing association
2022-02-22 Michael Tuexensctp: cleanup timewait handling for vtags
2022-02-22 Michael Tuexensctp: minor cleanups, no functional change intended
2022-02-22 Michael Tuexentcp: make network epoch expectations of LRO explicit
2022-02-22 Michael Tuexensctp: improve handling of illegal parameters of INIT...
2022-02-22 Michael Tuexensctp: improve handling of INIT chunks with invalid...
2022-02-22 Michael Tuexensctp: remove some set, but unused variables
2022-02-22 Michael Tuexensctp: improve input validation of mapped addresses...
2022-02-22 Michael Tuexensctp: improve input validation of mapped addresses...
2022-02-22 Michael Tuexentcp, udp: improve input validation in handling bind()
2022-02-21 Mark Johnstontcp: Avoid conditionally defined fields in union lro_ad...
2022-02-20 Bjoern A. ZeebTCP syncache: enhance KASSERT output
2022-02-10 Andrew GallatinFix a memory leak when ip_output_send() returns EAGAIN...
2022-02-10 Robert Wingsyncache: accept packet with no SA when TCP_MD5SIG...
2022-02-08 Ryan StoneLRO: Don't merge ACK and non-ACK packets together
2022-02-08 Ryan StoneLRO: Fix lost packets when merging 1 payload with an ACK
2022-02-08 Hans Petter SelaskyUse layer five checksum flags in the mbuf packet header...
2022-02-08 Hans Petter SelaskyUpdate the TCP LRO code to handle both encrypted and...
2022-02-06 Marko Zecfib_algo: shift / mask by constants in dxr_lookup()
2022-02-04 Gordon Berglingsctp(4): Fix a typo in an INVARIANTS panic message
2022-02-02 Gordon Berglingextra_tcp_stacks: Fix a few common typos
2022-01-30 Richard Scheffeneggertcp: Tidying up the conditionals for unwinding a spurio...
2022-01-30 Richard Scheffeneggertcp: Rewind erraneous RTO only while performing RTO...
2022-01-21 Gleb Smirnoffcarp: fix send error demotion recovery
2022-01-13 Gleb Smirnofftcptw: count how many times a tcptw was actually useful
2022-01-09 Maxim SobolevFix fragmented UDP packets handling since rev.360967.
2022-01-05 Gordon Berglingtcp_bbr(4): Fix a few typos in sysctl descriptions
2021-12-29 Bjoern A. ZeebIPv4: fix redirect sending conditions
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-10 Mike Karelskernel: partially revert e9efb1125a15, default inet...
2021-12-10 Mike Karelskernel: deprecate Internet Class A/B/C
2021-12-10 Michael Tuexensctp: unbreak NOINET6 builds.
2021-12-10 Michael Tuexensctp: inherit IP level socket options from listening...
2021-12-10 Michael Tuexensctp: use the correct traffic class when sending SCTP...
2021-12-10 Michael Tuexensctp: improve handling of assoc ids in socket options
2021-12-10 Michael Tuexensctp: cleanup, no functional change intended.
2021-12-04 Alexander V. Chernikovrouting: fix source address selection rules for IPv4...
2021-12-04 Alexander V. Chernikovlltable: do not require prefix lookup when checking...
2021-12-03 Gordon Berglingnetinet: Fix a common typo in source code comments
2021-12-03 Gordon Berglingtcp(4): Fix a typo in a sysctl description
2021-12-03 Gordon Berglinginet(3): Fix two typos in sysctl descriptions
2021-12-01 Mark Johnstonnetinet: Remove unneeded mb_unmapped_to_ext() calls
2021-12-01 Mark Johnstonnetinet: Implement in_cksum_skip() using m_apply()
2021-12-01 Mark Johnstonnetinet: Deduplicate most in_cksum() implementations
2021-12-01 Mark Johnstonnetinet: Remove in_cksum.c
2021-11-30 Mark Johnstonsctp: Remove now-unneeded mb_unmapped_to_ext() calls
2021-11-30 Mark Johnstonsctp: Use m_apply() to calcuate a checksum for an mbuf...
2021-11-22 Marius Haldencarp: deal with negative net.inet.carp.demotion
2021-11-19 Roy Marplesnet: Allow binding of unspecified address without addre...
2021-11-12 Andrey V. Elsukovip_divert: calculate delayed checksum for IPv6 adress...
2021-11-06 Gordon BerglingFix a common typo in syctl descriptions
2021-11-06 Gordon Berglingnetinet: Fix a common typo in source code comments
2021-10-19 Mike KarelsChange lowest address on subnet (host 0) not to broadca...
2021-10-13 Marko Zec[fib_algo][dxr] Retire counters which are no longer...
2021-10-13 Marko Zec[fib_algo][dxr] Improve incremental updating strategy
2021-10-07 Mark Johnstonsocket: Rename sb(un)lock() and interlock with listen(2)
2021-09-29 Marko Zec[fib_algo][dxr] Split unused range chunk list in multip...
2021-09-29 Marko Zec[fib_algo][dxr] Merge adjacent empty range table chunks.
2021-09-29 Gordon Berglingsctp: Fix a typo in a comment
2021-09-21 Mark Johnstonsctp: Allow blocking on I/O locks even with non-blockin...
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-18 Marko Zec[fib algo][dxr] Fix division by zero.
2021-09-18 Marko Zec[fib algo][dxr] Optimize trie updating.
2021-09-18 Marko Zec[fib algo][dxr] Fix undefined behavior.
2021-09-17 orange30net: Fix memory leaks upon arp_fillheader() failures
2021-09-16 Mark Johnstonsctp: Clear assoc socket references when freeing a PCB
2021-09-14 Mark Johnstonsctp: Fix iterator synchronization in sctp_sendall()
2021-09-14 Mark Johnstonsctp: Remove an unused sctp_inpcb field
2021-09-14 Mark Johnstonsctp: Fix races around sctp_inpcb_free()
2021-09-13 Artem Khramovnetinet: prevent NULL pointer dereference in in_aifaddr...
2021-09-08 Mark Johnstonsctp: Implement sctp_inpcb_bind_locked()
2021-09-08 Mark Johnstonsctp: Release the socket reference when detaching an...
2021-09-08 Mark Johnstonsctp: Hold association locks across socket wakeups...
2021-09-08 Mark Johnstonsctp: Add macros to assert on inp info lock state
2021-09-07 Zhenlei Huangrouting: Allow using IPv6 next-hops for IPv4 routes...
2021-09-07 Alexander V. Chernikovlltable: Add support for "child" LLEs holding encap...
2021-09-07 Alexander V. ChernikovSimplify nhop operations in ip_output().
2021-09-07 Alexander V. ChernikovUse lltable calculated header when sending lle holdchai...
2021-09-07 Alexander V. Chernikov[lltable] Unify datapath feedback mechamism.
2021-09-07 Mark Johnstonsctp: Fix racy UNBOUND flag check in sctp_inpcb_bind()
2021-09-07 Mark Johnstonsctp: Simplify the free port search in sctp_inpcb_bind()
2021-09-07 Mark Johnstonsctp: Avoid unnecessary refcount bumps in sctp_inpcb_bind()
2021-09-07 Mark Johnstonsctp: Remove always-false checks in sctp_inpcb_bind()
2021-09-07 Gordon BerglingFix a common typo in source code comments
2021-08-31 Gordon Berglinginet(3): Fix a few common typos in source code comments
2021-08-26 Luiz Otavio O Souzaipfw: use unsigned int for dummynet bandwidth
next