Skip to content
  1. Mar 26, 2013
    • Wei Liu's avatar
      xen-netfront: remove unused variable `extra' · e2d617c0
      Wei Liu authored
      
      
      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: default avatarWei Liu <wei.liu2@citrix.com>
      Reviewed-by: default avatarDavid Vrabel <david.vrabel@citrix.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      e2d617c0
    • Frank Li's avatar
      net: fec: build fec.c and fec_ptp.c to one module · 793fc096
      Frank Li authored
      
      
      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: default avatarFrank Li <Frank.Li@freescale.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      793fc096
    • David S. Miller's avatar
      Merge branch 'master' of git://1984.lsi.us.es/nf-next · da134825
      David S. Miller authored
      
      
      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: default avatarDavid S. Miller <davem@davemloft.net>
      da134825
  2. Mar 25, 2013
  3. Mar 23, 2013
  4. Mar 22, 2013