aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-11-25cfg80211/mac80211: Add 802.11d supportLuis R. Rodriguez1-0/+62
2008-11-25x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.cMarkus Metzger1-0/+4
2008-11-25x86, bts: base in-kernel ds interface on handlesMarkus Metzger1-0/+9
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra2-35/+2
2008-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel3-10/+3
2008-11-25DCB: fix kconfig optionJeff Kirsher1-2/+2
2008-11-25netdev: add HAVE_NET_DEVICE_OPSStephen Hemminger1-0/+1
2008-11-25tracing, tty: fix warnings caused by branch tracing and tty_kref_get()Ingo Molnar1-1/+1
2008-11-24tcp: add some mibs to track collapsingIlpo Järvinen1-0/+3
2008-11-24tcp: Try to restore large SKBs while SACK processingIlpo Järvinen1-0/+33
2008-11-24netfilter: xtables: add missing const qualifier to xt_tgchk_paramJan Engelhardt1-1/+1
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn5-11/+7
2008-11-24futex: make clock selectable for FUTEX_WAIT_BITSETThomas Gleixner1-1/+2
2008-11-24Merge branch 'linus' into core/futexesThomas Gleixner326-2654/+18139
2008-11-24sched: convert remaining old-style cpumask operatorsRusty Russell1-8/+8
2008-11-24sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell1-1/+1
2008-11-24sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmapsRusty Russell1-4/+7
2008-11-24sched: wrap sched_group and sched_domain cpumask accesses.Rusty Russell1-0/+10
2008-11-24Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096Ingo Molnar18-67/+392
2008-11-24Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',...Ingo Molnar5-12/+31
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar7-7/+45
2008-11-24Input: libps2 - handle 0xfc responses from devicesDmitry Torokhov1-0/+2
2008-11-24Input: add support for Wacom W8001 penabled serial touchscreenJaya Kumar1-0/+1
2008-11-24Merge branch 'sched/rt' into sched/coreIngo Molnar1-2/+0
2008-11-23eth: Declare an optimized compare_ether_addr_64bits() functionEric Dumazet1-0/+42
2008-11-23dccp: Set per-connection CCIDs via socket optionsGerrit Renker1-0/+5
2008-11-23irq.h: remove padding from irq_desc on 64bitsRichard Kennedy1-2/+2
2008-11-23tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORTTörök Edwin1-1/+1
2008-11-23tracing/stack-tracer: fix style issuesTörök Edwin1-1/+1
2008-11-23ftrace: add ftrace_off_permanentSteven Rostedt1-0/+2
2008-11-23ring-buffer: add tracing_off_permanentSteven Rostedt1-0/+1
2008-11-23trace: profile all if conditionalsSteven Rostedt1-2/+36
2008-11-23trace: consolidate unlikely and likely profilerSteven Rostedt1-19/+5
2008-11-23trace: remove extra assign in branch checkSteven Rostedt1-2/+0
2008-11-23irq.h: fix missing/extra kernel-docRandy Dunlap1-2/+1
2008-11-23Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar21-56/+230
2008-11-23vfs, seqfile: make mangle_path() globalTörök Edwin1-0/+1
2008-11-23tracing: add support for userspace stacktraces in tracing/iter_ctrlTörök Edwin1-0/+8
2008-11-23tracing/function-return-tracer: clean up task start/exit callbacksIngo Molnar1-0/+3
2008-11-23tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker2-12/+16
2008-11-23Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar5-10/+6
2008-11-21netdevice hdlc: Convert directly reference of netdev->privWang Chen1-1/+1
2008-11-20DCB: Add support for DCB BCNAlexander Duyck1-1/+43
2008-11-20DCB: Add interface to query the state of PFC feature.Alexander Duyck1-0/+2
2008-11-20DCB: Add interface to query # of TCs supported by deviceAlexander Duyck1-0/+27
2008-11-20DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck1-0/+37
2008-11-20ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck3-0/+243
2008-11-20hippi: convert driver to net_device_opsStephen Hemminger1-1/+3
2008-11-20fddi: convert to new network device opsStephen Hemminger1-0/+1
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-13/+26