2020-10-11 |
Alexei Starovoitov | Merge branch 'Follow-up BPF helper improvements' |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Daniel Borkmann | bpf, selftests: Add redirect_peer selftest |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Daniel Borkmann | bpf, selftests: Make redirect_neigh test more extensible |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Daniel Borkmann | bpf, selftests: Add test for different array inner... |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Daniel Borkmann | bpf: Allow for map-in-map with dynamic inner array... |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Daniel Borkmann | bpf: Add redirect_peer helper |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Daniel Borkmann | bpf: Improve bpf_redirect_neigh helper description |
commit | commitdiff | tree | snapshot |
2020-10-09 |
Daniel Borkmann | Merge branch 'bpf-llvm-reg-alloc-patterns' |
commit | commitdiff | tree | snapshot |
2020-10-09 |
Alexei Starovoitov | selftests/bpf: Asm tests for the verifier regalloc... |
commit | commitdiff | tree | snapshot |
2020-10-09 |
Alexei Starovoitov | selftests/bpf: Add profiler test |
commit | commitdiff | tree | snapshot |
2020-10-09 |
Yonghong Song | bpf: Track spill/fill of bounded scalars. |
commit | commitdiff | tree | snapshot |
2020-10-09 |
Alexei Starovoitov | bpf: Propagate scalar ranges through register assignments. |
commit | commitdiff | tree | snapshot |
2020-10-09 |
Nikita V. Shirokov | bpf: Add tcp_notsent_lowat bpf setsockopt |
commit | commitdiff | tree | snapshot |
2020-10-09 |
Magnus Karlsson | xsk: Introduce padding between ring pointers |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Alexei Starovoitov | Merge branch 'libbpf: auto-resize relocatable LOAD... |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Andrii Nakryiko | selftests/bpf: Validate libbpf's auto-sizing of LD... |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Andrii Nakryiko | libbpf: Allow specifying both ELF and raw BTF for CO... |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Andrii Nakryiko | libbpf: Support safe subset of load/store instruction... |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Andrii Nakryiko | libbpf: Skip CO-RE relocations for not loaded BPF programs |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Magnus Karlsson | libbpf: Fix compatibility problem in xsk_socket__create |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Jakub Wilk | bpf: Fix typo in uapi/linux/bpf.h |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Yonghong Song | bpf: Fix build failure for kernel/trace/bpf_trace.c... |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Randy Dunlap | kernel/bpf/verifier: Fix build when NET is not enabled |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Hao Luo | selftests/bpf: Fix test_verifier after introducing... |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Ciara Loftus | samples: bpf: Driver interrupt statistics in xdpsock |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Ciara Loftus | samples: bpf: Count syscalls in xdpsock |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Ciara Loftus | samples: bpf: Split xdpsock stats into new struct |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Yonghong Song | samples/bpf: Fix a compilation error with fallthrough... |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Yonghong Song | samples/bpf: Change Makefile to cope with latest llvm |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Luigi Rizzo | bpf, libbpf: Use valid btf in bpf_program__set_attach_t... |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Alexei Starovoitov | Merge branch 'Fix pining maps after reuse map fd' |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Hangbin Liu | selftest/bpf: Test pinning map with reused map fd |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Hangbin Liu | libbpf: Check if pin_path was set even map fd exist |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Hangbin Liu | libbpf: Close map fd if init map slots failed |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Andrii Nakryiko | bpf, doc: Update Andrii's email in MAINTAINERS |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Song Liu | bpf: Use raw_spin_trylock() for pcpu_freelist_push... |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Gustavo A.... | bpf, verifier: Use fallthrough pseudo-keyword |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Björn Töpel | xsk: Remove internal DMA headers |
commit | commitdiff | tree | snapshot |
2020-10-03 |
Stanislav Fomichev | bpf: Deref map in BPF_PROG_BIND_MAP when it's already... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Alexei Starovoitov | Merge branch 'Add skb_adjust_room() for SK_SKB' |
commit | commitdiff | tree | snapshot |
2020-10-02 |
John Fastabend | bpf, sockmap: Update selftests to use skb_adjust_room |
commit | commitdiff | tree | snapshot |
2020-10-02 |
John Fastabend | bpf, sockmap: Add skb_adjust_room to pop bytes off... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Alexei Starovoitov | Merge branch 'bpf: BTF support for ksyms' |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Hao Luo | bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Hao Luo | bpf: Introducte bpf_this_cpu_ptr() |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Hao Luo | bpf: Introduce bpf_per_cpu_ptr() |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Hao Luo | selftests/bpf: Ksyms_btf to test typed ksyms |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Hao Luo | bpf/libbpf: BTF support for typed ksyms |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Hao Luo | bpf: Introduce pseudo_btf_id |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Alexei Starovoitov | Merge branch 'Do not limit cb_flags when creating child sk' |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Martin KaFai Lau | bpf: selftest: Ensure the child sk inherited all bpf_so... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Martin KaFai Lau | bpf: tcp: Do not limit cb_flags when creating child... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Stanislav Fomichev | selftests/bpf: Properly initialize linfo in sockmap_basic |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Stanislav Fomichev | selftests/bpf: Initialize duration in xdp_noinline.c |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Armin Wolf | lib8390: Use netif_msg_init to initialize msg_enable... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Willy Liu | net: phy: realtek: Modify 2.5G PHY name to RTL8226 |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Jing Xiangfeng | caif_virtio: Remove redundant initialization of variabl... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Ye Bin | net-sysfs: Fix inconsistent of format with argument... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Ye Bin | pktgen: Fix inconsistent of format with argument type... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Xie He | drivers/net/wan/hdlc_fr: Correctly handle special skb... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
David S. Miller | Merge git://git./linux/kernel/git/bpf/bpf-next |
commit | commitdiff | tree | snapshot |
2020-10-01 |
David S. Miller | Merge branch 'net-ravb-Add-support-for-explicit-interna... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Geert Uytterhoeven | ravb: Add support for explicit internal clock delay... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Geert Uytterhoeven | ravb: Split delay handling in parsing and applying |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Geert Uytterhoeven | dt-bindings: net: renesas,etheravb: Convert to json... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Geert Uytterhoeven | dt-bindings: net: renesas,ravb: Document internal clock... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Geert Uytterhoeven | dt-bindings: net: ethernet-controller: Add internal... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
David S. Miller | Merge tag 'mlx5-updates-2020-09-30' of git://git./linux... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Alexei Starovoitov | Merge branch 'introduce BPF_F_PRESERVE_ELEMS' |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Song Liu | selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Song Liu | bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Gustavo A.... | net/mlx5e: Fix potential null pointer dereference |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Dan Carpenter | net/mlx5e: Fix a use after free on error in mlx5_tc_ct_... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Ariel Levkovich | net/mlx5: Fix dereference on pointer attr after null... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Parav Pandit | net/mlx5: Use dma device access helper |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Hamdan Igbaria | net/mlx5: E-Switch, Support flow source for local vport |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Parav Pandit | net/mlx5: E-switch, Move devlink eswitch ports closer... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Parav Pandit | net/mlx5: E-switch, Use helper function to load unload... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Parav Pandit | net/mlx5: E-switch, Add helper to check egress ACL... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
sunils | net/mlx5: E-switch, Use PF num in metadata reg c0 |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Hamdan Igbaria | net/mlx5: DR, Add support for rule creation with flow... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Yevgeny Kliteynik | net/mlx5: DR, Call ste_builder directly with tag pointer |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Yevgeny Kliteynik | net/mlx5: DR, Remove unneeded local variable |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Yevgeny Kliteynik | net/mlx5: DR, Remove unneeded vlan check from L2 builder |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Yevgeny Kliteynik | net/mlx5: DR, Remove unneeded check from source port... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Yevgeny Kliteynik | net/mlx5: DR, Replace the check for valid STE entry |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Jean-Philippe... | selftests/bpf: Fix alignment of .BTF_ids |
commit | commitdiff | tree | snapshot |
2020-10-01 |
David S. Miller | Merge branch 'drop_monitor-Convert-to-use-devlink-trace... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Ido Schimmel | selftests: net: Add drop monitor test |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Ido Schimmel | drop_monitor: Filter control packets in drop monitor |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Ido Schimmel | drop_monitor: Remove duplicate struct |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Ido Schimmel | drop_monitor: Remove no longer used functions |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Ido Schimmel | drop_monitor: Convert to using devlink tracepoint |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Ido Schimmel | drop_monitor: Prepare probe functions for devlink trace... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Ido Schimmel | devlink: Add a tracepoint for trap reports |
commit | commitdiff | tree | snapshot |
2020-09-30 |
David S. Miller | Merge tag 'linux-can-next-for-5.10-20200930' of git... |
commit | commitdiff | tree | snapshot |
2020-09-30 |
David S. Miller | Merge branch 'ionic-watchdog-training' |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Shannon Nelson | ionic: prevent early watchdog check |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Shannon Nelson | ionic: stop watchdog timer earlier on remove |
commit | commitdiff | tree | snapshot |
2020-09-30 |
David S. Miller | Merge branch 'tcp-exponential-backoff-in-tcp_send_ack' |
commit | commitdiff | tree | snapshot |
next |