Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull networking fixes from David Miller: 1) Out of bounds array access in 802.11 minstrel code, from Adrien Schildknecht. 2) Don't use skb_get() in IGMP/MLD code paths, as this makes pskb_may_pull() BUG. From Linus Luessing. 3) Fix off by one in ipv4 route dumping code, from Andy Whitcroft. 4) Fix deadlock in reqsk_queue_unlink(), from Eric Dumazet. 5) Fix ppp device deregistration wrt. netns deletion, from Guillaume Nault. 6) Fix deadlock when creating per-cpu ipv6 routes, from Martin KaFai Lau. 7) Fix memory leak in batman-adv code, from Sven Eckelmann. * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: batman-adv: Fix memory leak on tt add with invalid vlan net: phy: fix semicolon.cocci warnings net: qmi_wwan: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module be2net: avoid vxlan offloading on multichannel configs ipv6: Fix a potential deadlock when creating pcpu rt ipv6: Add rt6_make_pcpu_route() ipv6: Remove un-used argument from ip6_dst_alloc() net: phy: workaround for buggy cable detection by LAN8700 after cable plugging net: ethernet: micrel: fix an error code ppp: fix device unregistration upon netns deletion net: phy: fix PHY_RUNNING in phy_state_machine Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN" inet: fix potential deadlock in reqsk_queue_unlink() gianfar: Restore link state settings after MAC reset ipv4: off-by-one in continuation handling in /proc/net/route net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code mac80211: fix invalid read in minstrel_sort_best_tp_rates()
No related branches found
No related tags found
Showing
- drivers/net/ethernet/emulex/benet/be_main.c 2 additions, 2 deletionsdrivers/net/ethernet/emulex/benet/be_main.c
- drivers/net/ethernet/freescale/gianfar.c 5 additions, 0 deletionsdrivers/net/ethernet/freescale/gianfar.c
- drivers/net/ethernet/micrel/ks8842.c 2 additions, 3 deletionsdrivers/net/ethernet/micrel/ks8842.c
- drivers/net/phy/phy.c 12 additions, 4 deletionsdrivers/net/phy/phy.c
- drivers/net/phy/smsc.c 19 additions, 12 deletionsdrivers/net/phy/smsc.c
- drivers/net/ppp/ppp_generic.c 42 additions, 36 deletionsdrivers/net/ppp/ppp_generic.c
- drivers/net/usb/qmi_wwan.c 1 addition, 0 deletionsdrivers/net/usb/qmi_wwan.c
- net/batman-adv/translation-table.c 4 additions, 1 deletionnet/batman-adv/translation-table.c
- net/bridge/br_multicast.c 2 additions, 2 deletionsnet/bridge/br_multicast.c
- net/core/skbuff.c 18 additions, 19 deletionsnet/core/skbuff.c
- net/ipv4/fib_trie.c 1 addition, 1 deletionnet/ipv4/fib_trie.c
- net/ipv4/igmp.c 18 additions, 15 deletionsnet/ipv4/igmp.c
- net/ipv4/inet_connection_sock.c 1 addition, 1 deletionnet/ipv4/inet_connection_sock.c
- net/ipv4/sysctl_net_ipv4.c 4 additions, 6 deletionsnet/ipv4/sysctl_net_ipv4.c
- net/ipv6/ip6_fib.c 2 additions, 0 deletionsnet/ipv6/ip6_fib.c
- net/ipv6/mcast_snoop.c 18 additions, 15 deletionsnet/ipv6/mcast_snoop.c
- net/ipv6/route.c 55 additions, 24 deletionsnet/ipv6/route.c
- net/mac80211/rc80211_minstrel.c 6 additions, 5 deletionsnet/mac80211/rc80211_minstrel.c
Loading
Please register or sign in to comment