summaryrefslogtreecommitdiff
path: root/ring.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-29all: fix build on CentOS 6 by checking presence of several macrosYousong Zhou1-1/+5
2016-04-27ring: Mark potentially unused parameters as suchTobias Klauser1-2/+4
2016-04-27ring: Remove unused parameter sock from setup_ring_layout_generic()Tobias Klauser1-1/+1
2015-11-06ring: Move common ring block_r/frame_nr shrinking to generic functionTobias Klauser1-0/+8
2015-10-29ring: alloc_ring_frames_generic make types size_tDaniel Borkmann1-1/+1
2015-10-29ring: Move generic code for ring layout setup to own functionTobias Klauser1-0/+3
2015-08-24netsniff-ng: Use correct flag to check tpacket uhdr validityTobias Klauser1-4/+3
2015-08-17netsniff-ng: ring: Fix build if tp_vlan_tpid is not available in kernel headerTobias Klauser1-2/+8
2015-08-17netsniff-ng: vlan: Show vlan info from tpacket v3Vadim Kochan1-0/+24
2015-04-21ring: Make ifname paramter to ring_size() constTobias Klauser1-1/+1
2014-08-15netsniff-ng: Conditionally define POLLRDNORM where it is usedTobias Klauser1-0/+4
2014-08-14netsniff-ng: Protect all access to tpacket v3 structs and constants (this tim...Tobias Klauser1-0/+4
2014-08-14netsniff-ng: Restore tpacket v2 capturingTobias Klauser1-2/+10
2014-04-30ring: Consistently use size_t to specify ring sizeTobias Klauser1-1/+1
2014-04-12built_in: changed to use RUNTIME_PAGE_SIZE instead of PAGE_SIZEChristian Wiese1-1/+1
2014-04-10poll: changed to include <poll.h> instead of <sys/poll.h>Christian Wiese1-1/+0
2014-02-24ring: Get rid of unnecessary wrapper for get_sockopt_tpacketTobias Klauser1-13/+8
2013-12-11trafgen: speedup TX only path by avoiding kernel packet_rcv() callJesper Dangaard Brouer1-1/+1
2013-08-20configure: allow trafgen build when only TPACKET_V2 is availableDaniel Borkmann1-0/+9
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+0
2013-06-04xutils: move device management functions out of xutilsDaniel Borkmann1-0/+1
2013-05-31ring: netsniff-ng: migrate capture only to TPACKET_V3Daniel Borkmann1-0/+7
2013-05-31ring: setup frame structure for v2/v3 in a generic wayDaniel Borkmann1-1/+1
2013-05-31ring: move duplicate/generic code parts from rx/tx into ring.cDaniel Borkmann1-0/+4
2013-05-31ring: fix wrong error message text in __get_sockopt_tpacketDaniel Borkmann1-1/+1
2013-05-31ring: implement setup of tpacket v3 ringDaniel Borkmann1-0/+18
2013-05-30ring: prepare setup_rx_ring_layout for support in v2/v3Daniel Borkmann1-0/+7
2013-05-30ring: add necessary structures and helper functions for v3Daniel Borkmann1-1/+10
2013-05-30ring: move poll related fallback define to built_in.hDaniel Borkmann1-10/+0
2013-05-30ring: minor: remove define since only used onceDaniel Borkmann1-3/+1
2013-05-30ring: add set_sockopt_tpacket_v3 and refactor othersDaniel Borkmann1-4/+12
2013-05-30ring: set_sockopt_tpacket: rename to set_sockopt_tpacket_v2Daniel Borkmann1-1/+1
2013-05-30ring: remove fanout related bitsDaniel Borkmann1-20/+0
2013-05-13ring: break out timestamping since not directly relatedDaniel Borkmann1-35/+0
2013-04-23ring: tstamp: no need for tx tsDaniel Borkmann1-1/+1
2013-03-16ring: don't care if we cannot active hw timestampingDaniel Borkmann1-13/+8
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+174