summaryrefslogtreecommitdiff
path: root/trafgen_dev.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-20trafgen: fix resource leaksTobias Klauser1-0/+1
2017-09-15trafgen: fix packet socket initialization with multiple CPUsPaolo Abeni1-8/+13
2017-08-10trafgen: Dump proto headers in *.cfg formatVadim Kochan1-3/+33
2017-08-10trafgen: dev_io: Change read/write to specify struct packet *Vadim Kochan1-15/+33
2017-07-17trafgen: Delegate creation of rfraw to dev_io APIVadim Kochan1-1/+34
2017-06-19trafgen: Fix output pcap file name length trimmingVadim Kochan1-1/+2
2017-06-09trafgen: Allow to generate packets to output pcap fileVadim Kochan1-0/+258
>)
crypto: qat - make qat_asym_algs.o depend on asn1 headers
Parallel build can sporadically fail because asn1 headers may not be built yet by the time qat_asym_algs.o is compiled: drivers/crypto/qat/qat_common/qat_asym_algs.c:55:32: fatal error: qat_rsapubkey-asn1.h: No such file or directory #include "qat_rsapubkey-asn1.h" Cc: stable@vger.kernel.org Signed-off-by: Jan Stancek <jstancek@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation')