1. 27 1月, 2007 22 次提交
  2. 26 1月, 2007 1 次提交
  3. 25 1月, 2007 13 次提交
  4. 24 1月, 2007 4 次提交
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 · 6f3776c9
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: (23 commits)
        [SCTP]: Fix compiler warning.
        [IP] TUNNEL: Fix to be built with user application.
        [IPV6]: Fixed the size of the netlink message notified by inet6_rt_notify().
        [TCP]: rare bad TCP checksum with 2.6.19
        [NET]: Process include/linux/if_{addr,link}.h with unifdef
        [NETFILTER]: Fix iptables ABI breakage on (at least) CRIS
        [IRDA] vlsi_ir.{h,c}: remove kernel 2.4 code
        [TCP]: skb is unexpectedly freed.
        [IPSEC]: Policy list disorder
        [IrDA]: Removed incorrect IRDA_ASSERT()
        [IrDA]: irda-usb TX path optimization (was Re: IrDA spams logfiles - since 2.6.19)
        [X.25]: Add missing sock_put in x25_receive_data
        [SCTP]: Fix SACK sequence during shutdown
        [SCTP]: Correctly handle unexpected INIT-ACK chunk.
        [SCTP]: Verify some mandatory parameters.
        [SCTP]: Set correct error cause value for missing parameters
        [NETFILTER]: fix xt_state compile failure
        [NETFILTER]: ctnetlink: fix leak in ctnetlink_create_conntrack error path
        [SELINUX]: increment flow cache genid
        [IPV6] MCAST: Fix joining all-node multicast group on device initialization.
        ...
      6f3776c9
    • L
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 · 6e35c24b
      Linus Torvalds 提交于
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:
        mv643xx_eth: Fix race condition in mv643xx_eth_free_tx_descs
        s2io bogus memset
      6e35c24b
    • J
      Merge branch 'master' into upstream-fixes · e47b207a
      Jeff Garzik 提交于
      e47b207a
    • B
      libata: Initialize qc->pad_len · d0f29485
      Brian King 提交于
      Initialize qc->pad_len for each new command. This ensures
      that pad_len is not set to a stale value for zero data
      length commands.
      Signed-off-by: NBrian King <brking@linux.vnet.ibm.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      d0f29485