summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | NFS: Cleanup for nfs_readpages()Trond Myklebust2007-05-011-0/+2
| * | | | NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust2007-05-011-2/+12
| * | | | NFS: Cleanup the coalescing codeTrond Myklebust2007-05-011-2/+11
| |/ / /
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-05-0515-102/+107
|\ \ \ \
| * | | | [SCTP]: Set assoc_id correctly during INIT collision.Vlad Yasevich2007-05-042-0/+3
| * | | | [SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv()Sridhar Samudrala2007-05-041-0/+4
| * | | | [XFRM] SPD info TLV aggregationJamal Hadi Salim2007-05-042-35/+28Star
| * | | | [XFRM] SAD info TLV aggregationxJamal Hadi Salim2007-05-042-23/+15Star
| * | | | [AF_IUCV]: Implementation of a skb backlog queueJennifer Hunt2007-05-041-0/+2
| * | | | [IPV6]: Some cleanups in include/net/ipv6.hEric Dumazet2007-05-041-8/+5Star
| * | | | [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-041-2/+24
| * | | | [BNX2]: Add support for 5709 Serdes.Michael Chan2007-05-031-0/+1
| * | | | [ETHTOOL]: Add 2.5G bit definitions.Michael Chan2007-05-031-0/+2
| * | | | [NETFILTER]: bridge netfilter: consolidate header pushing/pulling codePatrick McHardy2007-05-031-9/+16
| * | | | [NETFILTER]: nf_nat_proto_gre: do not modify/corrupt GREv0 packets through NATJorge Boncompte2007-05-031-18/+0Star
| * | | | [TCP]: Use S+L catcher only with SACK for nowIlpo Järvinen2007-05-031-1/+2
| * | | | [NET]: Add __dev_getfirstbyhwtypePatrick McHardy2007-05-031-0/+1
| * | | | [NET] skbuff: fix kernel-docRandy Dunlap2007-05-031-1/+1
| * | | | [AFS]: Make the match_*() functions take const options.David Howells2007-05-031-4/+4
| * | | | [IPV6]: Get rid of __HAVE_ARCH_ADDR_SET.Eric Dumazet2007-05-031-2/+0Star
| |/ / /
* | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-05-055-30/+85
|\ \ \ \
| * | | | Input: gpio_keys - add support for switches (EV_SW)Roman Moravcik2007-05-011-1/+2
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-01791-8808/+11702
| |\| | |
| * | | | Input: add skeleton for simple polled devicesDmitry Torokhov2007-04-301-0/+46
| * | | | Input: add input_set_capability() helperDmitry Torokhov2007-04-251-0/+2
| * | | | Input: prepare to switching to struct deviceDmitry Torokhov2007-04-121-0/+3
| * | | | Input: add input_{get|set}_drvdata() helpersDmitry Torokhov2007-04-121-0/+10
| * | | | Input: wistron - add acerhk laptop databaseEric Piel2007-04-121-0/+1
| * | | | Input: rework handle creation codeDmitry Torokhov2007-04-121-1/+4
| * | | | Input: HIL - fix rwlock recursion bugHelge Deller2007-03-161-0/+1
| * | | | Input: add support for PXA27x keyboard controllerRodolfo Giometti2007-03-161-0/+13
| * | | | Input: add getkeycode and setkeycode methodsMarvin Raaijmakers2007-03-151-28/+3Star
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-05-056-41/+33Star
|\ \ \ \ \
| * | | | | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-036-41/+33Star
| | |/ / / | |/| | |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-05-0521-15/+55
|\ \ \ \ \
| * | | | | PCI: the overdue removal of pci_module_init()Adrian Bunk2007-05-031-6/+0Star
| * | | | | PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk2007-05-031-1/+0Star
| * | | | | MSI: Give archs the option to free all MSI/Xs at once.Michael Ellerman2007-05-031-0/+1
| * | | | | MSI: Give archs the option to allocate all MSI/Xs at once.Michael Ellerman2007-05-031-0/+1
| * | | | | MSI: Remove dev->first_msi_irqMichael Ellerman2007-05-031-1/+0Star
| * | | | | MSI: Use a list instead of the custom link structureMichael Ellerman2007-05-032-4/+5
| * | | | | PCI: Create alloc_pci_dev(), the one true way to create a struct pci_devMichael Ellerman2007-05-031-0/+2
| * | | | | MSI: Add an arch_msi_check_device()Michael Ellerman2007-05-031-0/+1
| * | | | | PCI: define pci_request/release_regions() for CONFIG_PCI=nSergei Shtylyov2007-05-031-0/+3
| * | | | | PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-032-3/+0Star
| * | | | | PCI: scatterlist.h needs types.hJean Delvare2007-05-0316-0/+28
| * | | | | pci: New PCI-E reset APIBrian King2007-05-031-0/+14
| |/ / / /
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2007-05-052-8/+312
|\ \ \ \ \
| * | | | | [CRYPTO] api: Add ablkcipher_request_set_tfmHerbert Xu2007-05-021-1/+7
| * | | | | [CRYPTO] cryptd: Add software async crypto daemonHerbert Xu2007-05-021-0/+15