This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 53b3b6bbfde6 Merge tag 'drm-next-2018-10-24' of git://anongit.freedeskt [...] new f592f804831f bpf: devmap: fix wrong interface selection in notifier_call new a3f49d97c220 selftests/bpf: add config fragments BPF_STREAM_PARSER and [...] new 4a6998aff82a bpf, btf: fix a missing check bug in btf_parse new 36641ad61db5 bpf: fix test suite to enable all unpriv program types new ab21c1b5f799 bpf: disallow direct packet access for unpriv in cg_skb new 5d66fa7d9e9e bpf: fix direct packet access for flow dissector progs new d5563d367c2c bpf: fix cg_skb types to hint access type in may_access_di [...] new 80b0d86a176c bpf: fix direct packet write into pop/peek helpers new d3f66e4116af bpf: fix leaking uninitialized memory on pop/peek helpers new b09928b97628 bpf: make direct packet write unclone more robust new 4d716e10e3c5 Merge branch 'pkt-access-fixes' new ede95a63b5e8 bpf: add bpf_jit_limit knob to restrict unpriv allocations new d8fd9e106fbc bpf: fix wrong helper enablement in cgroup local storage new 6788fac82001 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf new ece23711dd95 net: Properly unlink GRO packets on overflow. new 0fe5119e267f net: bridge: remove ipv6 zero address check in mcast queries new 822c5f734136 ptp: drop redundant kasprintf() to create worker name new 38b4f18d5637 net: sched: gred: pass the right attribute to gred_change_ [...] new e6ac075882b2 macsec: update operstate when lower device changes new 07bddef98393 macsec: let the administrator set UP state even if lowerde [...] new 3bdf6bac5817 Merge branch 'macsec-fixes' new 747569b0a7c5 net: diag: document swapped src/dst in udp_dump_one. new 9f51ae62c84a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The 23 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/sysctl/net.txt | 8 ++++ drivers/net/macsec.c | 20 ++++++++-- drivers/ptp/ptp_clock.c | 6 +-- include/linux/filter.h | 1 + kernel/bpf/btf.c | 58 +++++++++++++---------------- kernel/bpf/core.c | 49 ++++++++++++++++++++++-- kernel/bpf/devmap.c | 3 +- kernel/bpf/helpers.c | 2 - kernel/bpf/queue_stack_maps.c | 2 + kernel/bpf/verifier.c | 13 +++++-- net/bridge/br_multicast.c | 3 +- net/core/dev.c | 2 +- net/core/filter.c | 21 +++++++++-- net/core/sysctl_net_core.c | 10 ++++- net/ipv4/udp_diag.c | 1 + net/sched/sch_gred.c | 2 +- tools/testing/selftests/bpf/config | 2 + tools/testing/selftests/bpf/test_verifier.c | 15 +++++++- 18 files changed, 155 insertions(+), 63 deletions(-)