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 tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/netdev/net Pull networking fixes from Jakub Kicinski: "Networking fixes for 5.10-rc6, including fixes from the WiFi driver, and CAN subtrees. Current release - regressions: - gro_cells: reduce number of synchronize_net() calls - ch_ktls: release a lock before jumping to an error path Current release - always broken: - tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 header Previous release - regressions: - net/tls: fix missing received data after fast remote close - vsock/virtio: discard packets only when socket is really closed - sock: set sk_err to ee_errno on dequeue from errq - cxgb4: fix the panic caused by non smac rewrite Previous release - always broken: - tcp: fix corner cases around setting ECN with BPF selection of congestion control - tcp: fix race condition when creating child sockets from syncookies on loopback interface - usbnet: ipheth: fix connectivity with iOS 14 - tun: honor IOCB_NOWAIT flag - net/packet: fix packet receive on L3 devices without visible hard header - devlink: Make sure devlink instance and port are in same net namespace - net: openvswitch: fix TTL decrement action netlink message format - bonding: wait for sysfs kobject destruction before freeing struct slave - net: stmmac: fix upstream patch applied to the wrong context - bnxt_en: fix return value and unwind in probe error paths Misc: - devlink: add extra layer of categorization to the reload stats uAPI before it's released" * tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (68 commits) sock: set sk_err to ee_errno on dequeue from errq mptcp: fix NULL ptr dereference on bad MPJ net: openvswitch: fix TTL decrement action netlink message format can: af_can: can_rx_unregister(): remove WARN() statement from list operation sanity check can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0 can: m_can: fix nominal bitiming tseg2 min for version >= 3.1 can: m_can: m_can_open(): remove IRQF_TRIGGER_FALLING from request_threaded_irq()'s flags can: mcp251xfd: mcp251xfd_probe(): bail out if no IRQ was given can: gs_usb: fix endianess problem with candleLight firmware ch_ktls: lock is not freed net/tls: Protect from calling tls_dev_del for TLS RX twice devlink: Make sure devlink instance and port are in same net namespace devlink: Hold rtnl lock while reading netdev attributes ptp: clockmatrix: bug fix for idtcm_strverscmp enetc: Let the hardware auto-advance the taprio base-time of 0 gro_cells: reduce number of synchronize_net() calls net: stmmac: fix incorrect merge of patch upstream ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init Documentation: netdev-FAQ: suggest how to post co-dependent series ibmvnic: enhance resetting status check during module exit ...
- Loading branch information
Showing
66 changed files
with
864 additions
and
507 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 |
---|---|---|
|
@@ -3528,11 +3528,12 @@ BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER | |
M: Arend van Spriel <[email protected]> | ||
M: Franky Lin <[email protected]> | ||
M: Hante Meuleman <[email protected]> | ||
M: Chi-Hsien Lin <[email protected]> | ||
M: Wright Feng <[email protected]> | ||
M: Chi-hsien Lin <[email protected]> | ||
M: Wright Feng <[email protected]> | ||
M: Chung-hsien Hsu <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
L: brcm80211-dev-list@cypress.com | ||
L: SHA-cyfmac-dev-list@infineon.com | ||
S: Supported | ||
F: drivers/net/wireless/broadcom/brcm80211/ | ||
|
||
|
@@ -13162,7 +13163,9 @@ M: Jesper Dangaard Brouer <[email protected]> | |
M: Ilias Apalodimas <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/networking/page_pool.rst | ||
F: include/net/page_pool.h | ||
F: include/trace/events/page_pool.h | ||
F: net/core/page_pool.c | ||
|
||
PANASONIC LAPTOP ACPI EXTRAS DRIVER | ||
|
@@ -14804,7 +14807,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.g | |
F: drivers/net/wireless/realtek/rtlwifi/ | ||
|
||
REALTEK WIRELESS DRIVER (rtw88) | ||
M: Yan-Hsuan Chuang <yhchuang@realtek.com> | ||
M: Yan-Hsuan Chuang <tony0620emma@gmail.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/wireless/realtek/rtw88/ | ||
|
@@ -15777,9 +15780,8 @@ F: drivers/slimbus/ | |
F: include/linux/slimbus.h | ||
|
||
SFC NETWORK DRIVER | ||
M: Solarflare linux maintainers <[email protected]> | ||
M: Edward Cree <[email protected]> | ||
M: Martin Habets <[email protected]> | ||
M: Edward Cree <[email protected]> | ||
M: Martin Habets <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/net/ethernet/sfc/ | ||
|
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.