summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix oob accessFlorian Westphal2016-12-141-1/+1
* netfilter: nft_queue: use raw_smp_processor_id()Pablo Neira Ayuso2016-12-141-1/+1
* netfilter: nft_quota: reset quota after dumpPablo Neira Ayuso2016-12-141-12/+14
* virtio-net: correctly enable multiqueueJason Wang2016-12-131-1/+3
* Merge tag 'cris-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds2016-12-123-9/+9
|\
| * cris: No need to append -O2 and $(LINUXINCLUDE)Paul Bolle2016-12-082-6/+0Star
| * tty: serial: make crisv10 explicitly non-modularPaul Gortmaker2016-11-071-4/+2Star
| * cris: Only build flash rescue image if CONFIG_ETRAX_AXISFLASHMAP is selectedGuenter Roeck2016-11-071-0/+8
* | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2016-12-1213-56/+59
|\ \
| * | openrisc: prevent VGA console, fix buildsRandy Dunlap2016-12-121-1/+1
| * | openrisc: include l.swa in check for write data pagefaultStefan Kristiansson2016-12-121-1/+1
| * | openrisc: Updates after openrisc.net has been lostStafford Horne2016-12-123-7/+9
| * | openrisc: Consolidate setup to use memblock instead of bootmemStafford Horne2016-12-126-33/+14Star
| * | openrisc: remove the redundant of_platform_populateRob Herring2016-12-121-10/+0Star
| * | openrisc: add NR_CPUS Kconfig default valueStafford Horne2016-12-121-0/+3
| * | openrisc: Support both old (or32) and new (or1k) toolchainGuenter Roeck2016-12-121-1/+7
| * | openrisc: Add thread-local storage (TLS) supportChristian Svensson2016-12-121-0/+13
| * | openrisc: restore all regs on rt_sigreturnJonas Bonn2016-12-121-1/+9
| * | openrisc: fix PTRS_PER_PGD defineStefan Kristiansson2016-12-122-2/+2
* | | Merge tag 'm68k-for-v4.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-122-3/+2Star
|\ \ \
| * | | m68k/atari: Use seq_puts() in atari_get_hardware_list()Markus Elfring2016-12-091-1/+1
| * | | m68k/amiga: Use seq_puts() in amiga_get_hardware_list()Markus Elfring2016-12-091-2/+1Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-12-124-15/+30
|\ \ \ \
| * | | | avr32: wire up pkey syscallsHans-Christian Noren Egtvedt2016-12-122-0/+6
| * | | | AVR32-pio: Replace two seq_printf() calls by seq_puts() in pio_bank_show()Markus Elfring2016-12-121-2/+2
| * | | | AVR32-pio: Use seq_putc() in pio_bank_show()Markus Elfring2016-12-121-1/+1
| * | | | AVR32-clock: Combine nine seq_printf() calls into one call in clk_show()Markus Elfring2016-12-121-9/+19
| * | | | AVR32-clock: Use seq_putc() in two functionsMarkus Elfring2016-12-121-3/+2Star
| | |/ / | |/| |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2016-12-1226-18/+713
|\ \ \ \
| * | | | m68knommu: AMCORE board, add iMX i2c supportAngelo Dureghello2016-12-041-1/+1
| * | | | m68k: add Sysam AMCORE open board supportAngelo Dureghello2016-12-044-0/+281
| * | | | m68knommu: platform support for i2c devices on ColdFire SoCSteven King2016-12-0422-18/+432
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-12-1220-44/+537
|\ \ \ \ \
| * | | | | sparc: fix a building error reported by kbuildGonglei \(Arei\)2016-12-121-0/+1
| * | | | | sparc64: fix typo in pgd_clear()Kirill A. Shutemov2016-12-121-1/+1
| * | | | | sparc64: restore irq in error paths in iommuDan Carpenter2016-12-121-0/+2
| * | | | | sparc: leon: Fix a retry loop in leon_init_timers()Dan Carpenter2016-12-121-28/+28
| * | | | | sparc64: make string buffers large enoughDan Carpenter2016-12-121-2/+2
| * | | | | sparc64: move dereference after check for NULLDan Carpenter2016-12-121-3/+2Star
| * | | | | sparc: kernel: use builtin_platform_driverGeliang Tang2016-12-121-6/+1Star
| * | | | | sparc64:Support User Probes for sparcAllen Pais2016-12-1214-4/+500
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-12-121787-28740/+107766
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | netfilter: nft_counter: rework atomic dump and resetPablo Neira2016-12-111-72/+55Star
| * | | | e1000: use disable_hardirq() for e1000_netpoll()WANG Cong2016-12-112-6/+6
| * | | | i40e: don't truncate match_method assignmentKeller, Jacob E2016-12-111-2/+1Star
| * | | | net: ethernet: ti: netcp: add support of cptsWingMan Kwok2016-12-114-14/+452
| * | | | net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi2016-12-1111-90/+67Star
| * | | | net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen2016-12-111-27/+27
| * | | | net: l2tp: deprecate PPPOL2TP_MSG_* in favour of L2TP_MSG_*Asbjørn Sloth Tønnesen2016-12-112-11/+10Star
| * | | | net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen2016-12-112-11/+16