summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-04bpf: split up instructions and extensions from headerDaniel Borkmann3-98/+107
2013-06-04ioops: fix build error by renaming 'len' variableDaniel Borkmann1-2/+2
2013-06-04keypair: Add routines to generate and verify a keypairDaniel Borkmann5-0/+90
2013-06-04ioops: Add {read,write}_blob_or_die for reading/writing binary blobsDaniel Borkmann2-0/+25
2013-06-04rnd: add gen_key_bytes to generate key from good entropy sourceDaniel Borkmann3-19/+33
2013-06-04crypto: add crypto header with includes and definesDaniel Borkmann6-34/+26
2013-06-04misc: cleanup header commentsDaniel Borkmann19-115/+12
2013-06-04tstamping: add header file for packet timestampingDaniel Borkmann3-11/+9
2013-06-04rnd: move entropy source definition to rndDaniel Borkmann3-10/+11
2013-06-04stun: add header fileDaniel Borkmann3-10/+8
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann46-154/+53
2013-06-04timer: add time management functionsDaniel Borkmann8-12/+26
2013-06-04sig: add signal handling functionsDaniel Borkmann16-30/+52
2013-06-04link: add link management functionsDaniel Borkmann12-166/+192
2013-06-04sock: add socket management functionsDaniel Borkmann19-186/+209
2013-06-04proc: move out process specific management functionsDaniel Borkmann8-79/+80
2013-06-04privs: move drop_privileges out of xutilsDaniel Borkmann8-15/+31
2013-06-04xutils: move device management functions out of xutilsDaniel Borkmann16-168/+198
2013-06-04xutils: break out promisc mode functionsDaniel Borkmann8-23/+36
2013-06-04irq: rename device_bind_irq_to_cpu to device_set_irq_affinityDaniel Borkmann3-4/+4
2013-06-04xio: rename xio to ioops and reduce its includesDaniel Borkmann24-40/+27
2013-06-04xio: add ioexact operationsDaniel Borkmann14-74/+70
2013-06-04xio: refactor fopencookie related functionsDaniel Borkmann6-46/+59
2013-06-04rnd: break out prng from xutilsDaniel Borkmann7-46/+58
2013-06-04corking: use bool instead of intDaniel Borkmann2-6/+8
2013-06-04trie: remove useless header commentDaniel Borkmann1-6/+0
2013-06-04cpusched: remove useless header commentDaniel Borkmann1-6/+0
2013-06-04corking: break out udp/tcp cork functionsDaniel Borkmann7-58/+80
2013-06-04xutils: remove unused declarationDaniel Borkmann1-1/+0
2013-06-04cpus: break out cpu related functions from xutilsDaniel Borkmann6-12/+19
2013-06-04xutils: break out string handling and lockingDaniel Borkmann32-95/+149
2013-06-03iosched: break out io scheduling functions from xutilsDaniel Borkmann8-62/+88
2013-06-03netsniff-ng: v3: fix packet accounting on --numDaniel Borkmann5-30/+34
2013-06-03irq: break out from xutils and save + restoreDaniel Borkmann8-112/+145
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori4-8/+13
2013-06-02ifpps: Rename variable containing top number of CPUsTobias Klauser1-8/+8
2013-05-31netsniff-ng: minor: update help descriptionDaniel Borkmann1-3/+3
2013-05-31man: netsniff-ng: update man page to document when -J is neededDaniel Borkmann1-13/+16
2013-05-31netsniff-ng: enable jumbo frames on default in tpacket_v3Daniel Borkmann1-4/+4
2013-05-31ring_rx: if v3, free it in kernel space during closeDaniel Borkmann1-2/+7
2013-05-31ring: netsniff-ng: migrate capture only to TPACKET_V3Daniel Borkmann7-128/+176
2013-05-31ring: setup frame structure for v2/v3 in a generic wayDaniel Borkmann8-18/+30
2013-05-31ring: move duplicate/generic code parts from rx/tx into ring.cDaniel Borkmann7-72/+85
2013-05-31ring: fix wrong error message text in __get_sockopt_tpacketDaniel Borkmann1-1/+1
2013-05-31ring: implement setup of tpacket v3 ringDaniel Borkmann3-3/+30
2013-05-31man: ifpps: Mention CPU limit in first section and remove BUGS sectionTobias Klauser1-7/+2
2013-05-30ring: setup_{rx,tx}_ring_layout: use bool for jumbo_supportDaniel Borkmann4-4/+4
2013-05-30ring: prepare setup_rx_ring_layout for support in v2/v3Daniel Borkmann6-11/+28
2013-05-30ring: add necessary structures and helper functions for v3Daniel Borkmann2-1/+15
2013-05-30ring: move poll related fallback define to built_in.hDaniel Borkmann2-10/+12