Vladimir Oltean
Vladimir Oltean
Hi, This is not an issue, but I've been trying to properly configure Syntastic for the Linux kernel, and there's not one online tutorial that I could find about this,...
Hi, I am trying to craft a VLAN-tagged packet. First without VLAN: ``` tcpdump -i ETH11 -e -n -Q out -XX & mausezahn ETH11 -c 1 -p 64 -a de:ad:be:ef:00:03...
This is a pull request for the purpose of CI testing this patch set: https://patchwork.ozlabs.org/project/uboot/cover/[email protected]/
Up until commit 8f1f6fcbe4b4 ("If we can't allocate a DLT_ list, fail."), the iface_dsa_get_proto_info() return code was ignored, but now it isn't. Many DSA tags are in use which libpcap...