]> git.ipfire.org Git - people/ms/linux.git/shortlog
people/ms/linux.git
2019-11-11  Toke Høiland... libbpf: Add getter for program size
2019-11-11  Toke Høiland... libbpf: Add bpf_get_link_xdp_info() function to get...
2019-11-11  Toke Høiland... libbpf: Use pr_warn() when printing netlink errors
2019-11-11  Toke Høiland... libbpf: Propagate EPERM to caller on program load
2019-11-11  Toke Høiland... selftests/bpf: Add tests for automatic map unpinning...
2019-11-11  Toke Høiland... libbpf: Unpin auto-pinned maps if loading fails
2019-11-09  Daniel T. Leesamples: bpf: update map definition to new syntax BTF...
2019-11-09  Daniel T. Leesamples: bpf: Update outdated error message
2019-11-07  Martin KaFai Laubpf: Add cb access in kfree_skb test
2019-11-07  Martin KaFai Laubpf: Add array support to btf_struct_access
2019-11-07  Daniel BorkmannMerge branch 'bpf-libbpf-fixes'
2019-11-07  Andrii Nakryikolibbpf: Improve handling of corrupted ELF during map...
2019-11-07  Andrii Nakryikolibbpf: Make btf__resolve_size logic always check size...
2019-11-07  Andrii Nakryikolibbpf: Fix another potential overflow issue in bpf_pro...
2019-11-07  Andrii Nakryikolibbpf: Fix potential overflow issue
2019-11-07  Andrii Nakryikolibbpf: Fix memory leak/double free issue
2019-11-07  Andrii Nakryikolibbpf: Fix negative FD close() in xsk_setup_xdp_prog()
2019-11-07  Ilya Leoshkevichs390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and...
2019-11-07  Ilya Leoshkevichs390/bpf: Wrap JIT macro parameter usages in parentheses
2019-11-07  Ilya Leoshkevichs390/bpf: Use kvcalloc for addrs array
2019-11-07  Ilya Leoshkevichtools, bpf_asm: Warn when jumps are out of range
2019-11-07  Martin KaFai Laubpf: Account for insn->off when doing bpf_probe_read_kernel
2019-11-06  Andrii Nakryikolibbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage
2019-11-06  Andrii Nakryikoselftests/bps: Clean up removed ints relocations negati...
2019-11-04  Daniel BorkmannMerge branch 'bpf-libbpf-bitfield-size-relo'
2019-11-04  Andrii Nakryikoselftests/bpf: Add field size relocation tests
2019-11-04  Andrii Nakryikoselftest/bpf: Add relocatable bitfield reading tests
2019-11-04  Andrii Nakryikolibbpf: Add support for field size relocations
2019-11-04  Andrii Nakryikolibbpf: Add support for relocatable bitfields
2019-11-04  Andrii Nakryikoselftests/bpf: Remove too strict field offset relo...
2019-11-04  David S. MillerMerge tag 'mlx5-updates-2019-11-01' of git://git.kernel...
2019-11-04  YueHaibingmISDN: remove unused variable 'faxmodulation_s'
2019-11-04  Vincent Chengptp: Add a ptp clock driver for IDT ClockMatrix.
2019-11-04  Vincent Chengdt-bindings: ptp: Add device tree binding for IDT Clock...
2019-11-04  Francesco Ruggerinet: icmp6: provide input address for traceroute6
2019-11-04  Tuong Lientipc: improve message bundling algorithm
2019-11-04  Francesco Ruggerinet: icmp: use input address in traceroute
2019-11-04  David S. MillerMerge branch 'optimize-openvswitch-flow-looking-up'
2019-11-04  Tonghao Zhangnet: openvswitch: simplify the ovs_dp_cmd_new
2019-11-04  Tonghao Zhangnet: openvswitch: don't unlock mutex when changing...
2019-11-04  Tonghao Zhangnet: openvswitch: fix possible memleak on destroy flow...
2019-11-04  Tonghao Zhangnet: openvswitch: add likely in flow_lookup
2019-11-04  Tonghao Zhangnet: openvswitch: simplify the flow_hash
2019-11-04  Tonghao Zhangnet: openvswitch: optimize flow-mask looking up
2019-11-04  Tonghao Zhangnet: openvswitch: optimize flow mask cache hash collision
2019-11-04  Tonghao Zhangnet: openvswitch: shrink the mask array if necessary
2019-11-04  Tonghao Zhangnet: openvswitch: convert mask list in mask array
2019-11-04  Tonghao Zhangnet: openvswitch: add flow-mask cache for performance
2019-11-02  David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-11-02  David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-11-02  Alexei StarovoitovMerge branch 'bpf_probe_read_user'
2019-11-02  Daniel Borkmannbpf, testing: Add selftest to read/write sockaddr from...
2019-11-02  Daniel Borkmannbpf, testing: Convert prog tests to probe_read_{user...
2019-11-02  Daniel Borkmannbpf, samples: Use bpf_probe_read_user where appropriate
2019-11-02  Daniel Borkmannbpf: Switch BPF probe insns to bpf_probe_read_kernel
2019-11-02  Daniel Borkmannbpf: Add probe_read_{user, kernel} and probe_read_...
2019-11-02  Daniel Borkmannbpf: Make use of probe_user_write in probe write helper
2019-11-02  Daniel Borkmannuaccess: Add strict non-pagefault kernel-space read...
2019-11-02  Daniel Borkmannuaccess: Add non-pagefault user-space write function
2019-11-02  Alexei StarovoitovMerge branch 'map-pinning'
2019-11-02  Toke Høiland... selftests: Add tests for automatic map pinning
2019-11-02  Toke Høiland... libbpf: Add auto-pinning of maps when loading BPF objects
2019-11-02  Toke Høiland... libbpf: Move directory creation into _pin() functions
2019-11-02  Toke Høiland... libbpf: Store map pin path and status in struct bpf_map
2019-11-02  Toke Høiland... libbpf: Fix error handling in bpf_map__reuse_fd()
2019-11-02  Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-11-02  Linus TorvaldsMerge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org...
2019-11-02  Linus TorvaldsMerge tag 'for-linus-20191101' of git://git.kernel...
2019-11-02  Linus TorvaldsMerge tag 'riscv/for-v5.4-rc6' of git://git.kernel...
2019-11-01  Daniel BorkmannMerge branch 'bpf-xskmap-perf-improvements'
2019-11-01  Björn Töpelxsk: Restructure/inline XSKMAP lookup/redirect/flush
2019-11-01  Maciej Fijalkowskibpf: Implement map_gen_lookup() callback for XSKMAP
2019-11-01  Björn Töpelxsk: Store struct xdp_sock as a flexible array member...
2019-11-01  Linus TorvaldsMerge branch 'parisc-5.4-3' of git://git.kernel.org...
2019-11-01  David S. MillerMerge branch 'fix-BPF-offload-related-bugs'
2019-11-01  Jakub Kicinskinet: fix installing orphaned programs
2019-11-01  Jakub Kicinskinet: cls_bpf: fix NULL deref on offload filter removal
2019-11-01  Jakub Kicinskiselftests: bpf: Skip write only files in debugfs
2019-11-01  Wei Wangselftests: net: reuseport_dualstack: fix uninitalized...
2019-11-01  Heiner Kallweitr8169: fix wrong PHY ID issue with RTL8168dp
2019-11-01  Florian Fainellinet: dsa: bcm_sf2: Fix IMP setup for port different...
2019-11-01  Florian Fainellinet: phylink: Fix phylink_dbg() macro
2019-11-01  Yangchun Fugve: Fixes DMA synchronization.
2019-11-01  Eric Dumazetinet: stop leaking jiffies on the wire
2019-11-01  Alex Veskernet/mlx5: DR, Support IPv4 and IPv6 mixed matcher
2019-11-01  Erez Alfasinet/mlx5: LAG, Use affinity type enumerators
2019-11-01  Erez Alfasinet/mlx5: LAG, Use port enumerators
2019-11-01  Li RongQingnet/mlx5: rate limit alloc_ent error messages
2019-11-01  Dmytro Linkinnet/mlx5e: Add ToS (DSCP) header rewrite support
2019-11-01  Dmytro Linkinnet/mlx5e: Bit sized fields rewrite support
2019-11-01  Tariq Toukannet/mlx5: WQ, Move short getters into header file
2019-11-01  Saeed Mahameednet/mlx5e: TX, Dump WQs wqe descriptors on CQE with...
2019-11-01  Parav Panditnet/mlx5: Support lockless FTE read lookups
2019-11-01  Parav Panditnet/mlx5: Do not hold group lock while allocating FTE...
2019-11-01  Vlad Buslovnet/mlx5e: Verify that rule has at least one fwd/drop...
2019-11-01  Aya Levinnet/mlx5: Clear VF's configuration on disabling SRIOV
2019-11-01  zhong jiangnet/mlx5: Remove unneeded variable in mlx5_unload_one
2019-11-01  Igor Leshenkonet/mlx5: FPGA, support network cards with standalone...
2019-11-01  Hamdan Igbarianet/mlx5: DR, Replace CRC32 implementation to use kerne...
2019-11-01  Roman Mashaktc-testing: added tests with cookie for conntrack TC...
next