summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: Add missing include into include/linux/netdevice.hDmitri Vorobiev2009-03-271-0/+1
* wan: convert sdla driver to net_device_opsStephen Hemminger2009-03-271-1/+0Star
* net: Add support for the OpenCores 10/100 Mbps Ethernet MAC.Thierry Reding2009-03-271-0/+22
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-278-11/+54
|\
| * netfilter: nf_conntrack: add generic function to get len of generic policyHolger Eitzenberger2009-03-251-0/+1
| * netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2009-03-253-11/+14
| * netfilter: limit the length of the helper nameHolger Eitzenberger2009-03-251-0/+2
| * netlink: add nla_policy_len()Holger Eitzenberger2009-03-251-0/+1
| * netfilter: ctnetlink: add callbacks to the per-proto nlattrsHolger Eitzenberger2009-03-252-0/+13
| * netfilter: factorize ifname_compare()Eric Dumazet2009-03-251-0/+23
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-03-271-4/+17
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg2009-03-241-4/+17
| |\ \ \ \ \
| | | | | * | SLUB: Do not pass 8k objects through to the page allocatorPekka Enberg2009-02-201-2/+2
| | | | | * | SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter2009-02-201-3/+16
| | | | |/ / | | | |/| |
| | | | * | slub: move min_partial to struct kmem_cacheDavid Rientjes2009-02-231-1/+1
| | | |/ /
* | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-272-2/+1Star
|\ \ \ \ \
| * | | | | Use f_lock to protect f_flagsJonathan Corbet2009-03-161-1/+1
| * | | | | Rename struct file->f_ep_lockJonathan Corbet2009-03-162-2/+1Star
* | | | | | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-03-2792-843/+938
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.29' into core/header-fixesIngo Molnar2009-03-2686-358/+615
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | emu101k1.h: fix duplicate include of <linux/types.h>Arnd Bergmann2009-03-261-1/+0Star
| * | | | | | compiler-gcc4: conditionalize #error on __KERNEL__H. Peter Anvin2009-03-261-2/+4
| * | | | | | remove __KERNEL_STRICT_NAMESArnd Bergmann2009-03-262-13/+5Star
| * | | | | | make netfilter use strict integer typesArnd Bergmann2009-03-2639-190/+260
| * | | | | | make drm headers use strict integer typesArnd Bergmann2009-03-266-188/+190
| * | | | | | make MTD headers use strict integer typesArnd Bergmann2009-03-266-115/+123
| * | | | | | make most exported headers use strict integer typesArnd Bergmann2009-03-2615-226/+240
| * | | | | | make exported headers use strict posix typesArnd Bergmann2009-03-2618-66/+67
| * | | | | | unconditionally include asm/types.h from linux/types.hJaswinder Singh Rajput2009-03-261-1/+2
| * | | | | | make linux/types.h as assembly safeJaswinder Singh Rajput2009-02-061-1/+2
| * | | | | | headers_check fix cleanup: linux/reiserfs_fs.hJaswinder Singh Rajput2009-02-031-34/+28Star
| * | | | | | headers_check fix cleanup: linux/nubus.hJaswinder Singh Rajput2009-02-031-1/+1
| * | | | | | headers_check fix cleanup: linux/coda_psdev.hJaswinder Singh Rajput2009-02-031-1/+1
| * | | | | | headers_check fix: linux/reinserfs_fs.hJaswinder Singh Rajput2009-02-021-0/+8
| * | | | | | headers_check fix: linux/socket.hJaswinder Singh Rajput2009-02-021-2/+4
| * | | | | | headers_check fix: linux/nubus.hJaswinder Singh Rajput2009-02-021-0/+2
| * | | | | | headers_check fix: linux/in6.hJaswinder Singh Rajput2009-02-021-1/+1
| * | | | | | headers_check fix: linux/coda_psdev.hJaswinder Singh Rajput2009-02-021-8/+7Star
| * | | | | | headers_check fix: mn10300, swab.hJaswinder Singh Rajput2009-02-011-1/+1
| * | | | | | headers_check fix: m32r, swab.hJaswinder Singh Rajput2009-02-011-1/+1
| * | | | | | headers_check fix: frv, swab.hJaswinder Singh Rajput2009-02-011-1/+1
* | | | | | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-275-37/+45
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branches 'irq/sparseirq' and 'linus' into irq/coreIngo Molnar2009-03-231-2/+4
| |\ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-1663-229/+374
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | genirq: add doc to struct irqactionThomas Gleixner2009-03-131-0/+11
| | * | | | | | | | | genirq: make irqreturn_t an enumThomas Gleixner2009-03-132-20/+12Star
| | * | | | | | | | | genirq: remove unused hw_irq_controller typedefThomas Gleixner2009-03-131-1/+0Star
| | * | | | | | | | | irq: match remove_irq() args with setup_irq()Magnus Damm2009-03-121-1/+1
| | * | | | | | | | | irq: add remove_irq() for freeing of setup_irq() irqsMagnus Damm2009-03-121-0/+1
| | * | | | | | | | | Merge branch 'linus' into irq/genirqIngo Molnar2009-03-1220-26/+73
| | |\ \ \ \ \ \ \ \ \