aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-06-21[NETFILTER]: Kill nf_debugPatrick McHardy2-19/+0
2005-06-21[NETFILTER]: Kill lockhelp.hPatrick McHardy4-134/+2
2005-06-21[IPV6]: V6 route events reported with wrong netlink PID and seq numberJamal Hadi Salim2-6/+12
2005-06-21[NETLINK]: netlink_callback structure needs 5 args not 4Alexey Kuznetsov1-1/+1
2005-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds10-46/+188
2005-06-20Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-37/+96
2005-06-20[PATCH] sysfs-iattr: add sysfs_setattrManeesh Soni1-0/+1
2005-06-20[PATCH] I2C: add i2c sensor_device_attribute and macrosYani Ioannou1-0/+36
2005-06-20[PATCH] Driver Core: include: update device attribute callbacksYani Ioannou1-1/+1
2005-06-20[PATCH] Driver core: change device_attribute callbacksYani Ioannou1-2/+4
2005-06-20[PATCH] libfs: add simple attribute filesArnd Bergmann1-0/+46
2005-06-20[PATCH] Driver core: unregister_node() for hotplug useKeiichiro Tokunaga1-0/+1
2005-06-20[PATCH] Driver Core: fix bk-driver-core kills ppc64Patrick Mochel1-1/+0
2005-06-20[PATCH] Use a klist for device child lists.mochel@digitalimplant.org1-8/+2
2005-06-20[PATCH] Remove struct device::driver_list.mochel@digitalimplant.org1-1/+0
2005-06-20[PATCH] Remove struct device::bus_list.mochel@digitalimplant.org1-1/+0
2005-06-20[PATCH] add klist_node_attached() to determine if a node is on a list or not.mochel@digitalimplant.org1-0/+2
2005-06-20[PATCH] Remove the unused device_find().mochel@digitalimplant.org1-1/+0
2005-06-20[PATCH] Add a klist to struct device_driver for the devices bound to it.mochel@digitalimplant.org1-1/+2
2005-06-20[PATCH] Add a klist to struct bus_type for its drivers.mochel@digitalimplant.org1-0/+2
2005-06-20[PATCH] Add a klist to struct bus_type for its devices.mochel@digitalimplant.org1-0/+3
2005-06-20[PATCH] Add initial implementation of klist helpers.mochel@digitalimplant.org1-0/+53
2005-06-20[PATCH] Add driver_for_each_device().mochel@digitalimplant.org1-0/+3
2005-06-20[PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org1-0/+4
2005-06-20[PATCH] class: remove class_simple code, as no one in the tree is using it anymore.gregkh@suse.de1-10/+0
2005-06-20[PATCH] USB: move the usb hcd code to use the new class code.gregkh@suse.de1-3/+2
2005-06-20[PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de1-1/+1
2005-06-20[PATCH] CLASS: move a "simple" class logic into the class core.gregkh@suse.de1-0/+9
2005-06-20[PATCH] Make attributes names const char *Dmitry Torokhov1-2/+2
2005-06-20[PATCH] make driver's name be const char *Dmitry Torokhov1-6/+6
2005-06-20[PATCH] kset_hotplug_ops->name shoudl return const char *Dmitry Torokhov1-1/+1
2005-06-20[PATCH] Make kobject's name be const char *Dmitry Torokhov1-3/+3
2005-06-20[PATCH] sysfs_{create|remove}_link should take const char *Dmitry Torokhov1-5/+5
2005-06-20[NETLINK]: fib_lookup() via netlinkRobert Olsson2-0/+15
2005-06-20[ATALK]: endian annotationsAlexey Dobriyan1-13/+13
2005-06-20[AX25]: endian-annotate ax25_type_trans()Alexey Dobriyan1-1/+1
2005-06-20[IPSEC]: Add XFRM_STATE_NOPMTUDISC flagHerbert Xu2-0/+2
2005-06-20[IPSEC]: Add xfrm_state_afinfo->init_flagsHerbert Xu1-0/+1
2005-06-20[IPSEC]: Add xfrm_init_stateHerbert Xu1-1/+2
2005-06-20[SCTP] sctp_connectx() API supportFrank Filz6-22/+62
2005-06-20[PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the watchdogLennert Buytenhek1-0/+1
2005-06-20[PATCH] ARM: 2693/1: Add PCI support for Versatile/PBCatalin Marinas3-13/+33
2005-06-20[PATCH] ARM: 2686/2: AAEC-2000 Core supportBellido Nicolas13-0/+544
2005-06-20[PATCH] ARM: Add iomap support for ARMRussell King1-0/+27
2005-06-20[PATCH] ARM: Add common CACHE_COLOUR macroRussell King1-0/+3
2005-06-19Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-0/+34
2005-06-19Merge with ../linux-2.6-smpRussell King2-0/+33
2005-06-19[PATCH] ARM SMP: Fix PXA/SA11x0 suspend resume crashRussell King1-0/+1
2005-06-19[PATCH] ARM SMP: Add missed files from Integrator/CP platformRussell King1-0/+19
2005-06-18[PKT_SCHED]: Generic queue management interface for qdiscs using internal skb queuesThomas Graf1-0/+122