summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | qmi_wwan/cdc_ether: add Dell Wireless 5800 (Novatel E362) USB IDsDan Williams2012-12-172-0/+29
| * | | atm: use scnprintf() instead of sprintf()chas williams - CONTRACTOR2012-12-171-25/+15
| * | | netlink: validate addr_len on bindHannes Frederic Sowa2012-12-171-0/+3
| * | | netlink: change presentation of portid in procfs to unsignedHannes Frederic Sowa2012-12-171-1/+1
| * | | tuntap: fix sparse warningJason Wang2012-12-171-1/+1
| * | | tuntap: reset network header before calling skb_get_rxhash()Eric Dumazet2012-12-171-0/+1
| * | | ipv6: Fix Makefile offload objectsSimon Arlott2012-12-161-1/+1
| * | | sctp: jsctp_sf_eat_sack: fix jprobes function signature mismatchDaniel Borkmann2012-12-151-1/+2
| * | | bridge: add flags to distinguish permanent mdb entiresAmerigo Wang2012-12-154-7/+17
| * | | bridge: update selinux perm table for RTM_NEWMDB and RTM_DELMDBAmerigo Wang2012-12-151-0/+2
| * | | sctp: Change defaults on cookie hmac selectionNeil Horman2012-12-152-4/+27
| * | | i2400m: add Intel 6150 device IDsDan Williams2012-12-152-0/+9
| * | | can: sja1000: fix compilation on x86Marc Kleine-Budde2012-12-151-1/+1
| * | | cpts: Fix build error caused by include of plat/clock.hTony Lindgren2012-12-141-2/+0
| * | | inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2012-12-146-8/+25
| * | | ipv6: Change skb->data before using icmpv6_notify() to propagate redirectDuan Jiong2012-12-142-0/+24
| * | | mac802154: fix destructon ordering for ieee802154 devicesKonstantin Khlebnikov2012-12-141-2/+2
| * | | bonding: do not cancel works in bond_uninit()Konstantin Khlebnikov2012-12-141-2/+0
| * | | stmmac: fix platform driver unregisteringKonstantin Khlebnikov2012-12-142-13/+15
| * | | mISDN: fix race in timer canceling on module unloadingKonstantin Khlebnikov2012-12-141-2/+1
| * | | tuntap: fix ambigious multiqueue APIJason Wang2012-12-141-23/+63
| * | | bridge: remove temporary variable for MLDv2 maximum response code computationAng Way Chuang2012-12-141-3/+1
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge tags 'dt-for-linus', 'gpio-for-linus' and 'spi-for-linus' of git://git....Linus Torvalds2012-12-1912-29/+57
|\ \ \ \ \ \
| | | * | | | spi/sh-hspi: fix return value check in hspi_probe().Cyril Roelandt2012-12-191-1/+1
| | | * | | | spi: fix tegra SPI binding examplesAllen Martin2012-12-192-2/+2
| | | * | | | spi/atmel: add DT supportJean-Christophe PLAGNIOL-VILLARD2012-12-172-1/+42
| | | * | | | of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes.David Daney2012-12-151-1/+4
| | | * | | | spi: Change FIFO flush operation and spi channel offKyoungil Kim2012-12-151-4/+4
| | | * | | | spi: Keep chipselect assertion during one messageKyoungil Kim2012-12-151-2/+0
| | * | | | | gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIGGregory CLEMENT2012-12-192-17/+1
| | * | | | | gpio/ich: Add missing spinlock initJean Delvare2012-12-191-0/+1
| * | | | | | of: define struct device in of_platform.h if !OF_DEVICE and !OF_ADDRESSJonas Gorski2012-12-191-0/+1
| * | | | | | of: Fix export of of_find_matching_node_and_match()Grant Likely2012-12-191-1/+1
| |/ / / / /
* | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-12-191-1/+1
|\ \ \ \ \ \
| * | | | | | drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handlingMaarten Lankhorst2012-12-201-1/+1
* | | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-12-192-13/+30
|\ \ \ \ \ \ \
| * | | | | | | random: Mix cputime from each thread that exits to the poolNick Kossifidis2012-12-161-0/+3
| * | | | | | | random: prime last_data value per fips requirementsJarod Wilson2012-11-081-0/+17
| * | | | | | | random: fix debug format stringsJiri Kosina2012-11-081-9/+10
| * | | | | | | random: make it possible to enable debugging without rebuildJiri Kosina2012-10-151-4/+0
* | | | | | | | Merge tag 'xtensa-20121218' of git://github.com/czankel/xtensa-linuxLinus Torvalds2012-12-1981-422/+2140
|\ \ \ \ \ \ \ \
| * | | | | | | | xtensa: don't try to build DTB when OF is disabledMax Filippov2012-12-182-2/+2
| * | | | | | | | xtensa: set the correct ethernet address for xtfpgaChris Zankel2012-12-181-2/+34
| * | | | | | | | xtensa: clean up files to make them code-style compliantChris Zankel2012-12-1849-175/+160
| * | | | | | | | xtensa: provide endianness macro for sparseMax Filippov2012-12-181-0/+7
| * | | | | | | | xtensa: fix RASID SR initializationMax Filippov2012-12-181-1/+1
| * | | | | | | | xtensa: initialize CPENABLE SR when core has oneMax Filippov2012-12-181-1/+1
| * | | | | | | | xtensa: reset all timers on initializationMax Filippov2012-12-181-1/+1
| * | | | | | | | Use for_each_compatible_node() macro.Wei Yongjun2012-12-181-2/+2
| * | | | | | | | xtensa: add XTFPGA DTSMax Filippov2012-12-185-0/+122