forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull networking fixes from David Miller: "Hopefully the last pull request for this release. Fingers crossed: 1) Only refcount ESP stats on full sockets, from Martin Willi. 2) Missing barriers in AF_UNIX, from Al Viro. 3) RCU protection fixes in ipv6 route code, from Paolo Abeni. 4) Avoid false positives in untrusted GSO validation, from Willem de Bruijn. 5) Forwarded mesh packets in mac80211 need more tailroom allocated, from Felix Fietkau. 6) Use operstate consistently for linkup in team driver, from George Wilkie. 7) ThunderX bug fixes from Vadim Lomovtsev. Mostly races between VF and PF code paths. 8) Purge ipv6 exceptions during netdevice removal, from Paolo Abeni. 9) nfp eBPF code gen fixes from Jiong Wang. 10) bnxt_en firmware timeout fix from Michael Chan. 11) Use after free in udp/udpv6 error handlers, from Paolo Abeni. 12) Fix a race in x25_bind triggerable by syzbot, from Eric Dumazet" * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (65 commits) net: phy: realtek: Dummy IRQ calls for RTL8366RB tcp: repaired skbs must init their tso_segs net/x25: fix a race in x25_bind() net: dsa: Remove documentation for port_fdb_prepare Revert "bridge: do not add port to router list when receives query with source 0.0.0.0" selftests: fib_tests: sleep after changing carrier. again. net: set static variable an initial value in atl2_probe() net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10G bpf, doc: add bpf list as secondary entry to maintainers file udp: fix possible user after free in error handler udpv6: fix possible user after free in error handler fou6: fix proto error handler argument type udpv6: add the required annotation to mib type mdio_bus: Fix use-after-free on device_register fails net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255 bnxt_en: Wait longer for the firmware message response to complete. bnxt_en: Fix typo in firmware message timeout logic. nfp: bpf: fix ALU32 high bits clearance bug nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_K Documentation: networking: switchdev: Update port parent ID section ...
- Loading branch information
Showing
64 changed files
with
568 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2851,7 +2851,7 @@ R: Martin KaFai Lau <[email protected]> | |
R: Song Liu <[email protected]> | ||
R: Yonghong Song <[email protected]> | ||
L: [email protected] | ||
L: linux-kernel@vger.kernel.org | ||
L: bpf@vger.kernel.org | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git | ||
Q: https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147 | ||
|
@@ -2881,6 +2881,7 @@ N: bpf | |
BPF JIT for ARM | ||
M: Shubham Bansal <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/arm/net/ | ||
|
||
|
@@ -2889,52 +2890,60 @@ M: Daniel Borkmann <[email protected]> | |
M: Alexei Starovoitov <[email protected]> | ||
M: Zi Shen Lim <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: arch/arm64/net/ | ||
|
||
BPF JIT for MIPS (32-BIT AND 64-BIT) | ||
M: Paul Burton <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/mips/net/ | ||
|
||
BPF JIT for NFP NICs | ||
M: Jakub Kicinski <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/net/ethernet/netronome/nfp/bpf/ | ||
|
||
BPF JIT for POWERPC (32-BIT AND 64-BIT) | ||
M: Naveen N. Rao <[email protected]> | ||
M: Sandipan Das <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/powerpc/net/ | ||
|
||
BPF JIT for S390 | ||
M: Martin Schwidefsky <[email protected]> | ||
M: Heiko Carstens <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/s390/net/ | ||
X: arch/s390/net/pnet.c | ||
|
||
BPF JIT for SPARC (32-BIT AND 64-BIT) | ||
M: David S. Miller <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/sparc/net/ | ||
|
||
BPF JIT for X86 32-BIT | ||
M: Wang YanQing <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/x86/net/bpf_jit_comp32.c | ||
|
||
BPF JIT for X86 64-BIT | ||
M: Alexei Starovoitov <[email protected]> | ||
M: Daniel Borkmann <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: arch/x86/net/ | ||
X: arch/x86/net/bpf_jit_comp32.c | ||
|
@@ -3389,9 +3398,8 @@ F: Documentation/media/v4l-drivers/cafe_ccic* | |
F: drivers/media/platform/marvell-ccic/ | ||
|
||
CAIF NETWORK LAYER | ||
M: Dmitry Tarnyagin <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
S: Orphan | ||
F: Documentation/networking/caif/ | ||
F: drivers/net/caif/ | ||
F: include/uapi/linux/caif/ | ||
|
@@ -8486,6 +8494,7 @@ L7 BPF FRAMEWORK | |
M: John Fastabend <[email protected]> | ||
M: Daniel Borkmann <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: include/linux/skmsg.h | ||
F: net/core/skmsg.c | ||
|
@@ -16713,6 +16722,7 @@ M: Jesper Dangaard Brouer <[email protected]> | |
M: John Fastabend <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: net/core/xdp.c | ||
F: include/net/xdp.h | ||
|
@@ -16726,6 +16736,7 @@ XDP SOCKETS (AF_XDP) | |
M: Björn Töpel <[email protected]> | ||
M: Magnus Karlsson <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: kernel/bpf/xskmap.c | ||
F: net/xdp/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.