{"id":808980,"url":"http://patchwork.ozlabs.org/api/1.2/patches/808980/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/patch/20170901.120639.713876893010567301.davem@davemloft.net/","project":{"id":7,"url":"http://patchwork.ozlabs.org/api/1.2/projects/7/?format=json","name":"Linux network development","link_name":"netdev","list_id":"netdev.vger.kernel.org","list_email":"netdev@vger.kernel.org","web_url":null,"scm_url":null,"webscm_url":null,"list_archive_url":"","list_archive_url_format":"","commit_url_format":""},"msgid":"<20170901.120639.713876893010567301.davem@davemloft.net>","list_archive_url":null,"date":"2017-09-01T19:06:39","name":"[GIT] Networking","commit_ref":null,"pull_url":"git://git.kernel.org/pub/scm/linux/kernel/git/davem/net ","state":"accepted","archived":true,"hash":null,"submitter":{"id":15,"url":"http://patchwork.ozlabs.org/api/1.2/people/15/?format=json","name":"David Miller","email":"davem@davemloft.net"},"delegate":{"id":34,"url":"http://patchwork.ozlabs.org/api/1.2/users/34/?format=json","username":"davem","first_name":"David","last_name":"Miller","email":"davem@davemloft.net"},"mbox":"http://patchwork.ozlabs.org/project/netdev/patch/20170901.120639.713876893010567301.davem@davemloft.net/mbox/","series":[{"id":1101,"url":"http://patchwork.ozlabs.org/api/1.2/series/1101/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/list/?series=1101","date":"2017-09-01T19:06:39","name":"[GIT] Networking","version":1,"mbox":"http://patchwork.ozlabs.org/series/1101/mbox/"}],"comments":"http://patchwork.ozlabs.org/api/patches/808980/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/808980/checks/","tags":{},"related":[],"headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xkTJ14zrTz9sQl\n\tfor <patchwork-incoming@ozlabs.org>;\n\tSat,  2 Sep 2017 05:06:57 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752338AbdIATGp (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tFri, 1 Sep 2017 15:06:45 -0400","from shards.monkeyblade.net ([184.105.139.130]:51680 \"EHLO\n\tshards.monkeyblade.net\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1752131AbdIATGn (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Fri, 1 Sep 2017 15:06:43 -0400","from localhost (74-93-104-98-Washington.hfc.comcastbusiness.net\n\t[74.93.104.98]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(Client did not present a certificate)\n\t(Authenticated sender: davem-davemloft)\n\tby shards.monkeyblade.net (Postfix) with ESMTPSA id 9F11513534D9A;\n\tFri,  1 Sep 2017 12:06:42 -0700 (PDT)"],"Date":"Fri, 01 Sep 2017 12:06:39 -0700 (PDT)","Message-Id":"<20170901.120639.713876893010567301.davem@davemloft.net>","To":"torvalds@linux-foundation.org","CC":"akpm@linux-foundation.org, netdev@vger.kernel.org,\n\tlinux-kernel@vger.kernel.org","Subject":"[GIT] Networking","From":"David Miller <davem@davemloft.net>","X-Mailer":"Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO)","Mime-Version":"1.0","Content-Type":"Text/Plain; charset=us-ascii","Content-Transfer-Encoding":"7bit","X-Greylist":"Sender succeeded SMTP AUTH, not delayed by\n\tmilter-greylist-4.5.12 (shards.monkeyblade.net\n\t[149.20.54.216]); Fri, 01 Sep 2017 12:06:42 -0700 (PDT)","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"},"content":"1) Fix handling of pinned BPF map nodes in hash of maps, from Daniel\n   Borkmann.\n\n2) IPSEC ESP error paths leak memory, from Steffen Klassert.\n\n3) We need an RCU grace period before freeing fib6_node objects,\n   from Wei Wang.\n\n4) Must check skb_put_padto() return value in HSR driver, from\n   FLorian Fainelli.\n\n5) Fix oops on PHY probe failure in ftgmac100 driver, from Andrew\n   Jeffery.\n\n6) Fix infinite loop in UDP queue when using SO_PEEK_OFF, from\n   Eric Dumazet.\n\n7) Use after free when tcf_chain_destroy() called multiple times,\n   from Jiri Pirko.\n\n8) Fix KSZ DSA tag layer multiple free of SKBS, from Florian\n   Fainelli.\n\n9) Fix leak of uninitialized memory in sctp_get_sctp_info(),\n   inet_diag_msg_sctpladdrs_fill() and inet_diag_msg_sctpaddrs_fill().\n   From Stefano Brivio.\n\n10) L2TP tunnel refcount fixes from Guillaume Nault.\n\n11) Don't leak UDP secpath in udp_set_dev_scratch(), from Yossi\n    Kauperman.\n\n12) Revert a PHY layer change wrt. handling of PHY_HALTED state\n    in phy_stop_machine(), it causes regressions for multiple\n    people.  From Florian Fainelli.\n\n13) When packets are sent out of br0 we have to clear the offload_fwdq_mark\n    value.\n\n14) Several NULL pointer deref fixes in packet schedulers when their\n    ->init() routine fails.  From Nikolay Aleksandrov.\n\n15) Aquantium devices cannot checksum offload correctly when the packet\n    is <= 60 bytes.  From Pavel Belous.\n\n16) Fix vnet header access past end of buffer in AF_PACKET, from Benjamin\n    Poirier.\n\n17) Double free in probe error paths of nfp driver, from Dan Carpenter.\n\n18) QOS capability not checked properly in DCB init paths of mlx5 driver,\n    from Huy Nguyen.\n\n19) Fix conflicts between firmware load failure and health_care timer\n    in mlx5, also from Huy Nguyen.\n\n20) Fix dangling page pointer when DMA mapping errors occur in mlx5,\n    from Eran Ben ELisha.\n\n21) ->ndo_setup_tc() in bnxt_en driver doesn't count rings properly, from\n    Michael Chan.\n\n22) Missing MSIX vector free in bnxt_en, also from Michael Chan.\n\n23) Refcount leak in xfrm layer when using sk_policy, from Lorenzo\n    Colitti.\n\n24) Fix copy of uninitialized data in qlge driver, from Arnd Bergmann.\n\n25) bpf_setsockopts() erroneously always returns -EINVAL even on\n    success.  Fix from Yuchung Cheng.\n\n26) tipc_rcv() needs to linearize the SKB before parsing the inner\n    headers, from Parthasarathy Bhuvaragan.\n\n27) Fix deadlock between link status updates and link removal in netvsc\n    driver, from Stephen Hemminger.\n\n28) Missed locking of page fragment handling in ESP output, from\n    Steffen Klassert.\n\n29) Fix refcnt leak in ebpf congestion control code, from Sabrina\n    Dubroca.\n\n30) sxgbe_probe_config_dt() doesn't check devm_kzalloc()'s return\n    value, from Christophe Jaillet.\n\n31) Fix missing ipv6 rx_dst_cookie update when rx_dst is updated\n    during early demux, from Paolo Abeni.\n\n32) Several info leaks in xfrm_user layer, from Mathias Krause.\n\n33) Fix out of bounds read in cxgb4 driver, from Stefano Brivio.\n\n34) Properly propagate obsolete state of route upwards in ipv6\n    so that upper holders like xfrm can see it.  From Xin Long.\n\nPlease pull, thanks a lot!\n\nThe following changes since commit 6470812e22261d2342ef1597be62e63a0423d691:\n\n  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc (2017-08-21 14:07:48 -0700)\n\nare available in the git repository at:\n\n  git://git.kernel.org/pub/scm/linux/kernel/git/davem/net \n\nfor you to fetch changes up to e8a732d1bc3ac313e22249c13a153c3fe54aa577:\n\n  udp: fix secpath leak (2017-09-01 10:29:34 -0700)\n\n----------------------------------------------------------------\nAleksander Morgado (1):\n      cdc_ncm: flag the u-blox TOBY-L4 as wwan\n\nAndrew Jeffery (1):\n      net: ftgmac100: Fix oops in probe on failure to find associated PHY\n\nAntoine Tenart (1):\n      net: mvpp2: fix the mac address used when using PPv2.2\n\nArnd Bergmann (1):\n      qlge: avoid memcpy buffer overflow\n\nBenjamin Poirier (1):\n      packet: Don't write vnet header beyond end of buffer\n\nBob Peterson (1):\n      tipc: Fix tipc_sk_reinit handling of -EAGAIN\n\nChristophe Jaillet (1):\n      net: sxgbe: check memory allocation failure\n\nCong Wang (1):\n      wl1251: add a missing spin_lock_init()\n\nDan Carpenter (1):\n      nfp: double free on error in probe\n\nDaniel Borkmann (1):\n      bpf: fix map value attribute for hash of maps\n\nDavid S. Miller (16):\n      Merge branch 'master' of git://git.kernel.org/.../klassert/ipsec\n      Merge branch 'tipc-topology-server-fixes'\n      Merge branch 'net-sched-couple-of-chain-fixes'\n      Merge branch 'dst-tag-ksz-fix'\n      Merge branch 'nfp-fixes'\n      Merge branch 'bnxt_en-bug-fixes'\n      Merge git://git.kernel.org/.../pablo/nf\n      Merge branch 'tipc-buffer-reassignment-fixes'\n      Merge branch 'r8169-Be-drop-monitor-friendly'\n      Merge tag 'wireless-drivers-for-davem-2017-08-25' of git://git.kernel.org/.../kvalo/wireless-drivers\n      Merge branch 'l2tp-tunnel-refs'\n      Merge branch 'nfp-flow-dissector-layer'\n      Merge branch 'master' of git://git.kernel.org/.../klassert/ipsec\n      Merge branch 'aquantia-fixes'\n      Merge branch 'net-sched-init-failure-fixes'\n      Merge tag 'mlx5-fixes-2017-08-30' of git://git.kernel.org/.../saeed/linux\n\nEran Ben Elisha (1):\n      net/mlx5e: Fix dangling page pointer on DMA mapping error\n\nEric Dumazet (5):\n      udp: on peeking bad csum, drop packets even if not at head\n      net: dsa: use consume_skb()\n      virtio_net: be drop monitor friendly\n      net_sched: fix a refcount_t issue with noop_qdisc\n      kcm: do not attach PF_KCM sockets to avoid deadlock\n\nFlorian Fainelli (13):\n      net/hsr: Check skb_put_padto() return value\n      net: phy: Deal with unbound PHY driver in phy_attached_print()\n      fsl/man: Inherit parent device and of_node\n      net: core: Specify skb_pad()/skb_put_padto() SKB freeing\n      net: dsa: skb_put_padto() already frees nskb\n      net: systemport: Be drop monitor friendly\n      net: bcmgenet: Be drop monitor friendly\n      net: systemport: Free DMA coherent descriptors on errors\n      r8169: Do not increment tx_dropped in TX ring cleaning\n      r8169: Be drop monitor friendly\n      net: dsa: Don't dereference dst->cpu_dp->netdev\n      net: dsa: bcm_sf2: Fix number of CFP entries for BCM7278\n      Revert \"net: phy: Correctly process PHY_HALTED in phy_stop_machine()\"\n\nGuillaume Nault (6):\n      l2tp: initialise session's refcount before making it reachable\n      l2tp: hold tunnel while looking up sessions in l2tp_netlink\n      l2tp: hold tunnel while processing genl delete command\n      l2tp: hold tunnel while handling genl tunnel updates\n      l2tp: hold tunnel while handling genl TUNNEL_GET commands\n      l2tp: hold tunnel used while creating sessions with netlink\n\nHuy Nguyen (4):\n      net/mlx5e: Check for qos capability in dcbnl_initialize\n      net/mlx5e: Fix DCB_CAP_ATTR_DCBX capability for DCBNL getcap.\n      net/mlx5: Skip mlx5_unload_one if mlx5_load_one fails\n      net/mlx5: Remove the flag MLX5_INTERFACE_STATE_SHUTDOWN\n\nIdo Schimmel (2):\n      mlxsw: spectrum: Forbid linking to devices that have uppers\n      bridge: switchdev: Clear forward mark when transmitting packet\n\nIgor Russkikh (1):\n      net:ethernet:aquantia: Fix for multicast filter handling.\n\nInbar Karmy (1):\n      net/mlx5e: Don't override user RSS upon set channels\n\nJakub Kicinski (4):\n      nfp: don't hold PF lock while enabling SR-IOV\n      nfp: make sure representors are destroyed before their lower netdev\n      nfp: avoid buffer leak when representor is missing\n      nfp: TX time stamp packets before HW doorbell is rung\n\nJesper Dangaard Brouer (1):\n      net: missing call of trace_napi_poll in busy_poll_stop\n\nJiri Pirko (2):\n      net: sched: fix use after free when tcf_chain_destroy is called multiple times\n      net: sched: don't do tcf_chain_flush from tcf_chain_destroy\n\nKoichiro Den (1):\n      xfrm: fix null pointer dereference on state and tmpl sort\n\nLorenzo Colitti (1):\n      net: xfrm: don't double-hold dst when sk_policy in use.\n\nLuca Coelho (1):\n      iwlwifi: pcie: move rx workqueue initialization to iwl_trans_pcie_alloc()\n\nMathias Krause (4):\n      xfrm_user: fix info leak in copy_user_offload()\n      xfrm_user: fix info leak in xfrm_notify_sa()\n      xfrm_user: fix info leak in build_expire()\n      xfrm_user: fix info leak in build_aevent()\n\nMaxime Ripard (1):\n      net: stmmac: sun8i: Remove the compatibles\n\nMichael Chan (3):\n      bnxt_en: Fix .ndo_setup_tc() to include XDP rings.\n      bnxt_en: Free MSIX vectors when unregistering the device from bnxt_re.\n      bnxt_en: Do not setup MAC address in bnxt_hwrm_func_qcaps().\n\nMoshe Shemesh (1):\n      net/mlx5e: Fix inline header size for small packets\n\nNikolay Aleksandrov (9):\n      sch_htb: fix crash on init failure\n      sch_multiq: fix double free on init failure\n      sch_hhf: fix null pointer dereference on init failure\n      sch_hfsc: fix null pointer deref and double free on init failure\n      sch_cbq: fix null pointer dereferences on init failure\n      sch_fq_codel: avoid double free on init failure\n      sch_netem: avoid null pointer deref on init failure\n      sch_sfq: fix null pointer dereference on init failure\n      sch_tbf: fix two null pointer dereferences on init failure\n\nNoa Osherovich (1):\n      net/mlx5: Fix arm SRQ command for ISSI version 0\n\nNogah Frankel (1):\n      mlxsw: spectrum_switchdev: Fix mrouter flag update\n\nPablo Neira Ayuso (1):\n      netfilter: nft_compat: check extension hook mask only if set\n\nPaolo Abeni (1):\n      udp6: set rx_dst_cookie on rx_dst updates\n\nParthasarathy Bhuvaragan (5):\n      tipc: remove subscription references only for pending timers\n      tipc: perform skb_linearize() before parsing the inner header\n      tipc: reassign pointers after skb reallocation / linearization\n      tipc: context imbalance at node read unlock\n      tipc: permit bond slave as bearer\n\nPaul Blakey (1):\n      net/mlx5e: Properly resolve TC offloaded ipv6 vxlan tunnel source address\n\nPavel Belous (5):\n      net:ethernet:aquantia: Extra spinlocks removed.\n      net:ethernet:aquantia: Fix for number of RSS queues.\n      net:ethernet:aquantia: Workaround for HW checksum bug.\n      net:ethernet:aquantia: Fix for incorrect speed index.\n      net:ethernet:aquantia: Show info message if bad firmware version detected.\n\nPieter Jansen van Vuuren (3):\n      nfp: fix unchecked flow dissector use\n      nfp: fix supported key layers calculation\n      nfp: remove incorrect mask check for vlan matching\n\nQuan Nguyen (1):\n      drivers: net: xgene: Correct probe sequence handling\n\nRoopa Prabhu (1):\n      bridge: check for null fdb->dst before notifying switchdev drivers\n\nSabrina Dubroca (3):\n      netfilter: ipt_CLUSTERIP: fix use-after-free of proc entry\n      macsec: add genl family module alias\n      tcp: fix refcnt leak with ebpf congestion control\n\nSekhar Nori (1):\n      net: ti: cpsw-common: dont print error if ti_cm_get_macid() fails\n\nShahar Klein (1):\n      net/mlx5: E-Switch, Unload the representors in the correct order\n\nStefano Brivio (3):\n      ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()\n      sctp: Avoid out-of-bounds reads from address storage\n      cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()\n\nSteffen Klassert (5):\n      esp: Fix memleaks on error paths.\n      esp: Fix error handling on layer 2 xmit.\n      esp: Fix locking on page fragment allocation\n      esp: Fix skb tailroom calculation\n      ipv6: Fix may be used uninitialized warning in rt6_check\n\nStephan Gatzka (1):\n      net: stmmac: socfgpa: Ensure emac bit set in sys manager for MII/GMII/SGMII.\n\nTaehee Yoo (1):\n      netfilter: x_tables: Fix use-after-free in ipt_do_table.\n\nTal Gilboa (1):\n      net/mlx5e: Fix CQ moderation mode not set properly\n\nVladis Dronov (1):\n      xfrm: policy: check policy direction value\n\nWei Wang (2):\n      ipv6: add rcu grace period before freeing fib6_node\n      ipv6: fix sparse warning on rt6i_node\n\nXin Long (3):\n      netfilter: check for seqadj ext existence before adding it in nf_nat_setup_info\n      ipv6: set dst.obsolete when a cached route has expired\n      ipv6: do not set sk_destruct in IPV6_ADDRFORM sockopt\n\nYing Xue (1):\n      tipc: fix a race condition of releasing subscriber object\n\nYossi Kuperman (1):\n      udp: fix secpath leak\n\nYuchung Cheng (1):\n      bpf: fix bpf_setsockopts return value\n\nandy zhou (1):\n      netfilter: nf_tables: Fix nft limit burst handling\n\nstephen hemminger (1):\n      netvsc: fix deadlock betwen link status and removal\n\n drivers/net/dsa/bcm_sf2.c                                    |   4 +++\n drivers/net/dsa/bcm_sf2.h                                    |   1 +\n drivers/net/dsa/bcm_sf2_cfp.c                                |   8 ++---\n drivers/net/ethernet/apm/xgene/xgene_enet_main.c             |  27 ++++++++--------\n drivers/net/ethernet/aquantia/atlantic/aq_hw.h               |   3 +-\n drivers/net/ethernet/aquantia/atlantic/aq_nic.c              |  92 ++++++++++++++++++++++++++-----------------------------\n drivers/net/ethernet/aquantia/atlantic/aq_ring.c             |   1 -\n drivers/net/ethernet/aquantia/atlantic/aq_utils.h            |   1 -\n drivers/net/ethernet/aquantia/atlantic/aq_vec.c              |  11 ++-----\n drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c    |   6 ++++\n drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c    |   6 ++++\n drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c |  10 ++++--\n drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h |   3 +-\n drivers/net/ethernet/broadcom/bcmsysport.c                   |   4 ++-\n drivers/net/ethernet/broadcom/bnxt/bnxt.c                    |  41 +++++++++++++++++--------\n drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c                |   2 ++\n drivers/net/ethernet/broadcom/genet/bcmgenet.c               |   6 ++--\n drivers/net/ethernet/chelsio/cxgb4/t4_hw.c                   |   6 ++--\n drivers/net/ethernet/faraday/ftgmac100.c                     |   1 -\n drivers/net/ethernet/freescale/fman/mac.c                    |   2 ++\n drivers/net/ethernet/marvell/mvpp2.c                         |   2 +-\n drivers/net/ethernet/mellanox/mlx5/core/en.h                 |   1 +\n drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c           |  24 +++++++++------\n drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c         |   6 ++--\n drivers/net/ethernet/mellanox/mlx5/core/en_main.c            |   1 +\n drivers/net/ethernet/mellanox/mlx5/core/en_rx.c              |   2 +-\n drivers/net/ethernet/mellanox/mlx5/core/en_tc.c              |   8 ++---\n drivers/net/ethernet/mellanox/mlx5/core/en_tx.c              |  17 ++++++-----\n drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c   |   2 +-\n drivers/net/ethernet/mellanox/mlx5/core/main.c               |   6 +---\n drivers/net/ethernet/mellanox/mlx5/core/srq.c                |  12 ++++----\n drivers/net/ethernet/mellanox/mlxsw/spectrum.c               |   6 ++++\n drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c     |  15 ++++++---\n drivers/net/ethernet/netronome/nfp/flower/match.c            | 139 ++++++++++++++++++++++++++++++++++++++++++-----------------------------------------\n drivers/net/ethernet/netronome/nfp/flower/offload.c          |  60 +++++++++++++++++++++++++-----------\n drivers/net/ethernet/netronome/nfp/nfp_main.c                |  16 +++++-----\n drivers/net/ethernet/netronome/nfp/nfp_net_common.c          |  14 ++++-----\n drivers/net/ethernet/netronome/nfp/nfp_net_main.c            |  26 +++++++++-------\n drivers/net/ethernet/qlogic/qlge/qlge_dbg.c                  |   2 +-\n drivers/net/ethernet/realtek/r8169.c                         |   5 ++-\n drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c          |   2 ++\n drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c          |   5 ++-\n drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c            |   8 -----\n drivers/net/ethernet/ti/cpsw-common.c                        |   2 +-\n drivers/net/hyperv/netvsc_drv.c                              |   7 ++++-\n drivers/net/macsec.c                                         |   1 +\n drivers/net/phy/phy.c                                        |   3 --\n drivers/net/phy/phy_device.c                                 |   6 ++--\n drivers/net/usb/cdc_ncm.c                                    |   7 +++++\n drivers/net/virtio_net.c                                     |   2 +-\n drivers/net/wireless/intel/iwlwifi/pcie/internal.h           |   2 ++\n drivers/net/wireless/intel/iwlwifi/pcie/rx.c                 |  10 +-----\n drivers/net/wireless/intel/iwlwifi/pcie/trans.c              |   9 ++++++\n drivers/net/wireless/ti/wl1251/main.c                        |   1 +\n include/linux/mlx5/driver.h                                  |   4 +--\n include/linux/netdevice.h                                    |   2 ++\n include/linux/skbuff.h                                       |  41 ++++++++++++++++++++++---\n include/net/ip6_fib.h                                        |  32 +++++++++++++++++--\n include/net/sch_generic.h                                    |   7 +++++\n include/net/tcp.h                                            |   4 +--\n include/net/udp.h                                            |   2 +-\n kernel/bpf/hashtab.c                                         |  30 ++++++++++--------\n net/bridge/br_device.c                                       |   3 ++\n net/bridge/br_switchdev.c                                    |   2 +-\n net/core/datagram.c                                          |   2 +-\n net/core/dev.c                                               |   4 ++-\n net/core/filter.c                                            |   8 ++---\n net/core/skbuff.c                                            |  13 +++++---\n net/dsa/dsa2.c                                               |   2 +-\n net/dsa/tag_ksz.c                                            |  12 +++++---\n net/dsa/tag_trailer.c                                        |   2 +-\n net/hsr/hsr_device.c                                         |   3 +-\n net/ipv4/esp4.c                                              |  20 +++++++-----\n net/ipv4/esp4_offload.c                                      |   2 +-\n net/ipv4/netfilter/arp_tables.c                              |  10 +++---\n net/ipv4/netfilter/ip_tables.c                               |   9 +++---\n net/ipv4/netfilter/ipt_CLUSTERIP.c                           |   4 ++-\n net/ipv4/tcp.c                                               |   2 +-\n net/ipv4/tcp_cong.c                                          |  19 +++++++++---\n net/ipv4/udp.c                                               |   6 ++--\n net/ipv6/addrconf.c                                          |   2 +-\n net/ipv6/esp6.c                                              |  16 +++++-----\n net/ipv6/esp6_offload.c                                      |   2 +-\n net/ipv6/ip6_fib.c                                           |  35 +++++++++++++++------\n net/ipv6/ipv6_sockglue.c                                     |   1 -\n net/ipv6/output_core.c                                       |   6 ++--\n net/ipv6/route.c                                             |  20 +++++++++---\n net/ipv6/udp.c                                               |  11 ++++++-\n net/kcm/kcmsock.c                                            |   4 +++\n net/l2tp/l2tp_core.c                                         |  72 ++++++++++++++-----------------------------\n net/l2tp/l2tp_core.h                                         |  13 ++++++++\n net/l2tp/l2tp_netlink.c                                      |  66 +++++++++++++++++++++++----------------\n net/netfilter/nf_nat_core.c                                  |   2 +-\n net/netfilter/nft_compat.c                                   |   4 +--\n net/netfilter/nft_limit.c                                    |  25 ++++++++-------\n net/packet/af_packet.c                                       |  12 ++++++--\n net/sched/cls_api.c                                          |  16 +++++++---\n net/sched/sch_api.c                                          |   6 ++--\n net/sched/sch_cbq.c                                          |  10 ++++--\n net/sched/sch_fq_codel.c                                     |   4 +--\n net/sched/sch_generic.c                                      |   2 +-\n net/sched/sch_hfsc.c                                         |  10 ++----\n net/sched/sch_hhf.c                                          |   3 ++\n net/sched/sch_htb.c                                          |   5 +--\n net/sched/sch_multiq.c                                       |   7 +----\n net/sched/sch_netem.c                                        |   4 +--\n net/sched/sch_sfq.c                                          |   6 ++--\n net/sched/sch_tbf.c                                          |   5 +--\n net/sctp/sctp_diag.c                                         |   7 +++--\n net/sctp/socket.c                                            |   3 +-\n net/tipc/bearer.c                                            |  26 +++++++---------\n net/tipc/bearer.h                                            |   2 ++\n net/tipc/msg.c                                               |   7 +++--\n net/tipc/node.c                                              |   4 ++-\n net/tipc/socket.c                                            |   6 ++--\n net/tipc/subscr.c                                            |  21 ++++++-------\n net/xfrm/xfrm_policy.c                                       |   7 ++++-\n net/xfrm/xfrm_state.c                                        |   8 +++++\n net/xfrm/xfrm_user.c                                         |   6 +++-\n 119 files changed, 816 insertions(+), 559 deletions(-)","diff":null,"prefixes":["GIT"]}