diff options
author | David S. Miller <davem@davemloft.net> | 2017-04-21 23:23:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-21 23:23:53 -0400 |
commit | fb796707d7a6c9b24fdf80b9b4f24fa5ffcf0ec5 (patch) | |
tree | b8c12edf3f510170cece6e9cf5337094af3095f2 /MAINTAINERS | |
parent | 1f4407e2548827e3e6e7b943640a2da90c611306 (diff) | |
parent | 94836ecf1e7378b64d37624fbb81fe48fbd4c772 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Both conflict were simple overlapping changes.
In the kaweth case, Eric Dumazet's skb_cow() bug fix overlapped the
conversion of the driver in net-next to use in-netdev stats.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 700d8906ff15..8e5da6fe4e0b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2592,12 +2592,26 @@ F: include/uapi/linux/if_bonding.h | |||
2592 | 2592 | ||
2593 | BPF (Safe dynamic programs and tools) | 2593 | BPF (Safe dynamic programs and tools) |
2594 | M: Alexei Starovoitov <ast@kernel.org> | 2594 | M: Alexei Starovoitov <ast@kernel.org> |
2595 | M: Daniel Borkmann <daniel@iogearbox.net> | ||
2595 | L: netdev@vger.kernel.org | 2596 | L: netdev@vger.kernel.org |
2596 | L: linux-kernel@vger.kernel.org | 2597 | L: linux-kernel@vger.kernel.org |
2597 | S: Supported | 2598 | S: Supported |
2599 | F: arch/x86/net/bpf_jit* | ||
2600 | F: Documentation/networking/filter.txt | ||
2601 | F: include/linux/bpf* | ||
2602 | F: include/linux/filter.h | ||
2603 | F: include/uapi/linux/bpf* | ||
2604 | F: include/uapi/linux/filter.h | ||
2598 | F: kernel/bpf/ | 2605 | F: kernel/bpf/ |
2599 | F: tools/testing/selftests/bpf/ | 2606 | F: kernel/trace/bpf_trace.c |
2600 | F: lib/test_bpf.c | 2607 | F: lib/test_bpf.c |
2608 | F: net/bpf/ | ||
2609 | F: net/core/filter.c | ||
2610 | F: net/sched/act_bpf.c | ||
2611 | F: net/sched/cls_bpf.c | ||
2612 | F: samples/bpf/ | ||
2613 | F: tools/net/bpf* | ||
2614 | F: tools/testing/selftests/bpf/ | ||
2601 | 2615 | ||
2602 | BROADCOM B44 10/100 ETHERNET DRIVER | 2616 | BROADCOM B44 10/100 ETHERNET DRIVER |
2603 | M: Michael Chan <michael.chan@broadcom.com> | 2617 | M: Michael Chan <michael.chan@broadcom.com> |
@@ -8777,6 +8791,7 @@ W: http://www.linuxfoundation.org/en/Net | |||
8777 | Q: http://patchwork.ozlabs.org/project/netdev/list/ | 8791 | Q: http://patchwork.ozlabs.org/project/netdev/list/ |
8778 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git | 8792 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
8779 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git | 8793 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git |
8794 | B: mailto:netdev@vger.kernel.org | ||
8780 | S: Maintained | 8795 | S: Maintained |
8781 | F: net/ | 8796 | F: net/ |
8782 | F: include/net/ | 8797 | F: include/net/ |
@@ -12491,7 +12506,6 @@ F: drivers/clk/ti/ | |||
12491 | F: include/linux/clk/ti.h | 12506 | F: include/linux/clk/ti.h |
12492 | 12507 | ||
12493 | TI ETHERNET SWITCH DRIVER (CPSW) | 12508 | TI ETHERNET SWITCH DRIVER (CPSW) |
12494 | M: Mugunthan V N <mugunthanvnm@ti.com> | ||
12495 | R: Grygorii Strashko <grygorii.strashko@ti.com> | 12509 | R: Grygorii Strashko <grygorii.strashko@ti.com> |
12496 | L: linux-omap@vger.kernel.org | 12510 | L: linux-omap@vger.kernel.org |
12497 | L: netdev@vger.kernel.org | 12511 | L: netdev@vger.kernel.org |