]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Convert the "R1B fix" from a busy-loop in the interrupt handler to a callout.
[FreeBSD/FreeBSD.git] / sys / netinet /
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 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-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-27 tuexenAddress some warnings which showed up on the userland...
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
2013-11-26 avgdtrace sdt: remove the ugly sname parameter of SDT_PROB...
2013-11-25 adrianConvert over the TCP probes to use mtod() rather than...
2013-11-25 rodrigcOnly initialize some mutexes for the default VNET.
2013-11-25 attilio- For kernel compiled only with KDTRACE_HOOKS and not...
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-17 glebiusIn r257692 I intentionally deleted code that handled...
2013-11-17 trocinyDeregister helper hooks on vnet destroy.
2013-11-16 tuexenUse SCTP_PR_SCTP_TTL when the user provides a positive
2013-11-16 tuexenRemove a stray write operation.
2013-11-16 tuexenWhen determining if an address belongs to an stcb,...
2013-11-16 tuexenCleanups which result in fixes which have been made...
2013-11-13 rayMFC @r258091.
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-11 glebiusRemove never used ioctls that originate from KAME....
2013-11-08 glebiusMake TCP_KEEP* socket options readable. At least Postgr...
2013-11-07 tuexenGet rid of the artification limitation enforced by
2013-11-07 tuexenMake sure that we don't try to build an ASCONF-ACK...
2013-11-07 tuexenUse htons()/ntohs() appropriately.
2013-11-06 glebiusProvide compat layer for OSIOCAIFADDR.
2013-11-06 rayMFC @r257740.
2013-11-06 glebiusFix my braino in r257692. For SIOCG*ADDR we don't need...
2013-11-06 nwhitehornFix build on GCC.
2013-11-05 rayMFC @r257698.
2013-11-05 glebiusnetinet code no longer uses IFA_RTSELF.
2013-11-05 glebiusRewrite in_control(), so that it is comprehendable...
2013-11-05 glebiusRemove net.link.ether.inet.useloopback sysctl tunable...
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-11-03 tuexenUnlock the lock before destroying it.
2013-11-02 tuexenChanges from upstream to improve compilation when INET...
2013-11-01 glebiusin_ifadown() can be void.
2013-11-01 glebiusCleanup in_ifscrub(), which is just an entry to in_scru...
2013-10-29 tuexenTerminate a debug output with a \n.
2013-10-29 glebiusUninline inm_lookup_locked(). Now in_var.h doesn't...
2013-10-29 baptMerge byacc 20130925
2013-10-28 tuexenFis the value of *optlen when calling getsockopt() for
2013-10-28 tuexenFix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined.
2013-10-28 glebiusInclude necessary headers that now are available due...
2013-10-26 glebiusProvide includes that are needed in these files, and...
2013-10-26 glebiusThe r48589 promised to remove implicit inclusion of...
2013-10-23 rayMFC @r256964.
2013-10-23 jhbFinish r254925 and remove the last remaining sysctl...
2013-10-23 rayMFC @r256953
2013-10-22 andreThe TCP delayed ACK logic isn't aware of LRO passing...
2013-10-19 kevlo- Add parentheses to all internet addresses
2013-10-15 tuexenRemove a buggy comparision when setting manually the...
2013-10-15 glebius- Utilize counter(9) to accumulate statistics on interf...
2013-10-15 glebius Remove ifa_init() and provide ifa_alloc() that will...
2013-10-15 glebius Hide 'struct ifaddr' definition from userland. Two...
2013-10-15 kevloTreat INADDR_NONE as uint32_t.
2013-10-09 markmMFC - tracking commit
2013-10-09 glebiusWhen processing ACK in tcp_do_segment, use sbcut_locked...
2013-10-08 rayMFC @r256148.
2013-10-02 markmMFC - tracking update.
2013-10-02 markmMFC - tracking update.
2013-10-02 markjAdd a separate translator for headers passed to the...
2013-09-21 desPull in all the OpenSSH bits that we'd previously left...
next