summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-ca...David S. Miller2014-01-304-4/+8
|\
| * can: janz-ican3: fix uninitialized variable warningsIra W. Snyder2014-01-291-1/+1
| * can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy2014-01-291-0/+1
| * can: flexcan: fix flexcan driver build for big endian on ARM and little endia...Arnd Bergmann2014-01-292-3/+6
* | e100: Fix "disabling already-disabled device" warningMichele Baldessari2014-01-301-1/+1
* | rds: The maintainer needs to be updated.Venkat Venkatsubra2014-01-301-1/+1
* | can: add destructor for self generated skbsOliver Hartkopp2014-01-306-34/+53
* | net/vxlan: Go over all candidate streams for GRO matchingOr Gerlitz2014-01-301-2/+0
* | net/ipv4: Use non-atomic allocation of udp offloads structure instanceOr Gerlitz2014-01-301-1/+1
* | net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driverStefan Roese2014-01-301-2/+12
* | Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-3039-1895/+2435
|\ \
| * | mg_disk: Spelling s/finised/finished/Geert Uytterhoeven2014-01-211-1/+1
| * | null_blk: Null pointer deference problem in alloc_page_buffersRaghavendra K T2014-01-211-0/+5
| * | mtip32xx: Correctly handle security locked conditionSam Bradshaw2014-01-212-3/+15
| * | mtip32xx: Make SGL container per-command to eliminate high order dma allocationSam Bradshaw2014-01-212-97/+149
| * | Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2014-01-212-10/+29
| |\ \
| | * | floppy: bail out in open() if drive is not responding to block0 readJiri Kosina2014-01-172-10/+29
| * | | drivers/block/loop.c: fix comment typo in loop_config_discardOlaf Hering2014-01-211-1/+1
| * | | drivers/block/cciss.c:cciss_init_one(): use proper errnosAndrew Morton2014-01-211-2/+2
| * | | drivers/block/paride/pg.c: underflow bug in pg_write()Dan Carpenter2014-01-211-1/+1
| * | | drivers/block/sx8.c: remove unnecessary pci_set_drvdata()Jingoo Han2014-01-211-1/+0
| * | | drivers/block/sx8.c: use module_pci_driver()Jingoo Han2014-01-211-14/+1
| * | | bcache: Fix auxiliary search trees for key size > cacheline sizeKent Overstreet2014-01-081-14/+14
| * | | bcache: Don't return -EINTR when insert finishedKent Overstreet2014-01-081-2/+4
| * | | bcache: Improve bucket_prio() calculationKent Overstreet2014-01-082-3/+16
| * | | bcache: Add bch_bkey_equal_header()Nicholas Swenson2014-01-083-8/+11
| * | | bcache: update bch_bkey_try_mergeNicholas Swenson2014-01-083-16/+28
| * | | bcache: Move insert_fixup() to btree_keys_opsKent Overstreet2014-01-084-229/+257
| * | | bcache: Convert sorting to btree_keysKent Overstreet2014-01-083-36/+33
| * | | bcache: Convert debug code to btree_keysKent Overstreet2014-01-089-217/+264
| * | | bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-086-38/+41
| * | | bcache: Refactor bset_tree sysfs statsKent Overstreet2014-01-083-47/+54
| * | | bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet2014-01-083-13/+31
| * | | bcache: Add struct btree_keysKent Overstreet2014-01-089-264/+323
| * | | bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-089-289/+423
| * | | bcache: Rename/shuffle various code aroundKent Overstreet2014-01-088-276/+341
| * | | bcache: Add struct bset_sort_stateKent Overstreet2014-01-086-49/+87
| * | | bcache: Split out sort_extent_cmp()Kent Overstreet2014-01-084-32/+73
| * | | bcache: Bkey indexing renamingKent Overstreet2014-01-087-53/+63
| * | | bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet2014-01-084-16/+26
| * | | bcache: Remove/fix some header dependenciesKent Overstreet2014-01-083-24/+26
| * | | bcache: Use a mempool for mergesort temporary spaceKent Overstreet2014-01-083-16/+8
| * | | bcache: Btree verify code improvementsKent Overstreet2014-01-086-40/+83
| * | | bcache: kill index()Kent Overstreet2014-01-084-8/+24
| * | | bcache: Trivial error handling fixKent Overstreet2014-01-081-1/+2
| * | | bcache/md: Use raid stripe sizeKent Overstreet2014-01-084-0/+12
| * | | bcache: Do bkey_put() in btree_split() error pathKent Overstreet2014-01-081-1/+4
| * | | bcache: Rework allocator reservesKent Overstreet2014-01-088-83/+105
| * | | bcache: kill closure locking codeKent Overstreet2014-01-082-313/+123
| * | | bcache: kill closure locking usageKent Overstreet2014-01-087-55/+98