aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-72/+415
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-33/+185
2009-03-27mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg1-12/+2
2009-03-27mac80211: fix aggregation to not require queue stopJohannes Berg1-0/+4
2009-03-27mac80211: unify and fix TX aggregation startJohannes Berg1-2/+2
2009-03-27mac80211: rate control status only for controlled packetsJohannes Berg1-0/+4
2009-03-27mac80211: add beacon filtering supportKalle Valo1-0/+33
2009-03-27cfg80211: add feature to hold bssKalle Valo1-0/+18
2009-03-27mac80211: disable power save when scanningKalle Valo1-5/+7
2009-03-27ath5k: Support LED's on Acer Extensa 5620zTulio Magno Quites Machado Filho1-0/+2
2009-03-27nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen2-27/+7
2009-03-27nl80211: Add MLME primitives to support external SMEJouni Malinen3-10/+162
2009-03-27nl80211: Event notifications for MLME eventsJouni Malinen2-1/+81
2009-03-27mac80211: kill IEEE80211_CONF_SHORT_SLOT_TIMEJohannes Berg1-6/+0
2009-03-27ieee80211: document DS bit usageJohannes Berg1-0/+16
2009-03-27nl80211: export supported commandsJohannes Berg1-0/+6
2009-03-27wireless: radiotap updatesJohannes Berg1-1/+3
2009-03-27mac80211: reduce max number of queuesJohannes Berg1-1/+1
2009-03-27mac80211: remove ieee80211_num_regular_queuesJohannes Berg1-5/+0
2009-03-27Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds2-1/+78
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds7-46/+197
2009-03-27net: Add missing include into include/linux/netdevice.hDmitri Vorobiev1-0/+1
2009-03-27agp/intel: Add support for new intel chipset.Shaohua Li1-0/+2
2009-03-27drm: Convert proc files to seq_file and introduce debugfsBen Gamari1-1/+76
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6Linus Torvalds2-43/+87
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-1/+1
2009-03-27fs: move bdev code out of buffer.cNick Piggin2-7/+7
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-1/+1
2009-03-27constify dentry_operations: NFSAl Viro2-2/+2
2009-03-27fs: make struct dentry->d_op constJan Engelhardt1-1/+1
2009-03-27vfs: Further changes from macro to inline function in fs.hSteven Whitehouse1-7/+38
2009-03-27vfs: Update fs.h to use inline functions when no file locking setSteven Whitehouse1-26/+139
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan1-1/+0
2009-03-27generic compat_sys_ustatChristoph Hellwig1-0/+8
2009-03-27wan: convert sdla driver to net_device_opsStephen Hemminger1-1/+0
2009-03-27net: Add support for the OpenCores 10/100 Mbps Ethernet MAC.Thierry Reding1-0/+22
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller8-11/+54
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-4/+17
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2-2/+1
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds92-843/+938
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-37/+45
2009-03-26Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-21/+3
2009-03-26Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-5/+32
2009-03-26Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-17/+14
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds108-1694/+2881
2009-03-26Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-37/+153
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-27/+30
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller84-1243/+1340
2009-03-26Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds2-0/+14
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds8-204/+212