summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-05configure: Don't redirect output of pkg-configTobias Klauser1-8/+8
2013-07-05Makefile, INSTALL: Simplify clean/uninstall Makefile targetsTobias Klauser2-27/+38
2013-07-05INSTALL: minor: Fix typo 'mainling list'Tobias Klauser1-1/+1
2013-07-05configure, Makefile: Fail in Makefile if Config is not completeTobias Klauser2-1/+6
2013-07-05configure: Silence pkg-config callsTobias Klauser1-5/+9
2013-07-03dev: linktype: use ARPHRD_ETHER for "any" deviceDaniel Borkmann1-1/+3
2013-07-03netsniff-ng: ctx: init and destruct methods for ctxDaniel Borkmann1-18/+33
2013-07-03pcap: invoke dev->type to pcap linktype mapperDaniel Borkmann2-4/+5
2013-07-03pcap: fix build errorDaniel Borkmann2-4/+12
2013-07-03dissector: do not panic on unknown hatypeDaniel Borkmann1-2/+5
2013-07-03pcap: support for various linktypesDaniel Borkmann3-13/+129
2013-07-03pcap_io: add LINKTYPE_NETLINK for netlink pcapsDaniel Borkmann1-0/+3
2013-07-03man: netsniff-ng: elaborate on capturing netlink trafficDaniel Borkmann1-3/+15
2013-06-29man: bpfc: add netlink arp headerDaniel Borkmann1-0/+1
2013-06-28Merge branch 'config'Tobias Klauser4-2/+254
2013-06-28configure: Improve check for libnl/libnl-genlTobias Klauser1-2/+16
2013-06-28configure: Check for presence of pkg-config and ccache binariesTobias Klauser2-1/+35
2013-06-28configure: Add linker flags for ncursestest to correct positionTobias Klauser1-1/+1
2013-06-25netsniff-ng: tpacketv3: 'fix' packet accounting outputDaniel Borkmann3-5/+6
2013-06-25man: netsniff-ng: add section about netlink traffic debuggingDaniel Borkmann1-0/+4
2013-06-24ifpps, flowtop: Move ncurses init and end to common moduleTobias Klauser6-42/+40
2013-06-24configure: Check for tpacket, ncurses, libgeoipTobias Klauser1-1/+100
2013-06-24gitignore: Ignore generated ConfigTobias Klauser1-0/+3
2013-06-24README, INSTALL: minor: Remove trailing whitespacesTobias Klauser2-4/+4
2013-06-24configure: Add configure script used to detect NaClTobias Klauser3-1/+103
2013-06-20dev: mark paths likely/unlikelyDaniel Borkmann1-4/+4
2013-06-17ioexact: make mayexit a boolDaniel Borkmann2-4/+9
2013-06-17man: add colophon to the end of each document.Daniel Borkmann8-0/+32
2013-06-17dissector: explicitly init arrayDaniel Borkmann1-10/+9
2013-06-17die: minor: simplify code a bitDaniel Borkmann1-11/+17
2013-06-17dev: make paths unlikely, simplify codeDaniel Borkmann1-17/+11
2013-06-17dev: bail out if ifindex could not be retrievedDaniel Borkmann1-4/+4
2013-06-15bpf: use Linux' define of BPF_MAXINSNSDaniel Borkmann2-9/+11
2013-06-15curve: free buffers in reverse order to allocationDaniel Borkmann1-3/+3
2013-06-15curve: curve25519_tfm_alloc/curve25519_tfm_free helpersDaniel Borkmann4-40/+53
2013-06-15curve: directly include config.h for FILE_PRIVKEYDaniel Borkmann1-0/+1
2013-06-15curve: minor: fix typo in variableDaniel Borkmann2-8/+8
2013-06-15curve: minor: fix up formattingDaniel Borkmann1-6/+12
2013-06-15curve: fix crypto_box_beforenmbytes lengthDaniel Borkmann1-1/+1
2013-06-15curve: curve25519_encode/curve25519_decode: simplify crypto transformsDaniel Borkmann2-27/+31
2013-06-15curve: simplify curve25519_proto_init and othersDaniel Borkmann5-49/+29
2013-06-15curve: rename encode/decode buffersDaniel Borkmann2-19/+19
2013-06-15cpusched: cleanups, refactoring and fix one bugDaniel Borkmann1-49/+28
2013-06-15misc: remove two header commentsDaniel Borkmann2-12/+0
2013-06-15bpf: very minor style fixups and paths marked unlikelyDaniel Borkmann1-6/+9
2013-06-15docs: readme: also stress bpf seccomp in the README pageDaniel Borkmann1-1/+1
2013-06-15bpfc: stress that also seccomp-BPF can be generated with bpfcDaniel Borkmann1-1/+3
2013-06-15man: bpfc: add example of loadable x86_64 seccomp-BPF filterDaniel Borkmann1-0/+18
2013-06-15man: bpf: also mention that bpfc can be used for seccomp-BPFDaniel Borkmann1-10/+14
2013-06-15bpf: add missing decode for poffDaniel Borkmann1-12/+14