]> git.ipfire.org Git - people/ms/linux.git/shortlog
people/ms/linux.git
2019-09-03  Ilya Leoshkevichselftests/bpf: fix "ctx:write sysctl:write read ok...
2019-09-03  Ilya Leoshkevichselftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_t...
2019-09-03  Jerin Jacobarm64: bpf: optimize modulo operation
2019-09-03  Yauheni Kaliutabpf: s390: add JIT support for bpf line info
2019-09-03  Stanislav Fomichevselftests/bpf: test_progs: add missing \n to CHECK_FAIL
2019-09-03  Stanislav Fomichevselftests/bpf: test_progs: fix verbose mode garbage
2019-08-30  Daniel BorkmannMerge branch 'bpf-xdp-unaligned-chunk'
2019-08-30  Kevin Laatzdoc/af_xdp: include unaligned chunk case
2019-08-30  Kevin Laatzsamples/bpf: use hugepages in xdpsock app
2019-08-30  Kevin Laatzsamples/bpf: add buffer recycling for unaligned chunks...
2019-08-30  Kevin Laatzsamples/bpf: add unaligned chunks mode support to xdpsock
2019-08-30  Kevin Laatzlibbpf: add flags to umem config
2019-08-30  Maxim Mikityanskiynet/mlx5e: Allow XSK frames smaller than a page
2019-08-30  Kevin Laatzmlx5e: modify driver for handling offsets
2019-08-30  Kevin Laatzixgbe: modify driver for handling offsets
2019-08-30  Kevin Laatzi40e: modify driver for handling offsets
2019-08-30  Kevin Laatzxsk: add support to allow unaligned chunk placement
2019-08-30  Kevin Laatzixgbe: simplify Rx buffer recycle
2019-08-30  Kevin Laatzi40e: simplify Rx buffer recycle
2019-08-30  Masanari Iidaselftests/bpf: Fix a typo in test_offload.py
2019-08-30  Petar Penkovbpf: fix error check in bpf_tcp_gen_syncookie
2019-08-30  Daniel BorkmannMerge branch 'bpf-nfp-map-op-cache'
2019-08-30  Jakub Kicinskinfp: bpf: add simple map op cache
2019-08-30  Jakub Kicinskinfp: bpf: rework MTU checking
2019-08-30  Daniel BorkmannMerge branch 'bpf-bpftool-build-improvements'
2019-08-30  Quentin Monnettools: bpftool: do not link twice against libbpf.a...
2019-08-30  Quentin Monnettools: bpf: account for generated feature/ and libbpf...
2019-08-30  Quentin Monnettools: bpftool: improve and check builds for different...
2019-08-30  Quentin Monnettools: bpftool: ignore make built-in rules for getting...
2019-08-30  Yauheni Kaliutabpf: s390: add JIT support for multi-function programs
2019-08-27  Stanislav Fomichevselftests/bpf: remove wrong nhoff in flow dissector...
2019-08-27  Daniel BorkmannMerge branch 'bpf-misc-test-fixes'
2019-08-27  Stanislav Fomichevselftests/bpf: test_progs: remove unused ret
2019-08-27  Stanislav Fomichevselftests/bpf: test_progs: remove asserts from subtests
2019-08-27  Stanislav Fomichevselftests/bpf: test_progs: remove global fail/success...
2019-08-27  Stanislav Fomichevselftests/bpf: test_progs: test__skip
2019-08-27  Daniel BorkmannMerge branch 'bpf-precision-tracking-tests'
2019-08-27  Alexei Starovoitovselftests/bpf: add precision tracking test
2019-08-27  Alexei Starovoitovselftests/bpf: verifier precise tests
2019-08-27  Alexei Starovoitovtools/bpf: sync bpf.h
2019-08-27  Alexei Starovoitovbpf: introduce verifier internal test flag
2019-08-21  Quentin Monnettools: bpftool: add "bpftool map freeze" subcommand
2019-08-21  Quentin Monnettools: bpftool: show frozen status for maps
2019-08-21  Peter Wubpf: sync bpf.h to tools/
2019-08-21  Peter Wubpf: clarify when bpf_trace_printk discards lines
2019-08-21  Peter Wubpf: fix 'struct pt_reg' typo in documentation
2019-08-21  Peter Wubpf: clarify description for CONFIG_BPF_EVENTS
2019-08-21  Ilya Leoshkevichbtf: do not use CONFIG_OUTPUT_FORMAT
2019-08-21  Ivan Khoronzhuksamples: bpf: syscall_nrs: use mmap2 if defined
2019-08-21  Ivan Khoronzhukxdp: xdp_umem: replace kmap on vmap for umem map
2019-08-21  Ivan Khoronzhuklibbpf: use LFS (_FILE_OFFSET_BITS) instead of direct...
2019-08-20  Alexei StarovoitovMerge branch 'btf_get_next_id'
2019-08-20  Quentin Monnettools: bpftool: implement "bpftool btf show|list"
2019-08-20  Quentin Monnetlibbpf: add bpf_btf_get_next_id() to cycle through...
2019-08-20  Quentin Monnetlibbpf: refactor bpf_*_get_next_id() functions
2019-08-20  Quentin Monnettools: bpf: synchronise BPF UAPI header with tools
2019-08-20  Quentin Monnetbpf: add new BPF_BTF_GET_NEXT_ID syscall command
2019-08-20  Nathan Chancellortest_bpf: Fix a new clang warning about xor-ing two...
2019-08-20  Masahiro Yamadabpf: add include guard to tnum.h
2019-08-20  Quentin Monnetbpf: add BTF ids in procfs for file descriptors to...
2019-08-20  YueHaibingbpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
2019-08-17  Daniel BorkmannMerge branch 'bpf-af-xdp-xskmap-improvements'
2019-08-17  Björn Töpelxsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
2019-08-17  Björn Töpelxsk: remove AF_XDP socket from map when the socket...
2019-08-17  Daniel BorkmannMerge branch 'bpf-sk-storage-clone'
2019-08-17  Stanislav Fomichevselftests/bpf: add sockopt clone/inheritance test
2019-08-17  Stanislav Fomichevbpf: sync bpf.h to tools/
2019-08-17  Stanislav Fomichevbpf: support cloning sk storage on accept()
2019-08-17  Stanislav Fomichevbpf: export bpf_map_inc_not_zero
2019-08-17  Petar Penkovselftests/bpf: fix race in test_tcp_rtt test
2019-08-17  Andrii Nakryikolibbpf: relicense bpf_helpers.h and bpf_endian.h
2019-08-17  Maxim Mikityanskiynet: Don't call XDP_SETUP_PROG when nothing is changed
2019-08-17  Daniel BorkmannMerge branch 'bpf-af-xdp-wakeup'
2019-08-17  Maxim Mikityanskiynet/mlx5e: Add AF_XDP need_wakeup support
2019-08-17  Maxim Mikityanskiynet/mlx5e: Move the SW XSK code from NAPI poll to a...
2019-08-17  Magnus Karlssonsamples/bpf: add use of need_wakeup flag in xdpsock
2019-08-17  Magnus Karlssonlibbpf: add support for need_wakeup flag in AF_XDP...
2019-08-17  Magnus Karlssonixgbe: add support for AF_XDP need_wakeup feature
2019-08-17  Magnus Karlssoni40e: add support for AF_XDP need_wakeup feature
2019-08-17  Magnus Karlssonxsk: add support for need_wakeup flag in AF_XDP rings
2019-08-17  Magnus Karlssonxsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
2019-08-16  Wei Yongjunbtf: fix return value check in btf_vmlinux_init()
2019-08-16  Alexei StarovoitovMerge branch 'fix-printf'
2019-08-16  Quentin Monnettools: bpftool: move "__printf()" attributes to header...
2019-08-16  Quentin Monnettools: bpftool: fix format string for p_err() in detect...
2019-08-16  Quentin Monnettools: bpftool: fix format string for p_err() in query_...
2019-08-16  Quentin Monnettools: bpftool: fix argument for p_err() in BTF do_dump()
2019-08-16  Quentin Monnettools: bpftool: fix format strings and arguments for...
2019-08-16  Quentin Monnettools: bpftool: fix arguments for p_err() in do_event_p...
2019-08-16  Andrii Nakryikolibbpf: make libbpf.map source of truth for libbpf...
2019-08-16  Alexei StarovoitovMerge branch 'bpftool-net-attach'
2019-08-16  Daniel T. Leetools: bpftool: add documentation for net attach/detach
2019-08-16  Daniel T. Leetools: bpftool: add bash-completion for net attach...
2019-08-16  Daniel T. Leetools: bpftool: add net detach command to detach XDP...
2019-08-16  Daniel T. Leetools: bpftool: add net attach command to attach XDP...
2019-08-14  Quentin Monnettools: bpftool: compile with $(EXTRA_WARNINGS)
2019-08-14  Jakub KicinskiMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-08-14  Jakub KicinskiMerge branch 'r8152-RX-improve'
2019-08-14  Hayes Wangr8152: change rx_copybreak and rx_pending through ethtool
2019-08-14  Hayes Wangr8152: support skb_add_rx_frag
next