Oopenvela-robotnet/tcp: drop packet when offset info is wrong
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
net: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
net/: Move net_procfs.c to net/procfs/. Partition logic a little better to make space to support net device procfs as well | 10 年前 | |
net: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
net: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
fs/procfs: delete all child nodes dup implementation Use the dup implementation on top of procfs like pseudo file, use open instead of dup implementation Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
fs/procfs: delete all child nodes dup implementation Use the dup implementation on top of procfs like pseudo file, use open instead of dup implementation Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
net/tcp: drop packet when offset info is wrong According RFC 793 section 3.1, TCP header length must be longer than 20. Meanwhile, the total length of the packet cannot be less than the sum of the IP header and TCP header Signed-off-by: gaohedong <gaohedong@xiaomi.com> | 2 个月前 | |
net/tcp: replace net_lock with conn_lock and conn_lock_dev Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 | |
net/udp: remove net_lock Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 | |
net:modify check condition from IFF_UP to IFF_RUNNING in sendto_next_transfer Signed-off-by: wangchen <wangchen41@xiaomi.com> | 2 个月前 | |
net: Move NET_TCP/UDP_HAVE_STACK to netconfig.h Now the HAVE_PFINET(6)_SOCKETS depends on NET_TCP/UDP_HAVE_STACK, which is previously defined in net/ folder and connot be included. Considering many places use this check, maybe move them to netconfig.h could be better. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com> | 2 个月前 |