summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+2
| * | | | | | | | | | | | | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+3
| * | | | | | | | | | | | | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-2612-49/+88
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-236-60/+641
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | bpf: drop bpf_verifier_lockAlexei Starovoitov2019-04-231-3/+5
| | * | | | | | | | | | | | | bpf: remove global variablesAlexei Starovoitov2019-04-231-12/+13
| | * | | | | | | | | | | | | bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer2019-04-181-0/+12
| | * | | | | | | | | | | | | bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer2019-04-181-7/+15
| | * | | | | | | | | | | | | bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer2019-04-181-10/+11
| | * | | | | | | | | | | | | bpf: use BPF_CAST_CALL for casting bpf callPrashant Bhole2019-04-171-3/+2
| | * | | | | | | | | | | | | bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy2019-04-162-0/+12
| | * | | | | | | | | | | | | bpf: refactor "check_reg_arg" to eliminate code redundancyJiong Wang2019-04-131-6/+8
| | * | | | | | | | | | | | | bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"Jiong Wang2019-04-131-10/+20
| | * | | | | | | | | | | | | bpf: refactor propagate_liveness to eliminate code redundanceJiong Wang2019-04-131-14/+20
| | * | | | | | | | | | | | | bpf: refactor propagate_liveness to eliminate duplicated for loopJiong Wang2019-04-131-3/+1
| | * | | | | | | | | | | | | bpf: Fix distinct pointer types warning for ARCH=i386Andrey Ignatov2019-04-131-1/+1
| | * | | | | | | | | | | | | bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov2019-04-122-0/+135
| | * | | | | | | | | | | | | bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov2019-04-121-0/+29
| | * | | | | | | | | | | | | bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2019-04-121-3/+51
| | * | | | | | | | | | | | | bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-1/+80
| | * | | | | | | | | | | | | bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov2019-04-121-0/+65
| | * | | | | | | | | | | | | bpf: Introduce bpf_sysctl_get_name helperAndrey Ignatov2019-04-121-1/+69
| | * | | | | | | | | | | | | bpf: Sysctl hookAndrey Ignatov2019-04-123-0/+100
| | * | | | | | | | | | | | | bpf: Add base proto function for cgroup-bpf programsAndrey Ignatov2019-04-121-1/+7
| * | | | | | | | | | | | | | ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra2019-04-191-0/+6
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-179-34/+72
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-04-151-0/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | time: Introduce jiffies64_to_msecs()Li RongQing2019-04-081-0/+10
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-1210-150/+903
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-1/+9
| | * | | | | | | | | | | | | | bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-103-6/+26
| | * | | | | | | | | | | | | | bpf: kernel side support for BTF Var and DataSecDaniel Borkmann2019-04-101-20/+397
| | * | | | | | | | | | | | | | bpf: allow . char as part of the object nameDaniel Borkmann2019-04-101-3/+3
| | * | | | | | | | | | | | | | bpf: add syscall side map freeze supportDaniel Borkmann2019-04-101-12/+54
| | * | | | | | | | | | | | | | bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-107-13/+62
| | * | | | | | | | | | | | | | bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann2019-04-101-1/+13
| | * | | | | | | | | | | | | | bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-105-30/+124
| | * | | | | | | | | | | | | | bpf: Add missed newline in verifier verbose logAndrey Ignatov2019-04-051-1/+1
| | * | | | | | | | | | | | | | bpf: Sanity check max value for var_off stack accessAndrey Ignatov2019-04-051-3/+15
| | * | | | | | | | | | | | | | bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov2019-04-051-0/+16
| | * | | | | | | | | | | | | | bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov2019-04-051-0/+9
| | * | | | | | | | | | | | | | bpf: increase verifier log limitAlexei Starovoitov2019-04-041-1/+1
| | * | | | | | | | | | | | | | bpf: increase complexity limit and maximum program sizeAlexei Starovoitov2019-04-042-2/+2
| | * | | | | | | | | | | | | | bpf: verbose jump offset overflow checkAlexei Starovoitov2019-04-042-6/+12
| | * | | | | | | | | | | | | | bpf: convert temp arrays to kvcallocAlexei Starovoitov2019-04-041-7/+7
| | * | | | | | | | | | | | | | bpf: improve verification speed by not remarking live_readAlexei Starovoitov2019-04-041-0/+9
| | * | | | | | | | | | | | | | bpf: improve verification speed by droping statesAlexei Starovoitov2019-04-041-3/+41
| | * | | | | | | | | | | | | | bpf: add verifier stats and log_level bit 2Alexei Starovoitov2019-04-041-24/+52
| | * | | | | | | | | | | | | | bpf: Support variable offset stack access from helpersAndrey Ignatov2019-03-291-21/+54