]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Fix checksum computation. Previously it didn't include carry.
[FreeBSD/FreeBSD.git] / sys / netinet /
2014-05-13 yongariFix checksum computation. Previously it didn't include...
2014-05-12 tuexenDisable TX checksum offload for UDP-Lite completely...
2014-05-10 tuexenWhitespace change.
2014-05-09 tuexenFix a logic bug which prevented the sending of UDP...
2014-05-08 tuexenUse KASSERTs as suggested by glebius@
2014-05-08 tuexenFor some UDP packets (for example with 200 byte payload...
2014-05-06 tuexenRemove unused code. This is triggered by the bugreport...
2014-05-06 glebius- Remove net.inet.tcp.reass.overflows sysctl. It counts...
2014-05-05 glebiusThe tcp_log_addrs() uses th pointer, which points into...
2014-05-04 glebiusThe FreeBSD-SA-14:08.tcp was a lesson on not doing...
2014-05-03 melifaroFix panic on IPv4 address removal introduced in r265279.
2014-05-03 melifaroPass radix head ptr along with rte to rtexpunge().
2014-04-30 delphijFix TCP reassembly vulnerability.
2014-04-29 asomersFix a panic when removing an IP address from an interfa...
2014-04-24 asomersFix subnet and default routes on different FIBs on...
2014-04-24 asomersFix host and network routes for new interfaces when...
2014-04-24 smhFix jailed raw sockets not setting the correct source...
2014-04-23 tuexenDon't free an mbuf twice. This only happens in very...
2014-04-23 baptUpdate to byacc 20140409
2014-04-21 rmacklemAdd {} braces so that the code conforms to the indentation.
2014-04-20 tuexenAdd consistency checks to ensure that fragments of...
2014-04-20 tuexenSend also a packet containing an ABORT chunk in respons...
2014-04-19 tuexenUse consistently debug output instead of an uncondition...
2014-04-19 tuexenSend the correct error cause, when a DATA chunk with...
2014-04-11 jhbSome whitespace and style fixes.
2014-04-11 jhbThe tw_pcbrele() function does not need the global...
2014-04-11 jhbDon't leak the TCP pcbinfo lock if a time wait connecti...
2014-04-10 jhbCurrently, the TCP slow timer can starve TCP input...
2014-04-08 kevloRemove a bogus re-assignment.
2014-04-07 kevloMinor style cleanups.
2014-04-07 kevloAdd support for UDP-Lite protocol (RFC 3828) to IPv4...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-03 hirenImprove readability of comments for DELAY_ACK() macro.
2014-04-01 tuexenIncrement the SSN only after processing the last fragme...
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-31 aeDon't copy the MF flag from original IP header to ICMP...
2014-03-29 tuexenHandle an edge case of address management similar to...
2014-03-29 tuexenUse SCTP_OVER_UDP_TUNNELING_PORT more consistently.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-26 asomersCorrect ARP update handling when the routes for network...
2014-03-25 hirenCorrect the comments as support for RFC 1644 has been...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-16 tuexen* Provide information in error causes in ASCII instead of
2014-03-15 rwatsonSeveral years after initial development, merge prototyp...
2014-03-14 glebiusRemove AppleTalk support.
2014-03-14 glebiusRemove IPX support.
2014-03-12 tuexenPut the offset of the CRC32C in csum_data instead of 0.
2014-03-12 tuexenSCTP uses CRC32C and not Adler anymore. While there...
2014-03-12 glebiusSince both netinet/ and netinet6/ call into netipsec...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 delphijMFV r262756:
2014-03-05 glebius- Remove rt_metrics_lite and simply put its members...
2014-03-04 glebiusRemove ifa_ref()/ifa_free(), which are atomic(9), from...
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 dimMerge from head up to r262536.
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-26 emasteUpdate LLDB snapshot to upstream r202189
2014-02-25 jhbRemove more constants related to static sysctl nodes...
2014-02-23 dimMerge from head up to r262415.
2014-02-23 baptImport libucl into head
2014-02-22 glebiusImprove logging of send errors, reporting error code...
2014-02-21 gjbMerge the following:
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
2014-02-20 tuexenRemove redundant code and fix a style error.
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-17 glebiuso Remove at compile time the HASH_ALL code, that was...
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-09 trocinyFixup for r261590 (vnet sysctl handlers cleanup).
2014-02-07 glebiuso Revamp API between flowtable and netinet, netinet6.
2014-02-07 glebiusUtilize SYSCTL_UMA_CUR() to export usage of syncache and
2014-02-07 glebiusCatch up on r261590.
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-28 kaiwMFH@261244.
2014-01-28 peterAdjust r239672 from rrs and r258821 from eadler.
2014-01-28 gnnDecrease lock contention within the TCP accept case...
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-25 kaiwMFH@261151.
2014-01-22 glebiusFix fallout from r241923. Calculate length of payload in
2014-01-20 kaiwMFH@260917.
2014-01-19 gjbMFH: Tracking commit (r260891)
2014-01-19 melifaroFurther rework netinet6 address handling code:
2014-01-18 adrianIf the flowid is available for the mbuf that finalised...
2014-01-16 gnnFix various places where we don't properly release...
2014-01-16 glebiusCleanup comments and whitespace. No functional changes.
2014-01-16 melifaroFix refcount leak on netinet ifa.
2014-01-16 melifaroFix ipfw fwd for IPv4 traffic broken by r249894.
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
next