summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | sched: Fix signedness bug in yield_to()Dan Carpenter2014-06-052-2/+2
* | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-125-7/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-062-3/+7
| * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-0619-36/+123
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra2014-06-061-1/+3
| * | | | | | | | | | | | | | | perf: Disable sampled events if no PMU interruptVince Weaver2014-06-051-0/+10
| * | | | | | | | | | | | | | | Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-052-3/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-242-3/+19
| | * | | | | | | | | | | | | | | kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu2014-04-241-0/+1
| * | | | | | | | | | | | | | | | Merge branch 'perf/uprobes' into perf/coreIngo Molnar2014-06-051-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov2014-05-141-0/+4
* | | | | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-121-3/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | locking/rwsem: Fix warnings for CONFIG_RWSEM_GENERIC_SPINLOCKDavidlohr Bueso2014-06-051-1/+1
| * | | | | | | | | | | | | | | | | locking/rwsem: Support optimistic spinningDavidlohr Bueso2014-06-051-3/+22
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-1238-191/+834
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | net: Save software checksum completeTom Herbert2014-06-111-1/+2
| * | | | | | | | | | | | | | | | | net: Preserve CHECKSUM_COMPLETE at validationTom Herbert2014-06-111-9/+14
| * | | | | | | | | | | | | | | | | net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-111-1/+15
| * | | | | | | | | | | | | | | | | cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-111-0/+8
| * | | | | | | | | | | | | | | | | ktime: add ktime_after and ktime_before helperDaniel Borkmann2014-06-111-0/+24
| * | | | | | | | | | | | | | | | | net: filter: cleanup A/X name usageAlexei Starovoitov2014-06-111-72/+84
| * | | | | | | | | | | | | | | | | bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing2014-06-101-0/+1
| * | | | | | | | | | | | | | | | | bridge: add export of multicast database adjacent to net_devLinus Lüssing2014-06-101-0/+18
| * | | | | | | | | | | | | | | | | net: phy: fix sparse warning in fixed.cKonrad Zapalowicz2014-06-051-0/+5
| * | | | | | | | | | | | | | | | | isdn/capi: move capi_info2str to capidrv.cPaul Bolle2014-06-041-5/+0
| * | | | | | | | | | | | | | | | | gre: Call gso_make_checksumTom Herbert2014-06-042-0/+4
| * | | | | | | | | | | | | | | | | net: Add GSO support for UDP tunnels with checksumTom Herbert2014-06-042-0/+3
| * | | | | | | | | | | | | | | | | net: Support for multiple checksums with gsoTom Herbert2014-06-041-1/+25
| * | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-035-4/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-021-14/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-6/+0
| | * | | | | | | | | | | | | | | | | | ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings2014-05-191-1/+2
| | * | | | | | | | | | | | | | | | | | ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchangedBen Hutchings2014-05-191-2/+2
| | * | | | | | | | | | | | | | | | | | ethtool: Expand documentation of ethtool_ops::{get,set}_rxfh()Ben Hutchings2014-05-191-8/+9
| * | | | | | | | | | | | | | | | | | | macvlan: add netpoll supportdingtianhong2014-06-021-0/+3
| * | | | | | | | | | | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-06-021-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-021-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-05-291-0/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | wireless: add missing WLAN_EID_BSS_INTOLERANT_CHL_REPORTJes Sorensen2014-05-281-0/+1
| * | | | | | | | | | | | | | | | | | | | | | net: Add support for device specific address syncingAlexander Duyck2014-06-021-0/+73
| |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | Revert "net/mlx4_en: Use affinity hint"David S. Miller2014-06-021-1/+1
| * | | | | | | | | | | | | | | | | | | | | net: filter: improve filter block macrosDaniel Borkmann2014-06-011-50/+205
| * | | | | | | | | | | | | | | | | | | | | net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-011-70/+38
| * | | | | | | | | | | | | | | | | | | | | net: Revert mlx4 cpumask changes.David S. Miller2014-06-011-2/+0
| * | | | | | | | | | | | | | | | | | | | | net/mlx4_en: Use affinity hintYuval Atias2014-06-011-1/+1
| * | | | | | | | | | | | | | | | | | | | | cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-011-0/+2
| * | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-05-301-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | netfilter: nfnetlink_acct: Adding quota support to accounting frameworkMathieu Poirier2014-04-291-1/+7
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-305-14/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-275-14/+39
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | |