]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
hpet: Allow a MMIO window smaller than 1K
[FreeBSD/FreeBSD.git] / sys / netinet /
2022-04-18 Mitchell HorneRemove 11.x ABI compat for kernel dump ioctls
2022-04-18 Andrey V. ElsukovFix ipfw fwd that doesn't work in some cases
2022-04-15 Mark Johnstonnet: Fix memory leaks in lltable_calc_llheader() error...
2022-04-14 Gordon Berglingtcp_htps: Fix a typo in a source code comment
2022-04-14 Gordon Berglingtcp_bbr(4): Fix a typo in a source code comment
2022-04-14 Gordon Berglingtcp_bbr(4): Fix two typos in source code comments
2022-04-14 Gordon Berglinglibalias(3): Fix two typos in source code comments
2022-04-14 Gordon Berglingtcp_rack: Fix a typo in a source code comment
2022-04-14 Gordon Berglingtcp_bbr(4): Fix a typo in a sysctl description and...
2022-04-14 Gordon Berglingtcp_rack: Fix a few typos in sysctl descriptions and...
2022-04-11 Mark Johnstonnet: Fix LLE lock leaks
2022-04-09 Gordon Berglingcc_vegas(4): Fix a typo in a source code comment
2022-04-09 Gordon Berglingkhelp(9): Fix a typo in a source code comment
2022-04-09 Gordon Berglingnetinet: Fix a typo in a source code comment
2022-04-07 George V. Neville... Address issue pointed out in CVE-2020-25705
2022-04-07 Navdeep ParharFix typo (interrups -> interrupts) in a sysctl descript...
2022-04-02 Gordon Berglingextra_tcp_stacks: Fix two typos in source code comments
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-28 Alexander V. Chernikov[lltable] Add per-family lltable getters.
2022-03-28 Alexander V. Chernikovtcp: virtualise net.inet.tcp.msl sysctl.
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-03 Franco Fichtnernetinet: simplify RSS ifdef statements
2022-02-28 Kristof Provostnetinet: allow UDP tunnels to be removed
2022-02-23 Robert Wingtcp_twrespond: send signed segment when connection...
2022-02-23 Robert WingFix dtrace SDT probe tcp:::debug-input
2022-02-23 Michael Tuexensctp: remove KASSERT() which not always holds
2022-02-23 Michael Tuexensctp: make sure new locking requirements are satisfied.
2022-02-23 Michael Tuexensctp: don't hold the assoc create lock longer than...
2022-02-23 Michael Tuexensctp: cleanup sctp_lower_sosend
2022-02-23 Michael Tuexensctp: improve robustness
2022-02-23 Michael Tuexensctp: cleanup, no functional change intended.
2022-02-23 Michael Tuexensctp: remove unused parameter
2022-02-23 Michael Tuexensctp: fix a signed/unsigned mismatch.
2022-02-23 Michael Tuexensctp: avoid undefined behaviour and cleanup the code.
2022-02-23 Michael Tuexensctp: improve counting of incoming chunks
2022-02-23 Michael Tuexenudp: use appropriate pcbinfo when signalling EHOSTDOWN
2022-02-22 Michael Tuexensctp: retire sctp_mtu_size_reset()
2022-02-22 Michael Tuexensctp: improve sctp_pathmtu_adjustment()
2022-02-22 Michael Tuexensctp: minor improvements in sctp_get_frag_point
2022-02-22 Michael Tuexensctp: check that the computed frag point is a multiple...
2022-02-22 Michael Tuexensctp: cleanup the SCTP_MAXSEG socket option.
2022-02-22 Michael Tuexensctp: cleanup, on functional change intended.
2022-02-22 Michael Tuexensctp: apply limit for socket buffers as indicated in...
2022-02-22 Michael Tuexensctp: improve consistency, no functional change intended
2022-02-22 Michael Tuexensctp: add some asserts, no functional changes intended
2022-02-22 Michael Tuexensctp: improve KASSERT messages
2022-02-22 Michael Tuexensctp: don't keep being locked on a stream which is...
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
next