Age | Commit message (Expand) | Author |
2020-09-30 | selftests: forwarding: devlink_lib: Split devlink_..._set() into save & set | Petr Machata |
2020-09-30 | can: flexcan: disable runtime PM if register flexcandev failed | Joakim Zhang |
2020-09-30 | can: flexcan: add flexcan driver for i.MX8MP | Joakim Zhang |
2020-09-30 | can: flexcan: initialize all flexcan memory for ECC function | Joakim Zhang |
2020-09-30 | can: mcp251xfd: rename all remaining occurrence to mcp251xfd | Marc Kleine-Budde |
2020-09-30 | can: mcp251xfd: rename all user facing strings to mcp251xfd | Marc Kleine-Budde |
2020-09-30 | can: mcp251xfd: rename driver files and subdir to mcp251xfd | Marc Kleine-Budde |
2020-09-30 | selftests/bpf: Test "incremental" btf_dump in C format | Andrii Nakryiko |
2020-09-30 | libbpf: Make btf_dump work with modifiable BTF | Andrii Nakryiko |
2020-09-30 | Merge branch 'Various BPF helper improvements' | Alexei Starovoitov |
2020-09-30 | bpf, selftests: Add redirect_neigh selftest | Daniel Borkmann |
2020-09-30 | bpf, selftests: Use bpf_tail_call_static where appropriate | Daniel Borkmann |
2020-09-30 | bpf, libbpf: Add bpf_tail_call_static helper for bpf programs | Daniel Borkmann |
2020-09-30 | bpf: Add redirect_neigh helper as redirect drop-in | Daniel Borkmann |
2020-09-30 | bpf, net: Rework cookie generator as per-cpu one | Daniel Borkmann |
2020-09-30 | bpf: Add classid helper only based on skb->sk | Daniel Borkmann |
2020-09-30 | bpf: fix raw_tp test run in preempt kernel | Song Liu |
2020-09-30 | can: mcp25xxfd: narrow down wildcards in device tree bindings to "microchip,m... | Thomas Kopp |
2020-09-30 | dt-binding: can: mcp251xfd: narrow down wildcards in device tree bindings to ... | Thomas Kopp |
2020-09-30 | dt-binding: can: mcp25xxfd: documentation fixes | Oleksij Rempel |
2020-09-30 | can: mcp25xxfd: mcp25xxfd_irq(): add missing initialization of variable set_n... | Marc Kleine-Budde |
2020-09-30 | can: mcp25xxfd: mcp25xxfd_ring_free(): fix memory leak during cleanup | Dan Carpenter |
2020-09-30 | can: mcp25xxfd: mcp25xxfd_probe(): add SPI clk limit related errata information | Thomas Kopp |
2020-09-30 | can: mcp25xxfd: mcp25xxfd_handle_eccif(): add ECC related errata and update l... | Thomas Kopp |
2020-09-29 | Merge branch 'HW-support-for-VCAP-IS1-and-ES0-in-mscc_ocelot' | David S. Miller |
2020-09-29 | net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy() | Vladimir Oltean |
2020-09-29 | net: mscc: ocelot: add a new ocelot_vcap_block_find_filter_by_id function | Vladimir Oltean |
2020-09-29 | net: mscc: ocelot: rename variable 'cnt' in vcap_data_offset_get() | Vladimir Oltean |
2020-09-29 | net: mscc: ocelot: rename variable 'count' in vcap_data_offset_get() | Vladimir Oltean |
2020-09-29 | net: mscc: ocelot: calculate vcap offsets correctly for full and quarter entries | Xiaoliang Yang |
2020-09-29 | net: mscc: ocelot: parse flower action before key | Vladimir Oltean |
2020-09-29 | net: mscc: ocelot: remove unneeded VCAP parameters for IS2 | Vladimir Oltean |
2020-09-29 | net: mscc: ocelot: automatically detect VCAP constants | Vladimir Oltean |
2020-09-29 | net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and target | Vladimir Oltean |
2020-09-29 | net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and target | Vladimir Oltean |
2020-09-29 | net: mscc: ocelot: generalize existing code for VCAP | Vladimir Oltean |
2020-09-29 | net: mscc: ocelot: return error if VCAP filter is not found | Xiaoliang Yang |
2020-09-29 | net: mscc: ocelot: introduce a new ocelot_target_{read,write} API | Vladimir Oltean |
2020-09-29 | net: mvneta: avoid possible cache misses in mvneta_rx_swbm | Lorenzo Bianconi |
2020-09-29 | libbpf: Compile in PIC mode only for shared library case | Andrii Nakryiko |
2020-09-29 | libbpf: Compile libbpf under -O2 level by default and catch extra warnings | Andrii Nakryiko |
2020-09-29 | libbpf: Fix uninitialized variable in btf_parse_type_sec | Andrii Nakryiko |
2020-09-29 | Merge branch 'bpf, x64: optimize JIT's pro/epilogue' | Alexei Starovoitov |
2020-09-29 | bpf: x64: Do not emit sub/add 0, %rsp when !stack_depth | Maciej Fijalkowski |
2020-09-29 | bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogue | Maciej Fijalkowski |
2020-09-29 | selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access | Ilya Leoshkevich |
2020-09-29 | lib8390: Replace panic() call with BUILD_BUG_ON | Armin Wolf |
2020-09-29 | Merge branch 'net-in_interrupt-cleanup-and-fixes' | David S. Miller |
2020-09-29 | net: rtlwifi: Replace in_interrupt() for context detection | Sebastian Andrzej Siewior |
2020-09-29 | net: rtlwifi: Remove in_interrupt() from debug macro | Sebastian Andrzej Siewior |