aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-10/+3
2008-11-20netfilter: ip{,6}t_policy.h should include xp_policy.hAndy Whitcroft2-0/+4
2008-11-20pkt_sched: add DRR schedulerPatrick McHardy1-0/+16
2008-11-20netlink: avoid memset of 0 bytes sparse warningPatrick McHardy1-1/+2
2008-11-20filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso1-1/+2
2008-11-19netdev: expose ethernet address primitivesStephen Hemminger1-0/+4
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger1-1/+3
2008-11-19netdev: network device operations infrastructureStephen Hemminger1-64/+168
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie1-4/+0
2008-11-19reintroduce accept4Ulrich Drepper2-6/+3
2008-11-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel49-392/+1069
2008-11-19uwb: remove unused beacon group join/leave eventsDavid Vrabel1-4/+3
2008-11-19wlp: start/stop radio on network interface up/downDavid Vrabel1-1/+2
2008-11-19uwb: add basic radio managerDavid Vrabel2-4/+21
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar13-38/+186
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller14-38/+189
2008-11-19Merge branch 'linux-2.6' into nextPaul Mackerras14-38/+189
2008-11-19of: Add helpers for finding device nodes which have a given propertyMichael Ellerman1-0/+6
2008-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+3
2008-11-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo1-1/+3
2008-11-18tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker2-0/+3
2008-11-18Merge branch 'master' into nextJames Morris6-21/+44
2008-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+3
2008-11-17uwb: add pal parameter to new reservation callbackDavid Vrabel1-1/+1
2008-11-17Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar4-40/+151
2008-11-16dccp: Deprecate Ack Ratio sysctlGerrit Renker1-2/+0
2008-11-16dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker1-2/+2
2008-11-16dccp: Deprecate old setsockopt frameworkGerrit Renker1-7/+0
2008-11-16virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin1-0/+9
2008-11-16udp: Use hlist_nulls in UDP RCU codeEric Dumazet1-17/+0
2008-11-16rcu: Introduce hlist_nulls variant of hlistEric Dumazet2-0/+204
2008-11-16TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler1-0/+4
2008-11-16phylib: make mdio-gpio work without OF (v4)Paulius Zaleckas1-0/+25
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers1-10/+25
2008-11-16tracepoints: do not put arguments in nameMathieu Desnoyers1-5/+3
2008-11-16tracepoints: use unregister return valueMathieu Desnoyers1-4/+6
2008-11-16tracepoints: use rcu_*_sched_notraceMathieu Desnoyers1-2/+2
2008-11-16markers: create DEFINE_MARKER and GET_MARKER (new API)Mathieu Desnoyers1-16/+23
2008-11-16markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers1-1/+44
2008-11-16markers: add missing stdargs.h include, needed due to va_list usageArnaldo Carvalho de Melo1-0/+1
2008-11-16rcu: add rcu_read_*_sched_notrace()Mathieu Desnoyers1-0/+2
2008-11-16tracing/function-return-tracer: support for dynamic ftrace on function return...Frederic Weisbecker1-1/+15
2008-11-16ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt1-12/+41
2008-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+2
2008-11-15Fix inotify watch removal/umount racesAl Viro1-0/+11
2008-11-15Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2008-11-15Add 'pr_fmt()' format modifier to pr_xyz macros.Martin Schwidefsky1-19/+23
2008-11-13lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-2/+3
2008-11-14Merge branch 'master' into nextJames Morris24-324/+816