aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-14stmmac: new descriptor field for the driver's platformGiuseppe CAVALLARO1-0/+1
2010-04-13ipv4: ipmr: support multiple tablesPatrick McHardy4-1/+9
2010-04-13ipv4: ipmr: move mroute data into seperate structurePatrick McHardy1-12/+1
2010-04-13ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy2-3/+3
2010-04-13ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy1-15/+0
2010-04-13ipv4: ipmr: move unres_queue and timer to per-namespace dataPatrick McHardy1-0/+2
2010-04-13ipv4: raw: move struct raw_sock and raw_sk() to include/net/raw.hPatrick McHardy2-11/+12
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy1-0/+7
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy1-0/+1
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet1-44/+4
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch1-0/+1
2010-04-13skbuff: remove unused dev_consume_skb macro definitionAlexander Duyck1-1/+0
2010-04-13net: sk_dst_cache RCUificationEric Dumazet3-34/+32
2010-04-13packet: support for TX time stamps on RAW socketsRichard Cochran1-0/+1
2010-04-11inet: Remove unused send_check length argumentHerbert Xu2-3/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller71-175/+415
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller71-175/+411
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds8-33/+185
2010-04-09radix_tree_tag_get() is not as safe as the docs make out [ver #2]David Howells1-0/+7
2010-04-09slab: Generify kernel pointer validationPekka Enberg1-0/+1
2010-04-08xfrm: Fix crashes in xfrm_lookup()Timo Teräs1-7/+0
2010-04-08libata: Fix accesses at LBA28 boundary (old bug, but nasty) (v2)Mark Lord1-2/+2
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds1-0/+1
2010-04-07net: fix ethtool coding style errors and warningschavey1-53/+62
2010-04-07x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes1-0/+4
2010-04-08virtio: disable multiport console support.Michael S. Tsirkin1-23/+0
2010-04-07net: fix definition of netdev_for_each_mc_addr()Pavel Roskin1-1/+1
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tipLinus Torvalds1-2/+6
2010-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds3-2/+19
2010-04-07memcg: fix race in file_mapped accountingKAMEZAWA Hiroyuki1-0/+6
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi1-2/+2
2010-04-07kernel.h: fix wrong usage of __ratelimit()Yong Zhang1-1/+1
2010-04-07vfs: rename block_fsync() to blkdev_fsync()Andrew Morton1-1/+1
2010-04-07raw: fsync method is now requiredAnton Blanchard1-0/+1
2010-04-07include/linux/kfifo.h: fix INIT_KFIFO()David Härdeman1-1/+2
2010-04-07bitops: remove temporary for_each_bit()Andrew Morton1-3/+0
2010-04-07xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs1-3/+7
2010-04-07flow: virtualize flow cache entry methodsTimo Teräs2-4/+21
2010-04-07Merge branch 'fix/asoc' into for-linusTakashi Iwai2-1/+18
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller20-89/+199
2010-04-06TIPC: Updated topology subscription protocol according to latest specJon Paul Maloy1-18/+12
2010-04-06Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-0/+1
2010-04-06libata: unlock HPA if device shrunkTejun Heo1-0/+1
2010-04-05Fix up possibly racy module refcountingNick Piggin1-7/+7
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-0/+2
2010-04-05ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack2-1/+18
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds25-26/+31
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-1/+17
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V1-0/+2
2010-04-05Merge branch 'master' into export-slabhTejun Heo8-43/+91