Age | Commit message (Expand) | Author | Files | Lines |
2019-02-05 | igc: Remove the 'igc_get_phy_id_base' method | Sasha Neftin | 1 | -17/+1 |
2019-02-05 | igc: Remove the 'igc_read_mac_addr_base' method | Sasha Neftin | 1 | -14/+1 |
2019-02-05 | e1000e: fix cyclic resets at link up with active tx | Konstantin Khlebnikov | 1 | -9/+6 |
2019-02-05 | igc: Remove unneeded code | Sasha Neftin | 1 | -21/+1 |
2019-02-05 | igc: Remove unused code | Sasha Neftin | 1 | -22/+0 |
2019-02-05 | e1000e: fix a missing check for return value | Jeff Kirsher | 1 | -10/+23 |
2019-02-05 | fm10k: TRIVIAL cleanup of extra spacing in function comment | Jacob Keller | 1 | -1/+1 |
2019-02-05 | ixgbe: remove magic constant in ixgbe_reset_hw_82599() | Jiri Kosina | 1 | -1/+1 |
2019-02-05 | igc: Fix code redundancy | Sasha Neftin | 3 | -22/+2 |
2019-02-05 | docs/networking: fix formatting of Intel drivers documentation | Mike Rapoport | 12 | -0/+12 |
2019-02-05 | igc: Remove unreachable code from igc_phy.c file | Sasha Neftin | 1 | -8/+0 |
2019-02-05 | e1000e: Exclude device from suspend direct complete optimization | Kai-Heng Feng | 1 | -0/+2 |
2019-02-05 | net: marvell: mvpp2: fix lack of link interrupts | Russell King | 1 | -7/+14 |
2019-02-05 | net: marvell: mvpp2: use phy_interface_mode_is_8023z() helper | Russell King | 1 | -23/+15 |
2019-02-05 | Merge branch 'nixge-Fixed-link-support' | David S. Miller | 2 | -16/+88 |
2019-02-05 | dt-bindings: net: Add fixed-link support | Moritz Fischer | 1 | -1/+32 |
2019-02-05 | net: nixge: Add support for fixed-link configurations | Moritz Fischer | 1 | -7/+20 |
2019-02-05 | net: nixge: Make mdio child node optional | Moritz Fischer | 2 | -9/+37 |
2019-02-05 | Merge branch 'bpf-riscv-jit' | Daniel Borkmann | 14 | -8/+1654 |
2019-02-05 | selftests/bpf: add "any alignment" annotation for some tests | Björn Töpel | 7 | -0/+33 |
2019-02-05 | bpf, doc: add RISC-V JIT to BPF documentation | Björn Töpel | 2 | -7/+10 |
2019-02-05 | MAINTAINERS: add RISC-V BPF JIT maintainer | Björn Töpel | 1 | -0/+6 |
2019-02-05 | bpf, riscv: add BPF JIT for RV64G | Björn Töpel | 4 | -1/+1605 |
2019-02-05 | Merge branch 'bpf-btf-dedup' | Daniel Borkmann | 4 | -67/+2332 |
2019-02-05 | selftests/btf: add initial BTF dedup tests | Andrii Nakryiko | 4 | -15/+537 |
2019-02-05 | btf: add BTF types deduplication algorithm | Andrii Nakryiko | 3 | -0/+1749 |
2019-02-05 | btf: extract BTF type size calculation | Andrii Nakryiko | 1 | -52/+46 |
2019-02-04 | net: phy: fixed-phy: Drop GPIO from fixed_phy_add() | Linus Walleij | 11 | -46/+72 |
2019-02-04 | net/mlx5: Fix code style issue in mlx driver | Tonghao Zhang | 1 | -1/+2 |
2019-02-04 | libbpf: fix libbpf_print | Stanislav Fomichev | 6 | -47/+13 |
2019-02-04 | rds: rdma: update rdma transport for tos | Santosh Shilimkar | 6 | -22/+29 |
2019-02-04 | rds: add transport specific tos_map hook | Santosh Shilimkar | 4 | -4/+24 |
2019-02-04 | rds: add type of service(tos) infrastructure | Santosh Shilimkar | 11 | -17/+72 |
2019-02-04 | rds: rdma: add consumer reject | Santosh Shilimkar | 3 | -2/+22 |
2019-02-04 | rds: make v3.1 as compat version | Santosh Shilimkar | 4 | -17/+29 |
2019-02-04 | Merge branch 'sh_eth-implement-simple-RX-checksum-offload' | David S. Miller | 2 | -10/+72 |
2019-02-04 | sh_eth: offload RX checksum on SH7763 | Sergei Shtylyov | 1 | -0/+1 |
2019-02-04 | sh_eth: offload RX checksum on SH7734 | Sergei Shtylyov | 1 | -0/+1 |
2019-02-04 | sh_eth: offload RX checksum on R8A77980 | Sergei Shtylyov | 1 | -0/+1 |
2019-02-04 | sh_eth: offload RX checksum on R8A7740 | Sergei Shtylyov | 1 | -0/+1 |
2019-02-04 | sh_eth: offload RX checksum on R7S72100 | Sergei Shtylyov | 1 | -0/+1 |
2019-02-04 | sh_eth: RX checksum offload support | Sergei Shtylyov | 2 | -2/+59 |
2019-02-04 | sh_eth: rename sh_eth_cpu_data::hw_checksum | Sergei Shtylyov | 2 | -8/+8 |
2019-02-04 | Merge branch 'libbpf-btf_ext' | Alexei Starovoitov | 4 | -75/+105 |
2019-02-04 | tools/bpf: implement libbpf btf__get_map_kv_tids() API function | Yonghong Song | 4 | -63/+87 |
2019-02-04 | tools/bpf: expose functions btf_ext__* as API functions | Yonghong Song | 2 | -12/+18 |
2019-02-04 | selftests/bpf: use localhost in tcp_{server,client}.py | Stanislav Fomichev | 2 | -6/+2 |
2019-02-04 | s390: bpf: fix JMP32 code-gen | Heiko Carstens | 1 | -1/+5 |
2019-02-04 | Merge branch 'change-libbpf-print-api' | Alexei Starovoitov | 10 | -142/+171 |
2019-02-04 | tools/bpf: simplify libbpf API function libbpf_set_print() | Yonghong Song | 7 | -76/+68 |