1. 17 Nov, 2014 1 commit
  2. 13 Nov, 2014 2 commits
    • Pablo Neira Ayuso's avatar
      netfilter: nfnetlink_log: remove unnecessary error messages · 82251615
      Pablo Neira Ayuso authored
      In case of OOM, there's nothing userspace can do.
      
      If there's no room to put the payload in __build_packet_message(),
      jump to nla_put_failure which already performs the corresponding
      error reporting.
      Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
      82251615
    • Florian Westphal's avatar
      netfilter: fix various sparse warnings · 56768644
      Florian Westphal authored
      net/bridge/br_netfilter.c:870:6: symbol 'br_netfilter_enable' was not declared. Should it be static?
        no; add include
      net/ipv4/netfilter/nft_reject_ipv4.c:22:6: symbol 'nft_reject_ipv4_eval' was not declared. Should it be static?
        yes
      net/ipv6/netfilter/nf_reject_ipv6.c:16:6: symbol 'nf_send_reset6' was not declared. Should it be static?
        no; add include
      net/ipv6/netfilter/nft_reject_ipv6.c:22:6: symbol 'nft_reject_ipv6_eval' was not declared. Should it be static?
        yes
      net/netfilter/core.c:33:32: symbol 'nf_ipv6_ops' was not declared. Should it be static?
        no; add include
      net/netfilter/xt_DSCP.c:40:57: cast truncates bits from constant value (ffffff03 becomes 3)
      net/netfilter/xt_DSCP.c:57:59: cast truncates bits from constant value (ffffff03 becomes 3)
        add __force, 3 is what we want.
      net/ipv4/netfilter/nf_log_arp.c:77:6: symbol 'nf_log_arp_packet' was not declared. Should it be static?
        yes
      net/ipv4/netfilter/nf_reject_ipv4.c:17:6: symbol 'nf_send_reset' was not declared. Should it be static?
        no; add include
      Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
      Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
      56768644
  3. 12 Nov, 2014 2 commits
    • Pablo Neira Ayuso's avatar
      netfilter: nft_redir: fix sparse warnings · baf4750d
      Pablo Neira Ayuso authored
      >> net/netfilter/nft_redir.c:39:26: sparse: incorrect type in assignment (different base types)
         net/netfilter/nft_redir.c:39:26:    expected unsigned int [unsigned] [usertype] nla_be32
         net/netfilter/nft_redir.c:39:26:    got restricted __be32
      >> net/netfilter/nft_redir.c:40:40: sparse: cast to restricted __be32
      >> net/netfilter/nft_redir.c:40:40: sparse: cast to restricted __be32
      >> net/netfilter/nft_redir.c:40:40: sparse: cast to restricted __be32
      >> net/netfilter/nft_redir.c:40:40: sparse: cast to restricted __be32
      >> net/netfilter/nft_redir.c:40:40: sparse: cast to restricted __be32
      >> net/netfilter/nft_redir.c:40:40: sparse: cast to restricted __be32
      >> net/netfilter/nft_redir.c:46:34: sparse: incorrect type in assignment (different base types)
         net/netfilter/nft_redir.c:46:34:    expected unsigned int [unsigned] [usertype] nla_be32
         net/netfilter/nft_redir.c:46:34:    got restricted __be32
      >> net/netfilter/nft_redir.c:47:48: sparse: cast to restricted __be32
      >> net/netfilter/nft_redir.c:47:48: sparse: cast to restricted __be32
      >> net/netfilter/nft_redir.c:47:48: sparse: cast to restricted __be32
      >> net/netfilter/nft_redir.c:47:48: sparse: cast to restricted __be32
      >> net/netfilter/nft_redir.c:47:48: sparse: cast to restricted __be32
      >> net/netfilter/nft_redir.c:47:48: sparse: cast to restricted __be32
      
      Fixes: e9105f1b ("netfilter: nf_tables: add new expression nft_redir")
      Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
      Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
      baf4750d
    • Pablo Neira Ayuso's avatar
      netfilter: fix unmet dependencies in NETFILTER_XT_TARGET_REDIRECT · f6c6339d
      Pablo Neira Ayuso authored
      warning: (NETFILTER_XT_TARGET_REDIRECT) selects NF_NAT_REDIRECT_IPV4 which has unmet direct dependencies (NET && INET && NETFILTER && NF_NAT_IPV4)
      
      warning: (NETFILTER_XT_TARGET_REDIRECT) selects NF_NAT_REDIRECT_IPV6 which has unmet direct dependencies (NET && INET && IPV6 && NETFILTER && NF_NAT_IPV6)
      
      Fixes: 8b13eddf ("netfilter: refactor NAT redirect IPv4 to use it from nf_tables")
      Fixes: 9de920ed ("netfilter: refactor NAT redirect IPv6 code to use it from nf_tables")
      Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
      Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
      f6c6339d
  4. 09 Nov, 2014 1 commit
  5. 04 Nov, 2014 1 commit
  6. 30 Oct, 2014 4 commits
  7. 28 Oct, 2014 1 commit
  8. 27 Oct, 2014 17 commits
  9. 25 Oct, 2014 4 commits
    • David S. Miller's avatar
      Merge branch 'sunvnet-napi' · 9286ae01
      David S. Miller authored
      Sowmini Varadhan says:
      
      ====================
      sunvnet: NAPIfy sunvnet
      
      This patchset converts the sunvnet driver to use the NAPI framework.
      Changes since v4 to Patch1:
        vnet_event accumulates LDC_EVENT_* bits into rx_event.
        vnet_event_napi() unrolls send_events() logic to process all rx_event bits.
      Changes since v5:
        Patch 1: use net_device.h definition for NAPI_POLL_WEIGHT.
        Drop sparclinux changes (patch3) per David Miller feedback
      
      Patch 1 in the series addresses the packet-receive path- all
      the vnet_event() processing is moved into NAPI context.
      This patch is dependant on the sparc-next commit:
        "sparc64: Add vio_set_intr() to enable/disable Rx interrupts"
        (sparc commit id ca605b7d)
      
      Patch 2 uses RCU to fix race conditions between vnet_port_remove and
      paths that access/modify port-related state, such as vnet_start_xmit.
      
      Patch 3 leverages from the NAPIfied Rx path,
      dropping superfluous usage of the irqsave/irqrestores on the vio.lock
      where possible.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      9286ae01
    • Sowmini Varadhan's avatar
      sunvnet: Remove irqsave/irqrestore on vio.lock · 13b13dd9
      Sowmini Varadhan authored
      After the  NAPIfication of sunvnet, we no longer need to
      synchronize by doing irqsave/restore on vio.lock in the
      I/O fastpath.
      
      NAPI ->poll() is non-reentrant, so all RX processing occurs
      strictly in a serialized environment. TX reclaim is done in NAPI
      context, so the netif_tx_lock can be used to serialize
      critical sections between Tx and Rx paths.
      Signed-off-by: default avatarSowmini Varadhan <sowmini.varadhan@oracle.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      13b13dd9
    • Sowmini Varadhan's avatar
      sunvnet: Use RCU to synchronize port usage with vnet_port_remove() · 2a968dd8
      Sowmini Varadhan authored
      A vnet_port_remove could be triggered as a result of an ldm-unbind
      operation by the peer, module unload, or other changes to the
      inter-vnet-link configuration.  When this is concurrent with
      vnet_start_xmit(), there are several race sequences possible,
      such as
      
      thread 1                                    thread 2
      vnet_start_xmit
      -> tx_port_find
         spin_lock_irqsave(&vp->lock..)
         ret = __tx_port_find(..)
         spin_lock_irqrestore(&vp->lock..)
                                                 vio_remove -> ..
                                                     ->vnet_port_remove
                                                 spin_lock_irqsave(&vp->lock..)
                                                 cleanup
                                                 spin_lock_irqrestore(&vp->lock..)
                                                 kfree(port)
      /* attempt to use ret will bomb */
      
      This patch adds RCU locking for port access so that vnet_port_remove
      will correctly clean up port-related state.
      Signed-off-by: default avatarSowmini Varadhan <sowmini.varadhan@oracle.com>
      Acked-by: default avatarDwight Engen <dwight.engen@oracle.com>
      Acked-by: default avatarBob Picco <bob.picco@oracle.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      2a968dd8
    • Sowmini Varadhan's avatar
      sunvnet: NAPIfy sunvnet · 69088822
      Sowmini Varadhan authored
      Move Rx packet procssing to the NAPI poll callback.
      Disable VIO interrupt and unconditioanlly go into NAPI
      context from vnet_event.
      
      Note that we want to minimize the number of LDC
      STOP/START messages sent. Specifically, do not send a STOP
      message if vnet_walk_rx does not read all the available descriptors
      because of the NAPI budget limitation. Instead, note the end index
      as part of port state, and resume from this index when the
      next poll callback is triggered.
      Signed-off-by: default avatarSowmini Varadhan <sowmini.varadhan@oracle.com>
      Acked-by: default avatarRaghuram Kothakota <raghuram.kothakota@oracle.com>
      Acked-by: default avatarDwight Engen <dwight.engen@oracle.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      69088822
  10. 24 Oct, 2014 7 commits