summaryrefslogtreecommitdiff
path: root/built_in.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-06all: drop fmem{cpy,set}Tobias Klauser1-8/+0
2017-05-12built_in: don't redefine memcpy/memsetTobias Klauser1-6/+0
2017-05-10all: use <net/*> headers instead of <linux/*> where possibleTobias Klauser1-0/+16
2016-02-03built_in: Include stddef.h to avoid redefinition of offsetof() macroTobias Klauser1-1/+2
2015-04-07xmalloc: Add attribute warn_unused_result to allocation functionsTobias Klauser1-1/+5
2014-09-29built_in: Remove unused macro force_castTobias Klauser1-4/+0
2014-09-29netsniff-ng: Fix tpacketv2-only capturingTobias Klauser1-0/+7
2014-08-15netsniff-ng: Conditionally define POLLRDNORM where it is usedTobias Klauser1-12/+0
2014-04-12built_in: changed RUNTIME_PAGE_SIZE to use sysconf(_SC_PAGE_SIZE) instead of ...Christian Wiese1-1/+1
2014-04-12built_in: changed to use RUNTIME_PAGE_SIZE instead of PAGE_SIZEChristian Wiese1-5/+3
2014-04-11built_in: changed to not unconditionally define PAGE_SIZEChristian Wiese1-1/+3
2014-04-10built_in: improved to define DEFFILEMODE if not provided by the libcChristian Wiese1-0/+4
2014-04-10dissector: display packet direction for tap'ing on netlink devices (nlmon)Daniel Borkmann1-0/+8
2013-12-12trafgen: take advantage of PACKET_QDISC_BYPASS sock optionJesper Dangaard Brouer1-0/+4
2013-08-02built_in: Add min_t() and max_t() macros and use themTobias Klauser1-0/+18
2013-07-23built_in: fix build if ARPHRD_IEEE802154_MONITOR is undefinedDaniel Borkmann1-0/+4
2013-07-03pcap: fix build errorDaniel Borkmann1-0/+8
2013-06-04misc: cleanup header commentsDaniel Borkmann1-7/+2
2013-05-30ring: prepare setup_rx_ring_layout for support in v2/v3Daniel Borkmann1-0/+4
2013-05-30ring: move poll related fallback define to built_in.hDaniel Borkmann1-0/+12
2013-05-27ifpps: Don't assume a maximum of 32 CPUsTobias Klauser1-4/+0
2013-05-17built_in: Add __noreturn markerTobias Klauser1-0/+4
2013-04-29dissector: show sw/hw timestamp sourceDaniel Borkmann1-0/+12
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+344