Age | Commit message (Expand) | Author | Files | Lines |
2013-06-08 | bpfc: also allow to load skb len into X | Daniel Borkmann | 1 | -0/+2 |
2013-06-06 | ifpps: Also display min hitter for IRQs | Tobias Klauser | 1 | -23/+50 |
2013-06-06 | ifpps: Always display the least heavy hitter CPU | Tobias Klauser | 2 | -19/+44 |
2013-06-04 | zsh: add zsh completion function for mausezahn | Hideo Hattori | 1 | -0/+67 |
2013-06-04 | curve: also really remove taia functions from here | Daniel Borkmann | 1 | -43/+3 |
2013-06-04 | taia: move taia evaluation out of curve. | Daniel Borkmann | 4 | -1/+36 |
2013-06-04 | curve: move taia related functions into own header | Daniel Borkmann | 2 | -139/+160 |
2013-06-04 | bpf: split up instructions and extensions from header | Daniel Borkmann | 3 | -98/+107 |
2013-06-04 | ioops: fix build error by renaming 'len' variable | Daniel Borkmann | 1 | -2/+2 |
2013-06-04 | keypair: Add routines to generate and verify a keypair | Daniel Borkmann | 5 | -0/+90 |
2013-06-04 | ioops: Add {read,write}_blob_or_die for reading/writing binary blobs | Daniel Borkmann | 2 | -0/+25 |
2013-06-04 | rnd: add gen_key_bytes to generate key from good entropy source | Daniel Borkmann | 3 | -19/+33 |
2013-06-04 | crypto: add crypto header with includes and defines | Daniel Borkmann | 6 | -34/+26 |
2013-06-04 | misc: cleanup header comments | Daniel Borkmann | 19 | -115/+12 |
2013-06-04 | tstamping: add header file for packet timestamping | Daniel Borkmann | 3 | -11/+9 |
2013-06-04 | rnd: move entropy source definition to rnd | Daniel Borkmann | 3 | -10/+11 |
2013-06-04 | stun: add header file | Daniel Borkmann | 3 | -10/+8 |
2013-06-04 | xutils: eliminate xutils, move rest to epoll2 | Daniel Borkmann | 46 | -154/+53 |
2013-06-04 | timer: add time management functions | Daniel Borkmann | 8 | -12/+26 |
2013-06-04 | sig: add signal handling functions | Daniel Borkmann | 16 | -30/+52 |
2013-06-04 | link: add link management functions | Daniel Borkmann | 12 | -166/+192 |
2013-06-04 | sock: add socket management functions | Daniel Borkmann | 19 | -186/+209 |
2013-06-04 | proc: move out process specific management functions | Daniel Borkmann | 8 | -79/+80 |
2013-06-04 | privs: move drop_privileges out of xutils | Daniel Borkmann | 8 | -15/+31 |
2013-06-04 | xutils: move device management functions out of xutils | Daniel Borkmann | 16 | -168/+198 |
2013-06-04 | xutils: break out promisc mode functions | Daniel Borkmann | 8 | -23/+36 |
2013-06-04 | irq: rename device_bind_irq_to_cpu to device_set_irq_affinity | Daniel Borkmann | 3 | -4/+4 |
2013-06-04 | xio: rename xio to ioops and reduce its includes | Daniel Borkmann | 24 | -40/+27 |
2013-06-04 | xio: add ioexact operations | Daniel Borkmann | 14 | -74/+70 |
2013-06-04 | xio: refactor fopencookie related functions | Daniel Borkmann | 6 | -46/+59 |
2013-06-04 | rnd: break out prng from xutils | Daniel Borkmann | 7 | -46/+58 |
2013-06-04 | corking: use bool instead of int | Daniel Borkmann | 2 | -6/+8 |
2013-06-04 | trie: remove useless header comment | Daniel Borkmann | 1 | -6/+0 |
2013-06-04 | cpusched: remove useless header comment | Daniel Borkmann | 1 | -6/+0 |
2013-06-04 | corking: break out udp/tcp cork functions | Daniel Borkmann | 7 | -58/+80 |
2013-06-04 | xutils: remove unused declaration | Daniel Borkmann | 1 | -1/+0 |
2013-06-04 | cpus: break out cpu related functions from xutils | Daniel Borkmann | 6 | -12/+19 |
2013-06-04 | xutils: break out string handling and locking | Daniel Borkmann | 32 | -95/+149 |
2013-06-03 | iosched: break out io scheduling functions from xutils | Daniel Borkmann | 8 | -62/+88 |
2013-06-03 | netsniff-ng: v3: fix packet accounting on --num | Daniel Borkmann | 5 | -30/+34 |
2013-06-03 | irq: break out from xutils and save + restore | Daniel Borkmann | 8 | -112/+145 |
2013-06-03 | zsh: update zsh autocompletion functions to implementation | Hideo Hattori | 4 | -8/+13 |
2013-06-02 | ifpps: Rename variable containing top number of CPUs | Tobias Klauser | 1 | -8/+8 |
2013-05-31 | netsniff-ng: minor: update help description | Daniel Borkmann | 1 | -3/+3 |
2013-05-31 | man: netsniff-ng: update man page to document when -J is needed | Daniel Borkmann | 1 | -13/+16 |
2013-05-31 | netsniff-ng: enable jumbo frames on default in tpacket_v3 | Daniel Borkmann | 1 | -4/+4 |
2013-05-31 | ring_rx: if v3, free it in kernel space during close | Daniel Borkmann | 1 | -2/+7 |
2013-05-31 | ring: netsniff-ng: migrate capture only to TPACKET_V3 | Daniel Borkmann | 7 | -128/+176 |
2013-05-31 | ring: setup frame structure for v2/v3 in a generic way | Daniel Borkmann | 8 | -18/+30 |
2013-05-31 | ring: move duplicate/generic code parts from rx/tx into ring.c | Daniel Borkmann | 7 | -72/+85 |