1. 26 3月, 2013 3 次提交
    • W
      xen-netfront: remove unused variable `extra' · e2d617c0
      Wei Liu 提交于
      This variable is supposed to hold reference to the last extra_info in the
      loop. However there is only type of extra info here and the loop to process
      extra info is missing, so this variable is never used and causes confusion.
      
      Remove it at the moment. We can add it back when necessary.
      Signed-off-by: NWei Liu <wei.liu2@citrix.com>
      Reviewed-by: NDavid Vrabel <david.vrabel@citrix.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e2d617c0
    • F
      net: fec: build fec.c and fec_ptp.c to one module · 793fc096
      Frank Li 提交于
      fec_ptp.ko can't run individually
      rename fec.c to fec_main.c
      Build fec.o and fec_ptp.o into one fec.ko
      Remove unnessary EXPORT_SYMBOL in fec_ptp
      Signed-off-by: NFrank Li <Frank.Li@freescale.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      793fc096
    • D
      Merge branch 'master' of git://1984.lsi.us.es/nf-next · da134825
      David S. Miller 提交于
      Pablo Neira Ayuso says:
      
      ====================
      The following patchset contains Netfilter/IPVS updates for
      your net-next tree, they are:
      
      * Better performance in nfnetlink_queue by avoiding copy from the
        packet to netlink message, from Eric Dumazet.
      
      * Remove unnecessary locking in the exit path of ebt_ulog, from Gao Feng.
      
      * Use new function ipv6_iface_scope_id in nf_ct_ipv6, from Hannes Frederic Sowa.
      
      * A couple of sparse fixes for IPVS, from Julian Anastasov.
      
      * Use xor hashing in nfnetlink_queue, as suggested by Eric Dumazet, from
        myself.
      
      * Allow to dump expectations per master conntrack via ctnetlink, from myself.
      
      * A couple of cleanups to use PTR_RET in module init path, from Silviu-Mihai
        Popescu.
      
      * Remove nf_conntrack module a bit faster if netns are in use, from
        Vladimir Davydov.
      
      * Use checksum_partial in ip6t_NPT, from YOSHIFUJI Hideaki.
      
      * Sparse fix for nf_conntrack, from Stephen Hemminger.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      da134825
  2. 25 3月, 2013 9 次提交
  3. 23 3月, 2013 9 次提交
  4. 22 3月, 2013 19 次提交