summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-03-13net: Add flowi6_* member helper macros.David S. Miller1-0/+8
2011-03-13ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-59/+59
2011-03-13ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2-3/+11
2011-03-13net: Add flowiX_to_flowi() shorthands.David S. Miller1-0/+15
2011-03-13net: Break struct flowi out into AF specific instances.David S. Miller2-59/+59
2011-03-13net: Make flowi ports AF dependent.David S. Miller3-36/+46
2011-03-13net: Create union flowi_uliDavid S. Miller1-23/+25
2011-03-13net: Create struct flowi_commonDavid S. Miller1-9/+21
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller4-33/+33
2011-03-13net: Remove unnecessary padding in struct flowiDavid S. Miller1-10/+10
2011-03-13ipv4: Create and use route lookup helpers.David S. Miller1-0/+48
2011-03-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-33/+81
2011-03-12Merge branch 'irq/core' into x86/irqThomas Gleixner3-95/+429
2011-03-12Merge branch 'tip/futex/devel' of git://git.kernel.org/pub/scm/linux/kernel/g...Thomas Gleixner1-23/+24
2011-03-12genirq: Add chip flag to force mask on suspendThomas Gleixner1-0/+2
2011-03-12gpio/mcp23s08: support mcp23s17 variantPeter Korsgaard1-6/+9
2011-03-12Merge commit 'v2.6.38-rc8' into spi/nextGrant Likely37-86/+159
2011-03-12usb: host: Add EHCI driver for NVIDIA Tegra SoCsBenoit Goby2-1/+34
2011-03-12usb: otg: Add ulpi viewport access opsBenoit Goby1-0/+5
2011-03-11NFSv4: Send unmapped uid/gids to the server when using auth_sysTrond Myklebust1-0/+1
2011-03-11NFSv4: cleanup idmapper functions to take an nfs_server argumentTrond Myklebust1-4/+5
2011-03-11NFSv4.1: rearrange ->doio argsFred Isaman1-2/+2
2011-03-11NFSv4.1: pnfs filelayout driver writeFred Isaman1-0/+2
2011-03-11NFSv4.1: implement generic pnfs layer write switchAndy Adamson2-0/+2
2011-03-11NFSv4.1: Send lseg down into nfs_write_rpcsetupFred Isaman1-0/+1
2011-03-11NFSv4.1: add callback to nfs4_write_doneFred Isaman1-0/+1
2011-03-11NFSv4.1 move deviceid cache to filelayout driverChristoph Hellwig1-1/+0
2011-03-11NFSv4.1: filelayout async error handlerAndy Adamson2-0/+2
2011-03-11NFSv4.1: filelayout readAndy Adamson1-0/+1
2011-03-11NFSv4.1: data server connectionAndy Adamson1-0/+1
2011-03-11NFSv4.1: generic readAndy Adamson2-0/+2
2011-03-11NFSv4.1: shift pnfs_update_layout locationsFred Isaman2-2/+3
2011-03-11NFSv4.1: coelesce across layout stripesFred Isaman1-0/+2
2011-03-11NFSv4.1: new flag for lease time checkAndy Adamson1-0/+1
2011-03-11NFSv4.1: new flag for state renewal checkAndy Adamson1-0/+1
2011-03-11NFS move nfs_client initialization into nfs_get_clientAndy Adamson1-0/+3
2011-03-11NFSv4: remove CONFIG_NFS_V4 from nfs_read_dataAndy Adamson1-2/+0
2011-03-11NFS: change nfs_writeback_done to return voidFred Isaman1-1/+1
2011-03-11mac80211: implement support for cfg80211_ops->{get,set}_ringparamJohn W. Linville1-0/+7
2011-03-11NFSv4/4.1: Fix nfs4_schedule_state_recovery abusesTrond Myklebust1-5/+3
2011-03-11plist: Shrink struct plist_headLai Jiangshan1-23/+24
2011-03-11block: fixup plugging stubs for !CONFIG_BLOCKJens Axboe1-3/+6
2011-03-11wireless: add support for ethtool_ops->{get,set}_ringparamJohn W. Linville1-0/+8
2011-03-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-33/+81
2011-03-11mtd: nand: add software BCH ECC supportIvan Djelic2-0/+75
2011-03-11Merge branch 'slab/rcu' into slab/nextPekka Enberg70-187/+355
2011-03-11slub: automatically reserve bytes at the end of slabLai Jiangshan1-0/+1
2011-03-11Lockless (and preemptless) fastpaths for slubChristoph Lameter1-1/+4
2011-03-11slub: min_partial needs to be in first cachelineChristoph Lameter1-1/+1
2011-03-11Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Pekka Enberg2-13/+150