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/netdev/net
Pull networking fixes from David Miller: 1) Fix memory leak in netfilter flowtable, from Roi Dayan. 2) Ref-count leaks in netrom and tipc, from Xiyu Yang. 3) Fix warning when mptcp socket is never accepted before close, from Florian Westphal. 4) Missed locking in ovs_ct_exit(), from Tonghao Zhang. 5) Fix large delays during PTP synchornization in cxgb4, from Rahul Lakkireddy. 6) team_mode_get() can hang, from Taehee Yoo. 7) Need to use kvzalloc() when allocating fw tracer in mlx5 driver, from Niklas Schnelle. 8) Fix handling of bpf XADD on BTF memory, from Jann Horn. 9) Fix BPF_STX/BPF_B encoding in x86 bpf jit, from Luke Nelson. 10) Missing queue memory release in iwlwifi pcie code, from Johannes Berg. 11) Fix NULL deref in macvlan device event, from Taehee Yoo. 12) Initialize lan87xx phy correctly, from Yuiko Oshino. 13) Fix looping between VRF and XFRM lookups, from David Ahern. 14) etf packet scheduler assumes all sockets are full sockets, which is not necessarily true. From Eric Dumazet. 15) Fix mptcp data_fin handling in RX path, from Paolo Abeni. 16) fib_select_default() needs to handle nexthop objects, from David Ahern. 17) Use GFP_ATOMIC under spinlock in mac80211_hwsim, from Wei Yongjun. 18) vxlan and geneve use wrong nlattr array, from Sabrina Dubroca. 19) Correct rx/tx stats in bcmgenet driver, from Doug Berger. 20) BPF_LDX zero-extension is encoded improperly in x86_32 bpf jit, fix from Luke Nelson. * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (100 commits) selftests/bpf: Fix a couple of broken test_btf cases tools/runqslower: Ensure own vmlinux.h is picked up first bpf: Make bpf_link_fops static bpftool: Respect the -d option in struct_ops cmd selftests/bpf: Add test for freplace program with expected_attach_type bpf: Propagate expected_attach_type when verifying freplace programs bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd bpf, x86_32: Fix logic error in BPF_LDX zero-extension bpf, x86_32: Fix clobbering of dst for BPF_JSET bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension bpf: Fix reStructuredText markup net: systemport: suppress warnings on failed Rx SKB allocations net: bcmgenet: suppress warnings on failed Rx SKB allocations macsec: avoid to set wrong mtu mac80211: sta_info: Add lockdep condition for RCU list usage mac80211: populate debugfs only after cfg80211 init net: bcmgenet: correct per TX/RX ring statistics net: meth: remove spurious copyright text net: phy: bcm84881: clear settings on link down chcr: Fix CPU hard lockup ...
- Loading branch information
Showing
114 changed files
with
1,131 additions
and
397 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,7 +189,7 @@ F: drivers/net/hamradio/6pack.c | |
M: Johannes Berg <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
W: http://wireless.kernel.org/ | ||
W: https://wireless.wiki.kernel.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | ||
F: Documentation/driver-api/80211/cfg80211.rst | ||
|
@@ -505,7 +505,7 @@ F: drivers/hwmon/adm1029.c | |
ADM8211 WIRELESS DRIVER | ||
L: [email protected] | ||
S: Orphan | ||
W: http://wireless.kernel.org/ | ||
W: https://wireless.wiki.kernel.org/ | ||
F: drivers/net/wireless/admtek/adm8211.* | ||
|
||
ADP1653 FLASH CONTROLLER DRIVER | ||
|
@@ -2850,14 +2850,14 @@ M: Nick Kossifidis <[email protected]> | |
M: Luis Chamberlain <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
W: http://wireless.kernel.org/en/users/Drivers/ath5k | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/ath5k | ||
F: drivers/net/wireless/ath/ath5k/ | ||
|
||
ATHEROS ATH6KL WIRELESS DRIVER | ||
M: Kalle Valo <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
W: http://wireless.kernel.org/en/users/Drivers/ath6kl | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/ath6kl | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | ||
F: drivers/net/wireless/ath/ath6kl/ | ||
|
||
|
@@ -3020,15 +3020,15 @@ B43 WIRELESS DRIVER | |
L: [email protected] | ||
L: [email protected] | ||
S: Odd Fixes | ||
W: http://wireless.kernel.org/en/users/Drivers/b43 | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/b43 | ||
F: drivers/net/wireless/broadcom/b43/ | ||
|
||
B43LEGACY WIRELESS DRIVER | ||
M: Larry Finger <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
W: http://wireless.kernel.org/en/users/Drivers/b43 | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/b43 | ||
F: drivers/net/wireless/broadcom/b43legacy/ | ||
|
||
BACKLIGHT CLASS/SUBSYSTEM | ||
|
@@ -3843,7 +3843,7 @@ CARL9170 LINUX COMMUNITY WIRELESS DRIVER | |
M: Christian Lamparter <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
W: http://wireless.kernel.org/en/users/Drivers/carl9170 | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/carl9170 | ||
F: drivers/net/wireless/ath/carl9170/ | ||
|
||
CAVIUM I2C DRIVER | ||
|
@@ -5176,6 +5176,7 @@ S: Maintained | |
F: drivers/soc/fsl/dpio | ||
|
||
DPAA2 ETHERNET DRIVER | ||
M: Ioana Ciornei <[email protected]> | ||
M: Ioana Radulescu <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -10075,7 +10076,7 @@ MAC80211 | |
M: Johannes Berg <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
W: http://wireless.kernel.org/ | ||
W: https://wireless.wiki.kernel.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | ||
F: Documentation/networking/mac80211-injection.txt | ||
|
@@ -10705,7 +10706,6 @@ MEDIATEK MT76 WIRELESS LAN DRIVER | |
M: Felix Fietkau <[email protected]> | ||
M: Lorenzo Bianconi <[email protected]> | ||
R: Ryder Lee <[email protected]> | ||
R: Roy Luo <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/wireless/mediatek/mt76/ | ||
|
@@ -12656,7 +12656,7 @@ F: fs/orangefs/ | |
ORINOCO DRIVER | ||
L: [email protected] | ||
S: Orphan | ||
W: http://wireless.kernel.org/en/users/Drivers/orinoco | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/orinoco | ||
W: http://www.nongnu.org/orinoco/ | ||
F: drivers/net/wireless/intersil/orinoco/ | ||
|
||
|
@@ -12682,7 +12682,7 @@ P54 WIRELESS DRIVER | |
M: Christian Lamparter <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
W: http://wireless.kernel.org/en/users/Drivers/p54 | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/p54 | ||
F: drivers/net/wireless/intersil/p54/ | ||
|
||
PACKING | ||
|
@@ -13603,7 +13603,7 @@ PRISM54 WIRELESS DRIVER | |
M: Luis Chamberlain <[email protected]> | ||
L: [email protected] | ||
S: Obsolete | ||
W: http://wireless.kernel.org/en/users/Drivers/p54 | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/p54 | ||
F: drivers/net/wireless/intersil/prism54/ | ||
|
||
PROC FILESYSTEM | ||
|
@@ -13944,7 +13944,7 @@ QUALCOMM ATHEROS ATH10K WIRELESS DRIVER | |
M: Kalle Valo <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
W: http://wireless.kernel.org/en/users/Drivers/ath10k | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/ath10k | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | ||
F: drivers/net/wireless/ath/ath10k/ | ||
|
||
|
@@ -13959,7 +13959,7 @@ QUALCOMM ATHEROS ATH9K WIRELESS DRIVER | |
M: QCA ath9k Development <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
W: http://wireless.kernel.org/en/users/Drivers/ath9k | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/ath9k | ||
F: drivers/net/wireless/ath/ath9k/ | ||
|
||
QUALCOMM CAMERA SUBSYSTEM DRIVER | ||
|
@@ -14056,13 +14056,12 @@ QUALCOMM WCN36XX WIRELESS DRIVER | |
M: Kalle Valo <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
W: http://wireless.kernel.org/en/users/Drivers/wcn36xx | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/wcn36xx | ||
T: git git://github.com/KrasnikovEugene/wcn36xx.git | ||
F: drivers/net/wireless/ath/wcn36xx/ | ||
|
||
QUANTENNA QTNFMAC WIRELESS DRIVER | ||
M: Igor Mitsyanko <[email protected]> | ||
M: Avinash Patil <[email protected]> | ||
M: Sergey Matyukevich <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -14284,7 +14283,7 @@ REALTEK WIRELESS DRIVER (rtlwifi family) | |
M: Ping-Ke Shih <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
W: http://wireless.kernel.org/ | ||
W: https://wireless.wiki.kernel.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | ||
F: drivers/net/wireless/realtek/rtlwifi/ | ||
|
||
|
@@ -14419,7 +14418,7 @@ RFKILL | |
M: Johannes Berg <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
W: http://wireless.kernel.org/ | ||
W: https://wireless.wiki.kernel.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | ||
F: Documentation/ABI/stable/sysfs-class-rfkill | ||
|
@@ -14568,7 +14567,7 @@ F: drivers/media/dvb-frontends/rtl2832_sdr* | |
RTL8180 WIRELESS DRIVER | ||
L: [email protected] | ||
S: Orphan | ||
W: http://wireless.kernel.org/ | ||
W: https://wireless.wiki.kernel.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | ||
F: drivers/net/wireless/realtek/rtl818x/rtl8180/ | ||
|
||
|
@@ -14578,7 +14577,7 @@ M: Hin-Tak Leung <[email protected]> | |
M: Larry Finger <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
W: http://wireless.kernel.org/ | ||
W: https://wireless.wiki.kernel.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | ||
F: drivers/net/wireless/realtek/rtl818x/rtl8187/ | ||
|
||
|
@@ -16933,8 +16932,8 @@ F: drivers/media/platform/ti-vpe/ | |
TI WILINK WIRELESS DRIVERS | ||
L: [email protected] | ||
S: Orphan | ||
W: http://wireless.kernel.org/en/users/Drivers/wl12xx | ||
W: http://wireless.kernel.org/en/users/Drivers/wl1251 | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/wl12xx | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/wl1251 | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git | ||
F: drivers/net/wireless/ti/ | ||
F: include/linux/wl12xx.h | ||
|
@@ -18216,7 +18215,7 @@ M: Maya Erez <[email protected]> | |
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
W: http://wireless.kernel.org/en/users/Drivers/wil6210 | ||
W: https://wireless.wiki.kernel.org/en/users/Drivers/wil6210 | ||
F: drivers/net/wireless/ath/wil6210/ | ||
|
||
WIMAX STACK | ||
|
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.