1. 03 11月, 2015 16 次提交
  2. 02 11月, 2015 9 次提交
  3. 01 11月, 2015 4 次提交
    • D
      b75ec3af
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client · 523e1345
      Linus Torvalds 提交于
      Pull Ceph fix from Sage Weil:
       "This sets the stable pages flag on the RBD block device when we have
        CRCs enabled.  (This is necessary since the default assumption for
        block devices changed in 3.9)"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client:
        rbd: require stable pages if message data CRCs are enabled
      523e1345
    • L
      Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs · 4bb0fb57
      Linus Torvalds 提交于
      Pull overlayfs bug fixes from Miklos Szeredi:
       "This contains fixes for bugs that appeared in earlier kernels (all are
        marked for -stable)"
      
      * 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs:
        ovl: free lower_mnt array in ovl_put_super
        ovl: free stack of paths in ovl_fill_super
        ovl: fix open in stacked overlay
        ovl: fix dentry reference leak
        ovl: use O_LARGEFILE in ovl_copy_up()
      4bb0fb57
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net · c94eee8a
      Linus Torvalds 提交于
      Pull networking fixes from David Miller:
      
       1) Fix two regressions in ipv6 route lookups, particularly wrt output
          interface specifications in the lookup key.  From David Ahern.
      
       2) Fix checks in ipv6 IPSEC tunnel pre-encap fragmentation, from
          Herbert Xu.
      
       3) Fix mis-advertisement of 1000BASE-T on bcm63xx_enet, from Simon
          Arlott.
      
       4) Some smsc phys misbehave with energy detect mode enabled, so add a
          DT property and disable it on such switches.  From Heiko Schocher.
      
       5) Fix TSO corruption on TX in mv643xx_eth, from Philipp Kirchhofer.
      
       6) Fix regression added by removal of openvswitch vport stats, from
          James Morse.
      
       7) Vendor Kconfig options should be bool, not tristate, from Andreas
          Schwab.
      
       8) Use non-_BH() net stats bump in tcp_xmit_probe_skb(), otherwise we
          barf during TCP REPAIR operations.
      
       9) Fix various bugs in openvswitch conntrack support, from Joe
          Stringer.
      
      10) Fix NETLINK_LIST_MEMBERSHIPS locking, from David Herrmann.
      
      11) Don't have VSOCK do sock_put() in interrupt context, from Jorgen
          Hansen.
      
      12) Fix skb_realloc_headroom() failures properly in ISDN, from Karsten
          Keil.
      
      13) Add some device IDs to qmi_wwan, from Bjorn Mork.
      
      14) Fix ovs egress tunnel information when using lwtunnel devices, from
          Pravin B Shelar.
      
      15) Add missing NETIF_F_FRAGLIST to macvtab feature list, from Jason
          Wang.
      
      16) Fix incorrect handling of throw routes when the result of the throw
          cannot find a match, from Xin Long.
      
      17) Protect ipv6 MTU calculations from wrap-around, from Hannes Frederic
          Sowa.
      
      18) Fix failed autonegotiation on KSZ9031 micrel PHYs, from Nathan
          Sullivan.
      
      19) Add missing memory barries in descriptor accesses or xgbe driver,
          from Thomas Lendacky.
      
      20) Fix release conditon test in pppoe_release(), from Guillaume Nault.
      
      21) Fix gianfar bugs wrt filter configuration, from Claudiu Manoil.
      
      22) Fix violations of RX buffer alignment in sh_eth driver, from Sergei
          Shtylyov.
      
      23) Fixing missing of_node_put() calls in various places around the
          networking, from Julia Lawall.
      
      24) Fix incorrect leaf now walking in ipv4 routing tree, from Alexander
          Duyck.
      
      25) RDS doesn't check pskb_pull()/pskb_trim() return values, from
          Sowmini Varadhan.
      
      26) Fix VLAN configuration in mlx4 driver, from Jack Morgenstein.
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (79 commits)
        ipv6: protect mtu calculation of wrap-around and infinite loop by rounding issues
        Revert "Merge branch 'ipv6-overflow-arith'"
        net/mlx4: Copy/set only sizeof struct mlx4_eqe bytes
        net/mlx4_en: Explicitly set no vlan tags in WQE ctrl segment when no vlan is present
        vhost: fix performance on LE hosts
        bpf: sample: define aarch64 specific registers
        amd-xgbe: Fix race between access of desc and desc index
        RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_data_recv
        forcedeth: fix unilateral interrupt disabling in netpoll path
        openvswitch: Fix skb leak using IPv6 defrag
        ipv6: Export nf_ct_frag6_consume_orig()
        openvswitch: Fix double-free on ip_defrag() errors
        fib_trie: leaf_walk_rcu should not compute key if key is less than pn->key
        net: mv643xx_eth: add missing of_node_put
        ath6kl: add missing of_node_put
        net: phy: mdio: add missing of_node_put
        netdev/phy: add missing of_node_put
        net: netcp: add missing of_node_put
        net: thunderx: add missing of_node_put
        ipv6: gre: support SIT encapsulation
        ...
      c94eee8a
  4. 31 10月, 2015 5 次提交
  5. 30 10月, 2015 6 次提交
    • D
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next · e7b63ff1
      David S. Miller 提交于
      Steffen Klassert says:
      
      ====================
      pull request (net-next): ipsec-next 2015-10-30
      
      1) The flow cache is limited by the flow cache limit which
         depends on the number of cpus and the xfrm garbage collector
         threshold which is independent of the number of cpus. This
         leads to the fact that on systems with more than 16 cpus
         we hit the xfrm garbage collector limit and refuse new
         allocations, so new flows are dropped. On systems with 16
         or less cpus, we hit the flowcache limit. In this case, we
         shrink the flow cache instead of refusing new flows.
      
         We increase the xfrm garbage collector threshold to INT_MAX
         to get the same behaviour, independent of the number of cpus.
      
      2) Fix some unaligned accesses on sparc systems.
         From Sowmini Varadhan.
      
      3) Fix some header checks in _decode_session4. We may call
         pskb_may_pull with a negative value converted to unsigened
         int from pskb_may_pull. This can lead to incorrect policy
         lookups. We fix this by a check of the data pointer position
         before we call pskb_may_pull.
      
      4) Reload skb header pointers after calling pskb_may_pull
         in _decode_session4 as this may change the pointers into
         the packet.
      
      5) Add a missing statistic counter on inner mode errors.
      
      Please pull or let me know if there are problems.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e7b63ff1
    • D
      Merge tag 'wireless-drivers-next-for-davem-2015-10-29' of... · a493bcf8
      David S. Miller 提交于
      Merge tag 'wireless-drivers-next-for-davem-2015-10-29' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
      
      Kalle Valo says:
      
      ====================
      iwlwifi
      
      * bug fix for TDLS
      * fixes and cleanups in scan
      * support of several scan plans
      * improvements in FTM
      * fixes in FW API
      * improvements in the failure paths when the bus is dead
      * other various small things here and there
      
      ath10k
      
      * add QCA9377 support
      * fw_stats support for 10.4 firmware
      
      ath6kl
      
      * report antenna configuration to user space
      * implement ethtool stats
      
      ssb
      
      * add Kconfig SSB_HOST_SOC for compiling SoC related code
      * move functions specific to SoC hosted bus to separated file
      * pick PCMCIA host code support from b43 driver
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a493bcf8
    • S
      switchdev: fix: pass correct obj size when deferring obj add · e258d919
      Scott Feldman 提交于
      Fixes: 4d429c5d ("switchdev: introduce possibility to defer obj_add/del")
      Signed-off-by: NScott Feldman <sfeldma@gmail.com>
      Acked-by: NJiri Pirko <jiri@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e258d919
    • S
      switchdev: fix: erasing too much of vlan obj when handling multiple vlan specs · 3a7bde55
      Scott Feldman 提交于
      When adding vlans with multiple IFLA_BRIDGE_VLAN_INFO attrs set in AFSPEC,
      we would wipe the vlan obj struct after the first IFLA_BRIDGE_VLAN_INFO.
      Fix this by only clearing what's necessary on each IFLA_BRIDGE_VLAN_INFO
      iteration.
      
      Fixes: 9e8f4a54 ("switchdev: push object ID back to object structure")
      Signed-off-by: NScott Feldman <sfeldma@gmail.com>
      Acked-by: NJiri Pirko <jiri@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3a7bde55
    • D
      Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next · 740215dd
      David S. Miller 提交于
      Samuel Ortiz says:
      
      ====================
      NFC 4.4 pull request
      
      This is the NFC pull request for 4.4.
      
      It's a bit bigger than usual, the 3 main culprits being:
      
      - A new driver for Intel's Fields Peak NCI chipset. In order to
        support this chipset we had to export a few NCI routines and
        extend the driver NCI ops to not only support proprietary
        commands but also core ones.
      
      - Support for vendor commands for both STM drivers, st-nci
        and st21nfca. Those vendor commands allow to run factory tests
        through the NFC netlink interface.
      
      - New i2c and SPI support for the Marvell driver, together with
        firmware download support for this driver's core.
      
      Besides that we also have:
      
      - A few file renames in the STM drivers, to keep the naming
        consistent between drivers.
      
      - Some improvements and fixes on the NCI HCI layer, mostly to
        properly reach a secure element over a legacy HCI link.
      
      - A few fixes for the s3fwrn5 and trf7970a drivers.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      740215dd
    • D
      Merge branch 'for-upstream' of... · 5bf89211
      David S. Miller 提交于
      Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
      
      Johan Hedberg says:
      
      ====================
      pull request: bluetooth-next 2015-10-28
      
      Here are a some more Bluetooth patches for 4.4 which collected up during
      the past week. The most important ones are from Kuba Pawlak for fixing
      locking issues with SCO sockets. There's also a fix from Alexander Aring
      for 6lowpan, a memleak fix from Julia Lawall for the btmrvl driver and
      some cleanup patches from Marcel.
      
      Please let me know if there are any issues pulling. Thanks.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5bf89211