aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-03-15PM: Drop pm_flags that is not necessaryRafael J. Wysocki2-15/+0
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki2-2/+2
2011-03-15PM / ACPI: Remove references to pm_flags from bus.cRafael J. Wysocki1-0/+6
2011-03-15PM: Do not create wakeup sysfs files for devices that cannot wake upRafael J. Wysocki2-7/+7
2011-03-14[SCSI] Include protection operation in SCSI command traceMartin K. Petersen1-4/+24
2011-03-14New AT_... flag: AT_EMPTY_PATHAl Viro2-0/+2
2011-03-14NFS: Fix a warning in fs/nfs/idmap.cTrond Myklebust1-0/+1
2011-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-7/+4
2011-03-14efivars: Expose efivars functionality to external drivers.Mike Waychison1-0/+37
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-2/+4
2011-03-14clean statfs-like syscalls upAl Viro1-0/+2
2011-03-14open-style analog of vfs_path_lookup()Al Viro1-2/+2
2011-03-14reduce vfs_path_lookup() to do_path_lookup()Al Viro1-0/+1
2011-03-14get rid of nd->fileAl Viro1-1/+0
2011-03-14switch do_filp_open() to struct open_flagsAl Viro1-2/+0
2011-03-14untangle the "need_reval_dot" messAl Viro1-0/+2
2011-03-14kill path_lookup()Al Viro1-1/+1
2011-03-14libata: Include WWN ID in inquiry VPD emulationHannes Reinecke1-0/+7
2011-03-14ata/pata_arasan_cf: fill dma chan->private from pdata->dma_privViresh Kumar1-0/+2
2011-03-14pata_arasan_cf: Adding support for arasan compact flash host controllerViresh Kumar1-0/+47
2011-03-14libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work()Viresh Kumar1-0/+3
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie30-69/+147
2011-03-13xfrm: Add support for IPsec extended sequence numbersSteffen Klassert1-0/+1
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert1-4/+20
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert1-2/+8
2011-03-13xfrm: Add basic infrastructure to support IPsec extended sequence numbersSteffen Klassert2-0/+19
2011-03-13USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman1-0/+2
2011-03-13USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp1-1/+0
2011-03-13usb: Make core allocate resources per PCI-device.Sarah Sharp1-0/+7
2011-03-13usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp1-0/+4
2011-03-13usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp1-1/+1
2011-03-13USB 3.0 Hub ChangesJohn Youn1-4/+37
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-7/+0
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-0/+2
2011-03-13tipc: Correct misnamed references to neighbor discovery domainAllan Stephens1-1/+1
2011-03-13tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens1-2/+2
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller4-15/+19
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller1-10/+7
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller5-15/+15
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2-18/+14
2011-03-12net: Use flowi4 and flowi6 in xfrm layer.David S. Miller1-12/+12
2011-03-12net: Add flowi6_* member helper macros.David S. Miller1-0/+8
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-59/+59
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2-3/+11
2011-03-12net: Add flowiX_to_flowi() shorthands.David S. Miller1-0/+15
2011-03-12net: Break struct flowi out into AF specific instances.David S. Miller2-59/+59
2011-03-12net: Make flowi ports AF dependent.David S. Miller3-36/+46
2011-03-12net: Create union flowi_uliDavid S. Miller1-23/+25
2011-03-12net: Create struct flowi_commonDavid S. Miller1-9/+21
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller4-33/+33