summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | + pci_find_slot-mark-deprecated.patch added to -mm treeAlan Cox2007-07-111-1/+1
| * | | PCI: Make pcibios_add_platform_entries() return errorsMichael Ellerman2007-07-111-1/+1
| * | | PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman2007-07-1121-77/+2
| * | | PCI: add PCI-X/PCI-Express read control interfacesPeter Oruba2007-07-111-1/+6
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-128-31/+80
|\ \ \
| * | | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-2/+4
| * | | sysfs: make directory dentries and inodes reclaimableTejun Heo2007-07-111-1/+0
| * | | sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-112-12/+16
| * | | sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2007-07-111-0/+1
| * | | sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-111-0/+3
| * | | driver-core: make devt_attr and uevent_attr staticTejun Heo2007-07-111-5/+0
| * | | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-112-6/+9
| * | | sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-111-0/+1
| * | | ida: implement idr based id allocatorTejun Heo2007-07-111-0/+29
| * | | PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki2007-07-111-1/+0
| * | | PM: Remove saved_state from struct dev_pm_infoRafael J. Wysocki2007-07-111-1/+0
| * | | PM: Remove pm_parent from struct dev_pm_infoRafael J. Wysocki2007-07-111-3/+0
| * | | DMI-based module autoloadingLennart Poettering2007-07-111-0/+8
| * | | debugfs: add rename for debugfs filesJan Kara2007-07-111-0/+9
| |/ /
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-122-7/+34
|\ \ \
| * | | libata-link: add PMP related ATA constantsTejun Heo2007-07-101-0/+29
| * | | libata: clean up horkage handlingTejun Heo2007-07-101-2/+1
| * | | libata: simplify PCI legacy SFF host handlingTejun Heo2007-07-101-4/+4
| * | | libata-core: convert to use cancel_rearming_delayed_work()Oleg Nesterov2007-07-101-1/+0
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-1258-396/+917
|\ \ \ \
| * | | | [NET_SCHED]: ematch: module autoloadingPatrick McHardy2007-07-112-10/+9
| * | | | [VLAN]: Fix MAC address handlingPatrick McHardy2007-07-111-0/+1
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller2007-07-113-2/+22
| |\ \ \ \
| | * | | | [Bluetooth] Add basics to better support and handle eSCO linksMarcel Holtmann2007-07-112-2/+18
| | * | | | [Bluetooth] Keep rfcomm_dev on the list until it is freedVille Tervo2007-07-111-0/+1
| | * | | | [Bluetooth] Add hci_recv_fragment() helper functionMarcel Holtmann2007-07-111-0/+3
| | | |_|/ | | |/| |
| * | | | [NET]: Fix races in net_rx_action vs netpoll.Olaf Kirch2007-07-111-0/+10
| * | | | [AF_UNIX]: Rewrite garbage collector, fixes race.Miklos Szeredi2007-07-111-1/+2
| * | | | [DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.hIlpo Järvinen2007-07-101-1/+0
| * | | | [IPV6]: Make IPV6_{RECV,2292}RTHDR boolean options.YOSHIFUJI Hideaki2007-07-101-2/+2
| * | | | [IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki2007-07-102-6/+2
| * | | | [NET]: Update comments for skb checksumsHerbert Xu2007-07-101-2/+10
| * | | | [IPV4]: Make ip_tos2prio const.Philippe De Muyter2007-07-101-1/+1
| * | | | [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai2007-07-101-1/+2
| * | | | [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-102-5/+7
| * | | | [NETFILTER]: ipt_CLUSTERIP: add compat codePatrick McHardy2007-07-101-2/+2
| * | | | [NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpersPatrick McHardy2007-07-101-2/+2
| * | | | [NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysctPatrick McHardy2007-07-101-0/+1
| * | | | [NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy2007-07-103-3/+6
| * | | | [NETFILTER]: nf_conntrack: use hashtable for expectationsPatrick McHardy2007-07-102-1/+5
| * | | | [NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_...Patrick McHardy2007-07-101-2/+2
| * | | | [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-103-26/+47
| * | | | [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-103-24/+23
| * | | | [NETFILTER]: nf_nat: use hlists for bysource hashPatrick McHardy2007-07-101-1/+1
| * | | | [NETFILTER]: nf_conntrack: export hash allocation/destruction functionsPatrick McHardy2007-07-101-0/+4
OpenPOWER on IntegriCloud