Fix typo.
[freebsd.git] / sys / netinet /
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. github/projects/elftoolchain
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.
2014-01-10 melifaroSimplify inet alias handling code: if we're adding...
2014-01-09 gjbMFH: tracking commit (head@r260486)
2014-01-03 glebiusMake failure of ifpromisc() a non-fatal error. This...
2014-01-03 aeAdd IF_AFDATA_WLOCK_ASSERT() in case lla_lookup() is...
2014-01-02 glebiusFix regression from r249894. Now we pass "gw" as argume...
2014-01-02 aella_lookup() does modification only when LLE_CREATE...
2014-01-02 delphijMFV r260154 + 260182:
2013-12-29 glebiusFix couple of bugs from r257692 related to scan of...
2013-12-28 gjbMFH: Tracking commit.
2013-12-27 tuexenAddress some warnings which showed up on the userland...
2013-12-27 gjbCopy head@r259933 -> user/gjb/hacking/release-embedded...
2013-12-26 pluknetDraft-ietf-tcpm-initcwnd-05 became RFC6928.
2013-12-25 bzAdd more (IPv6) related Internet Protocols:
2013-12-25 glebiusIt'll be okay to use LibAliasDetachHandlers() here...
2013-12-25 glebiusCleanup alias module handler register/unregister.
2013-12-25 glebiusKill space at eols.
2013-12-25 glebiusRemove from kernel the "dll" code.
2013-12-25 glebiusWhitespace cleanup.
2013-12-24 dimIn sys/netinet/in_mcast.c, inm_is_ifp_detached() is...
2013-12-20 adrianDisable the now unpredicably bogus check for whether...
2013-12-05 rayMFC @r258947.
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-12-02 eadlerIn a situation where:
2013-11-30 tuexenIn
next