]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Fix error code that looks like wrong.
[FreeBSD/FreeBSD.git] / sys / netinet /
2015-10-27 gnnTurning on IPSEC used to introduce a slight amount...
2015-10-26 tuexenWhen processing a cookie, any mismatch in port numbers...
2015-10-23 sjgMerge bmake 20151020
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-19 tuexenUse __func__ instead of __FUNCTION__.
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-18 melifaroFix deletion of ifaddr lle entries when deleting prefix...
2015-10-17 ngieMFhead @ r289471
2015-10-17 melifaroRemove several compat functions from pre-fib era.
2015-10-17 ngieIntegrate tools/regression/acltools into the FreeBSD...
2015-10-17 ngieIntegrate tools/test/posixshm and tools/regression...
2015-10-16 mavMFV r289310:
2015-10-15 bzHopefully also unbreak VIMAGE kernels replacing the...
2015-10-14 bzProperly define functions withut argument and wrap...
2015-10-14 ngieIntegrate tools/regression/vfs into the FreeBSD test...
2015-10-14 hirenFix an unnecessarily aggressive behavior where mtu...
2015-10-14 hirenThere are times when it would be really nice to have...
2015-10-13 tuexenFix the timeout for INIT retransmissions in the case...
2015-10-13 ngieIntegrate tools/regression/acltools into tests/sys/acl
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-10-10 ngieMFhead @ r289100
2015-10-07 glebiusFix regression from r287779, that bite me. If we call...
2015-10-06 dimMerge ^/head r288836 through r288925.
2015-10-06 hirenAdd a comment specifying how we implement rfc3042.
2015-10-02 ngieMFhead @ r288473
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-09-30 aeTake extra reference to security policy before calling...
2015-09-30 markjMFV r288408:
2015-09-30 glebiusWhen processing ICMP need frag message, ignore the...
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 ngieMFhead @ r288313
2015-09-27 melifaroEliminate nd6_nud_hint() and its TCP bindings.
2015-09-27 melifarortsock requests for deleting interface address lles...
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-22 dimMerge ^/head r288100 through r288125.
2015-09-22 melifaroReplace toe_nd6_resolve() with nd6_resolve().
2015-09-22 dimMerge ^/head r288035 through r288099.
2015-09-21 melifaroUnify nd6 state switching by using newly-created nd6_ll...
2015-09-20 dimMerge ^/head r287878 through r288034.
2015-09-17 glebiusUse proper byteswap macro. This isn't a functional...
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-16 dimMerge ^/head r287680 through r287877.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-16 glebiusIn tcp_ctlinput() separate the (ip == NULL) block from...
2015-09-16 melifaroUnify loopback route switching:
2015-09-15 brdRemove redundant 'man page'
2015-09-15 hirenRemove unnecessary tcp state transition call.
2015-09-15 melifaro* Improve logging invalid arp messages
2015-09-15 melifaro* Require explicitl lle unlink prior to calling llentry...
2015-09-14 melifaro* Do more fine-grained locking: call eventhandlers...
2015-09-14 melifaro* Improve error checking for arp messages.
2015-09-14 hselaskyUpdate TSO limits to include all headers.
2015-09-13 gnndd DTrace probe points, translators and a corresponding...
2015-09-12 tuexenFix compilation issue introduced in r287717.
2015-09-12 tuexenAddress a compile warning.
2015-09-12 tuexenCleanup the handling of error causes for ERROR chunks...
2015-09-11 dimMerge ^/head r287527 through r287679.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 tuexenEnsure that ERROR chunks are always padded by implement...
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
2015-09-07 tuexenRFC 4960 requires that packets containing an INIT chunk...
2015-09-07 allanjudemissed file that should have been included in r287528
2015-09-06 dimMerge ^/head r287502 through r287526.
2015-09-06 adrianReplace rss_m2cpuid with rss_soft_m2cpuid_v4 for ip_dir...
2015-09-06 dimUpdate llvm, clang and lldb to 3.7.0 release.
2015-09-06 dimUpdate lldb to upstream trunk r242221.
2015-09-05 dimMerge ^/head r286858 through r287489.
2015-09-05 melifaroDo not pass lle to nd6_ns_output(). Use newly-added
2015-09-05 glebiusUse Jenkins hash for TCP syncache.
2015-09-04 glebiusMake tcp_mtudisc() static and void. No functional changes.
2015-09-04 tuexenDon't leak memory in an error case.
2015-09-04 tuexenAdd a NULL pointer check to silence the clang code...
2015-09-03 tuexenFix a bug where two SHUTDOWN_ACK chunks were sent if...
2015-08-30 jchPut r284245 back in place: If at first this fix was...
2015-08-29 tuexenUse 5 times RTO.Max as the default for the shutdown...
2015-08-29 tuexenFix the exporting of SCTP association states to userlan...
2015-08-29 adrianRename rss_soft_m2cpuid() -> rss_soft_m2cpuid_v4(...
2015-08-28 adrianReplace the printf()s with optional rate limited debugg...
2015-08-27 bzget_inpcbinfo() and get_pcblist() are UDP local functio...
2015-08-24 jchRevert r284245: "Fix a callout race condition introduc...
2015-08-20 melifaro* Split allocation and table linking for lle's.
2015-08-19 melifaroCheck value return from lle_create() for NULL.
2015-08-18 jchMake clear that TIME_WAIT timeout expiration is managed...
2015-08-18 melifaroFix panic when handling non-inet arp message introduced...
2015-08-17 dimMerge ^/head r286697 through r286857.
2015-08-16 melifaroSplit arpresolve() into fast/slow path.
2015-08-14 tuexenAllow the path MTU to grow up to the outgoing interface...
2015-08-13 melifaroMove lle update code from from gigantic ip_arpinput...
2015-08-12 dimMerge ^/head r286422 through r286684.
2015-08-12 dimUpdate llvm/clang to r242221.
2015-08-12 hirenRemove unused TCPTV_SRTTDFLT. We initialize srtt with...
2015-08-11 melifaroUse single 'lle_timer' callout in lltable instead of
2015-08-11 melifaroStore addresses instead of sockaddrs inside llentry.
2015-08-11 melifaroMFP r276712.
2015-08-10 melifaroRename rt_foreach_fib() to rt_foreach_fib_walk().
2015-08-10 ngieMFhead @ r286584
2015-08-10 melifaroPartially merge r274887,r275334,r275577,r275578,r275586...
2015-08-09 kptcp_reass_zone is not a VNET variable.
2015-08-08 mariusFix compilation after r286458.
2015-08-08 mariusFix compilation after r286457 w/o INVARIANTS or INVARIA...
next