summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2007-04-28USB: Allow autosuspend delay to equal 0Alan Stern1-1/+1
2007-04-28USB: additional structure from cdc specOliver Neukum1-0/+11
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds7-35/+99
2007-04-27dev_dbg: check dev_dbg() argumentsDan Williams1-1/+5
2007-04-27s2ram: add arch irq disable/enable hooksJohannes Berg1-0/+18
2007-04-27define platform wakeup hook, use in pci_enable_wake()David Brownell1-0/+19
2007-04-27security: prevent permission checking of file removal via sysfs_remove_group()James Morris1-0/+1
2007-04-27device_schedule_callback() needs a module referenceAlan Stern2-4/+8
2007-04-27debugfs: Add debugfs_create_u64()Michael Ellerman1-0/+9
2007-04-27the overdue removal of the mount/umount ueventsAdrian Bunk1-5/+3
2007-04-27kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman1-2/+0
2007-04-27Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov1-0/+2
2007-04-27Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman1-1/+0
2007-04-27driver core: per-subsystem multithreaded probingCornelia Huck2-4/+1
2007-04-27Driver core: add name to device_typeKay Sievers1-0/+10
2007-04-27driver core: Use attribute groups in struct device_typeDmitry Torokhov1-1/+1
2007-04-27Driver core: udev triggered device-<>driver bindingKay Sievers1-15/+19
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers2-2/+3
2007-04-27make SysRq-T show all tasks againIngo Molnar1-2/+2
2007-04-27seqlocks: trivial remove weird whitespaceDaniel Walker1-4/+4
2007-04-27Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds1-0/+202
2007-04-27Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+7
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+6
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds71-2583/+698
2007-04-27[S390] split page_test_and_clear_dirty.Martin Schwidefsky1-1/+1
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy1-0/+202
2007-04-27[WEXT] net_device: Don't include wext bits if not required.Johannes Berg1-1/+2
2007-04-27[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells3-2/+67
2007-04-27[AF_RXRPC]: Key facility changes for AF_RXRPCDavid Howells1-0/+2
2007-04-27[WORKQUEUE]: cancel_delayed_work: use del_timer() instead of del_timer_sync()Oleg Nesterov1-3/+4
2007-04-27[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh1-2/+7
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller1-0/+6
2007-04-26[NET]: Delete unused header file linux/if_wanpipe_common.hRobert P. J. Day1-58/+0
2007-04-26[NET]: Delete unused header file linux/sdla_fr.h.Robert P. J. Day1-638/+0
2007-04-26[XFRM]: Export SAD info.Jamal Hadi Salim1-0/+25
2007-04-26[BRIDGE]: drop PAUSE framesStephen Hemminger1-0/+1
2007-04-26[IPV6]: Export in6addr_any for future use.YOSHIFUJI Hideaki1-2/+0
2007-04-26[TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki1-0/+6
2007-04-26[TCP]: Congestion control API update.Stephen Hemminger1-0/+5
2007-04-26[WIRELESS] cfg80211: New wireless config infrastructure.Johannes Berg3-0/+43
2007-04-26[NET] skbuff: skb_store_bits const is backwardsStephen Hemminger1-2/+2
2007-04-26[AF_PACKET]: Add option to return orig_dev to userspace.Peter P. Waskiewicz Jr1-0/+1
2007-04-26[IPV6] SNMP: Netlink interface.YOSHIFUJI Hideaki1-0/+1
2007-04-26[INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2-0/+2
2007-04-26[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+4
2007-04-26[NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer1-1/+3
2007-04-26[NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner3-2/+13
2007-04-26[DCCP]: Complete documentation of dccp_sockGerrit Renker1-11/+10
2007-04-26bridge: eliminate call by referenceStephen Hemminger1-1/+2
2007-04-26[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu1-5/+11