Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-02-22 | 15 | -151/+1158 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-19 | 6 | -26/+13 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | bpf: make jited programs visible in traces | Daniel Borkmann | 2017-02-17 | 4 | -13/+282 | |
| * | | | | | | | bpf: remove stubs for cBPF from arch code | Daniel Borkmann | 2017-02-17 | 1 | -1/+11 | |
| * | | | | | | | bpf: mark all registered map/prog types as __ro_after_init | Daniel Borkmann | 2017-02-17 | 5 | -14/+14 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-17 | 6 | -40/+90 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | bpf: reduce compiler warnings by adding fallthrough comments | Alexander Alemayhu | 2017-02-14 | 1 | -0/+5 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-11 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bpf, lpm: fix overflows in trie_alloc checks | Daniel Borkmann | 2017-02-08 | 1 | -9/+27 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-07 | 4 | -66/+102 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | bpf: enable verifier to add 0 to packet ptr | William Tu | 2017-02-07 | 1 | -1/+1 | |
| * | | | | | | | | | | trace: rename trace_print_hex_seq arg and add kdoc | Daniel Borkmann | 2017-02-03 | 1 | -2/+13 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-02 | 2 | -11/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-28 | 19 | -92/+194 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | bpf: add initial bpf tracepoints | Daniel Borkmann | 2017-01-25 | 3 | -3/+42 | |
| * | | | | | | | | | | | | trace: add variant without spacing in trace_print_hex_seq | Daniel Borkmann | 2017-01-25 | 1 | -3/+4 | |
| * | | | | | | | | | | | | bpf: enable verifier to better track const alu ops | Daniel Borkmann | 2017-01-24 | 1 | -19/+45 | |
| * | | | | | | | | | | | | bpf, lpm: fix kfree of im_node in trie_update_elem | Daniel Borkmann | 2017-01-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | bpf: add a longest prefix match trie map implementation | Daniel Mack | 2017-01-23 | 2 | -1/+504 | |
| * | | | | | | | | | | | | bpf: add bpf_probe_read_str helper | Gianluca Borello | 2017-01-20 | 1 | -0/+32 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-17 | 9 | -59/+169 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | bpf, trace: make ctx access checks more robust | Daniel Borkmann | 2017-01-16 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | bpf: allow b/h/w/dw access for bpf's cb in ctx | Daniel Borkmann | 2017-01-12 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | bpf: pass original insn directly to convert_ctx_access | Daniel Borkmann | 2017-01-12 | 2 | -9/+9 | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-11 | 4 | -4/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | bpf: Make unnecessarily global functions static | Tobias Klauser | 2017-01-11 | 1 | -7/+10 | |
| * | | | | | | | | | | | | | | bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive() | Tobias Klauser | 2017-01-11 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | bpf: rename ARG_PTR_TO_STACK | Alexei Starovoitov | 2017-01-09 | 3 | -26/+26 | |
| * | | | | | | | | | | | | | | bpf: allow helpers access to variable memory | Gianluca Borello | 2017-01-09 | 1 | -10/+64 | |
| * | | | | | | | | | | | | | | bpf: allow adjusted map element values to spill | Gianluca Borello | 2017-01-09 | 1 | -5/+16 | |
| * | | | | | | | | | | | | | | bpf: allow helpers access to map element values | Gianluca Borello | 2017-01-09 | 1 | -2/+7 | |
| * | | | | | | | | | | | | | | bpf: split check_mem_access logic for map values | Gianluca Borello | 2017-01-09 | 1 | -39/+49 | |
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-22 | 5 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX | Laura Abbott | 2017-02-07 | 5 | -9/+9 | |
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-02-21 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | core: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2017-02-09 | 2 | -0/+2 | |
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2017-02-21 | 4 | -16/+44 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | audit: remove unnecessary curly braces from switch/case statements | Paul Moore | 2017-02-14 | 1 | -12/+12 | |
| * | | | | | | | | | | | | | | audit: log module name on init_module | Richard Guy Briggs | 2017-02-13 | 3 | -1/+21 | |
| * | | | | | | | | | | | | | | audit: add feature audit_lost reset | Richard Guy Briggs | 2017-01-18 | 1 | -1/+7 | |
| * | | | | | | | | | | | | | | audit: Make AUDIT_ANOM_ABEND event normalized | Steve Grubb | 2016-12-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | audit: Make AUDIT_KERNEL event conform to the specification | Steve Grubb | 2016-12-14 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2017-02-21 | 2 | -25/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i... | James Morris | 2017-02-10 | 1 | -17/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | security,selinux,smack: kill security_task_wait hook | Stephen Smalley | 2017-01-12 | 1 | -17/+2 | |
| | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * / | | | | | | | | | | | | | | seccomp: dump core when using SECCOMP_RET_KILL | Mike Frysinger | 2017-01-23 | 1 | -8/+21 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-02-21 | 1 | -57/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-4.11/next' into for-4.11/linus-merge | Jens Axboe | 2017-02-17 | 1 | -57/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | blktrace: use existing disk debugfs directory | Omar Sandoval | 2017-02-02 | 1 | -5/+8 | |
| | * | | | | | | | | | | | | | | | block: use same block debugfs directory for blk-mq and blktrace | Omar Sandoval | 2017-02-02 | 1 | -13/+5 |