diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-12-22 01:21:17 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-12-22 01:21:17 +0300 |
commit | 87935eee57705e9b6df506c5df8b92d6a0b77a51 (patch) | |
tree | 5febc659c279ba3acc6808ce8b37416870b54b27 /MAINTAINERS | |
parent | 5092adb2272e1760030a889aa4a3e9cf1d5f74b5 (diff) | |
parent | d667044f49513d55fcfefe4fa8f8d96091782901 (diff) | |
download | linux-87935eee57705e9b6df506c5df8b92d6a0b77a51.tar.xz |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull more networking fixes from David Miller:
"Some more bug fixes have trickled in, we have:
1) Local MAC entries properly in mscc driver, from Allan W. Nielsen.
2) Eric Dumazet found some more of the typical "pskb_may_pull() -->
oops forgot to reload the header pointer" bugs in ipv6 tunnel
handling.
3) Bad SKB socket pointer in ipv6 fragmentation handling, from Herbert
Xu.
4) Overflow fix in sk_msg_clone(), from Vakul Garg.
5) Validate address lengths in AF_PACKET, from Willem de Bruijn"
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net:
qmi_wwan: Fix qmap header retrieval in qmimux_rx_fixup
qmi_wwan: Add support for Fibocom NL678 series
tls: Do not call sk_memcopy_from_iter with zero length
ipv6: tunnels: fix two use-after-free
Prevent overflow of sk_msg in sk_msg_clone()
packet: validate address length
net: netxen: fix a missing check and an uninitialized use
tcp: fix a race in inet_diag_dump_icsk()
MAINTAINERS: update cxgb4 and cxgb3 maintainer
ipv6: frags: Fix bogus skb->sk in reassembled packets
mscc: Configured MAC entries should be locked.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 842b697a1511..f3a5c97e3419 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4057,7 +4057,7 @@ S: Maintained F: drivers/media/dvb-frontends/cxd2820r* CXGB3 ETHERNET DRIVER (CXGB3) -M: Santosh Raspatur <santosh@chelsio.com> +M: Arjun Vynipadath <arjun@chelsio.com> L: netdev@vger.kernel.org W: http://www.chelsio.com S: Supported @@ -4086,7 +4086,7 @@ S: Supported F: drivers/crypto/chelsio CXGB4 ETHERNET DRIVER (CXGB4) -M: Ganesh Goudar <ganeshgr@chelsio.com> +M: Arjun Vynipadath <arjun@chelsio.com> L: netdev@vger.kernel.org W: http://www.chelsio.com S: Supported |