summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-169-37/+37
* tipc: remove unreferenced functionsJon Paul Maloy2014-07-168-440/+0
* tipc: start using the new multicast functionsJon Paul Maloy2014-07-162-41/+56
* tipc: add new functions for multicast and broadcast distributionJon Paul Maloy2014-07-166-2/+136
* tipc: let internal link users call the new link send functionJon Paul Maloy2014-07-161-8/+7
* tipc: make name table distributor use new send functionJon Paul Maloy2014-07-165-85/+48
* net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is definedChristoph Schulz2014-07-161-0/+2
* Merge branch 'sctp-next'David S. Miller2014-07-166-66/+415
|\
| * net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV supportDaniel Borkmann2014-07-161-2/+7
| * net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO supportGeir Ola Vaagland2014-07-162-9/+99
| * net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland2014-07-166-23/+125
| * net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland2014-07-165-9/+105
| * net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland2014-07-163-23/+79
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-16561-3110/+5001
|\
| * Merge tag 'for-linus-20140716' of git://git.infradead.org/linux-mtdLinus Torvalds2014-07-163-2/+49
| |\
| | * mtd: cfi_cmdset_0001.c: add support for Sharp LH28F640BF NORAndrea Adami2014-07-131-0/+43
| | * mtd: nand: reduce the warning noise when the ECC is too weakThomas Petazzoni2014-07-131-2/+4
| | * mtd: devices: elm: fix elm_context_save() and elm_context_restore() functionsTed Juan2014-07-051-0/+2
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-07-164-8/+8
| |\ \
| | * | sched: Fix compiler warningsGuenter Roeck2014-07-023-6/+6
| | * | x86, tsc: Fix cpufreq lockupPeter Zijlstra2014-07-021-2/+2
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-07-164-38/+48
| |\ \ \
| | * | | perf: Do not allow optimized switch for non-cloned eventsJiri Olsa2014-07-021-1/+1
| | * | | perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke2014-07-021-0/+9
| | * | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-06-252-37/+38
| | |\ \ \
| | | * | | perf symbols: Get kernel start address by symbol nameSimon Que2014-06-201-32/+22
| | | * | | perf tools: Fix segfault in cumulative.callchain reportJiri Olsa2014-06-201-5/+16
| * | | | | Merge tag 'sound-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-07-165-8/+12
| |\ \ \ \ \
| | * | | | | ALSA: hda - Fix broken PM due to incomplete i915 initializationTakashi Iwai2014-07-151-5/+5
| | * | | | | ALSA: hda - Revert stream assignment order for Intel controllersTakashi Iwai2014-07-143-2/+4
| | * | | | | ALSA: hda - Add new GPU codec ID 0x10de0070 to snd-hdaAaron Plattner2014-07-081-0/+2
| | * | | | | ALSA: hda: Fix build warningThierry Reding2014-07-071-1/+1
| * | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-07-151-0/+2
| |\ \ \ \ \ \
| | * | | | | | quota: missing lock in dqcache_shrink_scan()Niu Yawei2014-07-151-0/+2
| * | | | | | | Merge tag 'gpio-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-07-151-6/+0
| |\ \ \ \ \ \ \
| | * | | | | | | gpio: mcp23s08: Eliminates redundant checking.Michael Welling2014-07-051-6/+0
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-07-154-53/+69
| |\ \ \ \ \ \ \
| | * | | | | | | fuse: replace count*size kzalloc by kcallocFabian Frederick2014-07-141-2/+2
| | * | | | | | | fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov2014-07-141-1/+3
| | * | | | | | | fuse: restructure ->rename2()Miklos Szeredi2014-07-101-14/+20
| | * | | | | | | fuse: avoid scheduling while atomicMiklos Szeredi2014-07-071-28/+23
| | * | | | | | | fuse: handle large user and group IDMiklos Szeredi2014-07-071-4/+16
| | * | | | | | | fuse: inode: drop castHimangi Saraogi2014-07-071-1/+1
| | * | | | | | | fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati2014-07-071-1/+2
| | * | | | | | | fuse: timeout comparison fixMiklos Szeredi2014-07-071-3/+3
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-15102-664/+734
| |\ \ \ \ \ \ \ \
| | * | | | | | | | hso: fix deadlock when receiving bursts of dataOlivier Sobrie2014-07-141-21/+17
| | * | | | | | | | hso: remove unused workqueueOlivier Sobrie2014-07-141-12/+0
| | * | | | | | | | net: ppp: don't call sk_chk_filter twiceChristoph Schulz2014-07-142-14/+2
| | * | | | | | | | mlx4: mark napi id for gro_skbJason Wang2014-07-141-0/+1
OpenPOWER on IntegriCloud