Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | bpf: Fix distinct pointer types warning for ARCH=i386 | Andrey Ignatov | 2019-04-13 | 1 | -1/+1 | |
| | * | | | | | | | | bpf: Introduce bpf_strtol and bpf_strtoul helpers | Andrey Ignatov | 2019-04-12 | 2 | -0/+135 | |
| | * | | | | | | | | bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types | Andrey Ignatov | 2019-04-12 | 1 | -0/+29 | |
| | * | | | | | | | | bpf: Add file_pos field to bpf_sysctl ctx | Andrey Ignatov | 2019-04-12 | 1 | -3/+51 | |
| | * | | | | | | | | bpf: Introduce bpf_sysctl_{get,set}_new_value helpers | Andrey Ignatov | 2019-04-12 | 1 | -1/+80 | |
| | * | | | | | | | | bpf: Introduce bpf_sysctl_get_current_value helper | Andrey Ignatov | 2019-04-12 | 1 | -0/+65 | |
| | * | | | | | | | | bpf: Introduce bpf_sysctl_get_name helper | Andrey Ignatov | 2019-04-12 | 1 | -1/+69 | |
| | * | | | | | | | | bpf: Sysctl hook | Andrey Ignatov | 2019-04-12 | 3 | -0/+100 | |
| | * | | | | | | | | bpf: Add base proto function for cgroup-bpf programs | Andrey Ignatov | 2019-04-12 | 1 | -1/+7 | |
| * | | | | | | | | | ipv6: Add rate limit mask for ICMPv6 messages | Stephen Suryaputra | 2019-04-19 | 1 | -0/+6 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-17 | 9 | -34/+72 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2019-04-15 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | time: Introduce jiffies64_to_msecs() | Li RongQing | 2019-04-08 | 1 | -0/+10 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-04-12 | 10 | -150/+903 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | bpf: support input __sk_buff context in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2019-04-11 | 1 | -1/+9 | |
| | * | | | | | | | | | | bpf: allow for key-less BTF in array map | Daniel Borkmann | 2019-04-10 | 3 | -6/+26 | |
| | * | | | | | | | | | | bpf: kernel side support for BTF Var and DataSec | Daniel Borkmann | 2019-04-10 | 1 | -20/+397 | |
| | * | | | | | | | | | | bpf: allow . char as part of the object name | Daniel Borkmann | 2019-04-10 | 1 | -3/+3 | |
| | * | | | | | | | | | | bpf: add syscall side map freeze support | Daniel Borkmann | 2019-04-10 | 1 | -12/+54 | |
| | * | | | | | | | | | | bpf: add program side {rd, wr}only support for maps | Daniel Borkmann | 2019-04-10 | 7 | -13/+62 | |
| | * | | | | | | | | | | bpf: do not retain flags that are not tied to map lifetime | Daniel Borkmann | 2019-04-10 | 1 | -1/+13 | |
| | * | | | | | | | | | | bpf: implement lookup-free direct value access for maps | Daniel Borkmann | 2019-04-10 | 5 | -30/+124 | |
| | * | | | | | | | | | | bpf: Add missed newline in verifier verbose log | Andrey Ignatov | 2019-04-05 | 1 | -1/+1 | |
| | * | | | | | | | | | | bpf: Sanity check max value for var_off stack access | Andrey Ignatov | 2019-04-05 | 1 | -3/+15 | |
| | * | | | | | | | | | | bpf: Reject indirect var_off stack access in unpriv mode | Andrey Ignatov | 2019-04-05 | 1 | -0/+16 | |
| | * | | | | | | | | | | bpf: Reject indirect var_off stack access in raw mode | Andrey Ignatov | 2019-04-05 | 1 | -0/+9 | |
| | * | | | | | | | | | | bpf: increase verifier log limit | Alexei Starovoitov | 2019-04-04 | 1 | -1/+1 | |
| | * | | | | | | | | | | bpf: increase complexity limit and maximum program size | Alexei Starovoitov | 2019-04-04 | 2 | -2/+2 | |
| | * | | | | | | | | | | bpf: verbose jump offset overflow check | Alexei Starovoitov | 2019-04-04 | 2 | -6/+12 | |
| | * | | | | | | | | | | bpf: convert temp arrays to kvcalloc | Alexei Starovoitov | 2019-04-04 | 1 | -7/+7 | |
| | * | | | | | | | | | | bpf: improve verification speed by not remarking live_read | Alexei Starovoitov | 2019-04-04 | 1 | -0/+9 | |
| | * | | | | | | | | | | bpf: improve verification speed by droping states | Alexei Starovoitov | 2019-04-04 | 1 | -3/+41 | |
| | * | | | | | | | | | | bpf: add verifier stats and log_level bit 2 | Alexei Starovoitov | 2019-04-04 | 1 | -24/+52 | |
| | * | | | | | | | | | | bpf: Support variable offset stack access from helpers | Andrey Ignatov | 2019-03-29 | 1 | -21/+54 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-09 | 3 | -5/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | / / / / / | | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-05 | 7 | -34/+70 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-03-28 | 27 | -124/+336 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-03-27 | 1 | -15/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | bpf: add skc_lookup_tcp helper | Lorenz Bauer | 2019-03-22 | 1 | -1/+2 | |
| | * | | | | | | | | | | | bpf: allow helpers to return PTR_TO_SOCK_COMMON | Lorenz Bauer | 2019-03-22 | 1 | -0/+4 | |
| | * | | | | | | | | | | | bpf: track references based on is_acquire_func | Lorenz Bauer | 2019-03-22 | 1 | -14/+12 | |
| * | | | | | | | | | | | | genetlink: make policy common to family | Johannes Berg | 2019-03-22 | 1 | -3/+25 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-05-08 | 6 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | audit_compare_dname_path(): switch to const struct qstr * | Al Viro | 2019-04-29 | 5 | -9/+8 | |
| * | | | | | | | | | | | | audit_update_watch(): switch to const struct qstr * | Al Viro | 2019-04-26 | 1 | -4/+5 | |
| * | | | | | | | | | | | | fsnotify: switch send_to_group() and ->handle_event to const struct qstr * | Al Viro | 2019-04-26 | 3 | -6/+6 | |
* | | | | | | | | | | | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-05-08 | 7 | -58/+116 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | audit: fix a memory leak bug | Wenwen Wang | 2019-04-22 | 1 | -5/+7 | |
| * | | | | | | | | | | | | | ntp: Audit NTP parameters adjustment | Ondrej Mosnacek | 2019-04-16 | 4 | -5/+50 | |
| * | | | | | | | | | | | | | timekeeping: Audit clock adjustments | Ondrej Mosnacek | 2019-04-16 | 2 | -0/+13 |