summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | block: get rid of queue-private command filterJens Axboe2009-07-017-259/+42
| * | | | block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-015-57/+152
| * | | | cfq-iosched: get rid of the need for __GFP_NOFAIL in cfq_find_alloc_queue()Jens Axboe2009-07-011-64/+73
| * | | | cfq-iosched: move cfqq initialization out of cfq_find_alloc_queue()Jens Axboe2009-07-011-16/+21
| * | | | Trivial typo fixes in Documentation/block/data-integrity.txt.Andre Noll2009-07-011-2/+2
* | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-07-017-48/+84
|\ \ \ \ \
| * | | | | md: use interruptible wait when duration is controlled by userspace.NeilBrown2009-07-012-8/+21
| * | | | | md/raid5: suspend shouldn't affect read requests.NeilBrown2009-07-011-1/+2
| * | | | | md: tidy up error paths in md_allocNeilBrown2009-07-011-20/+18
| * | | | | md: fix error path when duplicate name is found on md device creation.NeilBrown2009-07-011-0/+2
| * | | | | md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.NeilBrown2009-07-011-2/+4
| * | | | | md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen2009-07-016-19/+39
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-0130-145/+235
|\ \ \ \ \ \
| * | | | | | Revert "ipv4: arp announce, arp_proxy and windows ip conflict verification"Eric W. Biederman2009-06-301-5/+2
| * | | | | | igb: return PCI_ERS_RESULT_DISCONNECT on permanent errorAlexander Duyck2009-06-301-0/+3
| * | | | | | e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECTMike Mason2009-06-301-0/+3
| * | | | | | e1000: return PCI_ERS_RESULT_DISCONNECT on permanent errorAndre Detsch2009-06-301-0/+3
| * | | | | | e1000: fix unmap bugJesse Brandeburg2009-06-301-1/+7
| * | | | | | igb: fix unmap length bugJesse Brandeburg2009-06-301-5/+6
| * | | | | | ixgbe: fix unmap length bugJesse Brandeburg2009-06-301-6/+11
| * | | | | | ixgbe: Fix link capabilities during adapter resetsMallikarjuna R Chilakala2009-06-301-1/+2
| * | | | | | ixgbe: Fix device capabilities of 82599 single speed fiber NICs.Mallikarjuna R Chilakala2009-06-301-2/+3
| * | | | | | ixgbe: Fix SFP log messagesDon Skidmore2009-06-301-8/+17
| * | | | | | usbnet: Remove private stats structureHerbert Xu2009-06-301-1/+0
| * | | | | | usbnet: Use netdev stats structureHerbert Xu2009-06-301-15/+15
| * | | | | | smsc95xx: Use netdev stats structureHerbert Xu2009-06-301-5/+5
| * | | | | | rndis_host: Use netdev stats structureHerbert Xu2009-06-301-1/+1
| * | | | | | net1080: Use netdev stats structureHerbert Xu2009-06-301-6/+6
| * | | | | | dm9601: Use netdev stats structureHerbert Xu2009-06-301-5/+5
| * | | | | | cdc_eem: Use netdev stats structureHerbert Xu2009-06-301-1/+1
| * | | | | | ipv4: Fix fib_trie rebalancing, part 3Jarek Poplawski2009-06-301-0/+3
| * | | | | | bnx2x: Fix the behavior of ethtool when ONBOOT=noNaohiro Ooiwa2009-06-301-1/+9
| * | | | | | sctp: xmit sctp packet always return no route errorWei Yongjun2009-06-291-1/+1
| * | | | | | net/irda: convert bfin_sir to net_device_opsGraf Yang2009-06-291-6/+10
| * | | | | | xfrm: use xfrm_addr_cmp() instead of compare addresses directlyWei Yongjun2009-06-291-49/+8
| * | | | | | tcp: Do not tack on TSO data to non-TSO packetHerbert Xu2009-06-291-5/+10
| * | | | | | tcp: Stop non-TSO packets morphing into TSOHerbert Xu2009-06-291-1/+2
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low...David S. Miller2009-06-292-1/+7
| |\ \ \ \ \ \
| | * | | | | | nl802154: add module license and descriptionDmitry Eremin-Solenikov2009-06-291-0/+3
| | * | | | | | nl802154: fix Oops in ieee802154_nl_get_devDmitry Eremin-Solenikov2009-06-291-0/+3
| | * | | | | | MAINTAINERS: ieee802154 lists are moderated for non-subscribers.Dmitry Eremin-Solenikov2009-06-291-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-06-298-19/+95
| |\ \ \ \ \ \
| | * | | | | | netfilter: xtables: conntrack match revision 2Jan Engelhardt2009-06-292-6/+73
| | * | | | | | netfilter: headers_check fix: linux/netfilter/xt_osf.hJaswinder Singh Rajput2009-06-291-0/+2
| | * | | | | | netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy2009-06-293-11/+16
| | * | | | | | nf_conntrack: Use rcu_barrier()Jesper Dangaard Brouer2009-06-252-2/+4
| | |/ / / / /
* | | | | | | kmemleak: Fix scheduling-while-atomic bugIngo Molnar2009-07-011-30/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-304-103/+105
|\ \ \ \ \ \
| * | | | | | kmemleak: Inform kmemleak about pid_hashCatalin Marinas2009-06-291-0/+7
| * | | | | | kmemleak: Do not warn if an unknown object is freedCatalin Marinas2009-06-291-0/+2
OpenPOWER on IntegriCloud