提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 2e54df0f35 Don't include assert.h from public header file 3 年之前
  Bhindhiya d7aec84dbe Resolve build warnings in file mld_group.c 4 年之前
  Xiang Xiao a0ce81d659 sched/wdog: Don't dynamically allocate wdog_s 4 年之前
  Gregory Nutt a569006fd8 sched/: Make more naming consistent 4 年之前
  ligd cbf31bca5c global change: fix tools/checkpatch.sh warnnings 4 年之前
  ligd 231ad202ee global change: repace sched_xfree() to kxmm_free() 4 年之前
  Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 4 年之前
  Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24) 4 年之前
  Gregory Nutt f6b00e1966 tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 5 年之前
  Gregory Nutt d94bd49b78 net/mld: Fix a typo in conditional compilation. Clean up return values from mld_ngroups(). 6 年之前
  Gregory Nutt 9b1025ca1b net/mld/mld_group.c: Fixed failure to stop queries. This turned out to be an uninitialized variable. I wonder why there was no warning from GCC? 6 年之前
  Gregory Nutt 002f09f2da net/mld: Fix logic error when testing for the case where all members have left. Still does not work. The end result is that the query timer no longer stops. Not when another another querier with a lower IP is present or when all of the members have left. Basically just can't stop querying under any condition. 6 年之前
  Gregory Nutt 8a3fc26b74 Squashed commit of the following: 6 年之前
  Gregory Nutt 854046a931 /net/devif/ipv6_input.c: Correct handling of IPv6 extension headers. The main confusion was that the payload length in the IPv6 header does not include its extension headers. 6 年之前
  Gregory Nutt 3db3c3952b net/mld: Standard usage of debug output macros. Add configuration options to enable MLD debug even when there network debug is disabled. Add configuration option to dump the content of outgoing MLD packets. 6 年之前
  Gregory Nutt f28ed5af03 net/mld/mld_group.c: Improve error handling on a failure to allocate a new group. 6 年之前
  Gregory Nutt 9a75a14800 net/mld: Implement MLDv1 compatibility mode. This completes coding of MLD. MLD is, howeer, still completely untested. 6 年之前
  Gregory Nutt a4dc759b4d net/mld: Defer all timeout-related operations to the work queue vs. handling within the timer interrupt. Need to notify the device driver for an immediate poll when there are MLD packets waiting to be sent. 6 年之前
  Gregory Nutt 1c15aa3b2d Squashed commit of the following: 6 年之前
  Gregory Nutt 863f617262 net/igmp and net/mld: Fix problem when both IGMP and MLD are enabled. The cannot share the same group list in the network devices structure. 6 年之前
  Gregory Nutt 5b7ef856a0 Squashed commit of the following: 6 年之前