summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller2005-06-181-1/+0
* [NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo2005-06-181-8/+8
* [NET] Generalise tcp_listen_optArnaldo Carvalho de Melo2005-06-183-54/+187
* [NET] Rename open_request to request_sockArnaldo Carvalho de Melo2005-06-187-43/+43
* [NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo2005-06-187-79/+141
* [SLAB] Introduce kmem_cache_nameArnaldo Carvalho de Melo2005-06-181-0/+1
* [IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_*Herbert Xu2005-06-181-12/+0
* [IPSEC] Turn km_event.data into a unionHerbert Xu2005-06-181-1/+6
* [IPSEC] Kill spurious hard expire messagesHerbert Xu2005-06-181-1/+1
* [IPSEC] Add complete xfrm event notificationJamal Hadi Salim2005-06-182-3/+28
* Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6Linus Torvalds2005-06-183-24/+87
|\
| * Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-1836-205/+254
| |\
| * \ Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-0249-108/+291
| |\ \
| * | | AUDIT: Record working directory when syscall arguments are pathnamesDavid Woodhouse2005-05-271-1/+2
| * | | AUDIT: Assign serial number to non-syscall messagesDavid Woodhouse2005-05-211-3/+4
| * | | AUDIT: Avoid sleeping function in SElinux AVC audit.Stephen Smalley2005-05-211-0/+3
| * | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-1912-11/+21
| |\ \ \
| * | | | AUDIT: Treat all user messages identically.David Woodhouse2005-05-181-15/+2
| * | | | AUDIT: Capture sys_socketcall arguments and sockaddrs David Woodhouse2005-05-171-1/+6
| * | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-174-16/+89
| |\ \ \ \
| * | | | | AUDIT: Fix some spelling errorsSteve Grubb2005-05-131-1/+1
| * | | | | AUDIT: Add message types to audit recordsSteve Grubb2005-05-131-16/+50
| * | | | | Add missing asm-ppc/seccomp.h. Must learn to use git properly.David Woodhouse2005-05-111-0/+10
| * | | | | Add audit_log_typeChris Wright2005-05-111-6/+10
| * | | | | Move ifdef CONFIG_AUDITSYSCALL to headerChris Wright2005-05-111-1/+3
| * | | | | Add CONFIG_AUDITSC and CONFIG_SECCOMP support for ppc32David Woodhouse2005-05-081-0/+7
| * | | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-083-200/+2
| |\ \ \ \ \
| * | | | | | The attached patch addresses the problem with getting the audit daemon Steve Grubb2005-05-061-8/+17
* | | | | | | Merge 'upstream-2.6.13' branch of rsync://rsync.kernel.org/pub/scm/linux/kern...Linus Torvalds2005-06-182-0/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge /spare/repo/linux-2.6/Jeff Garzik2005-06-1830-35/+165
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Automatic merge of /spare/repo/linux-2.6/.git branch HEAD2005-06-0366-305/+490
| |\ \ \ \ \ \ \
| * | | | | | | | [PATCH] libata basic detection and errata for PATA->SATA bridgesBrad Campbell2005-05-122-0/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/net...Linus Torvalds2005-06-184-5/+320
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Automatic merge of /spare/repo/netdev-2.6 branch iff-running2005-06-041-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [netdrvrs] Use netif_carrier_* instead of IFF_RUNNING2005-05-121-1/+1
| | |/ / / / / / /
| * | | | | | | | Automatic merge of /spare/repo/netdev-2.6 branch we182005-06-041-3/+280
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Automatic merge of /spare/repo/netdev-2.6 branch master2005-05-2739-89/+233
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | [PATCH] Wireless Extensions 18 (aka WPA)2005-05-121-3/+280
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Automatic merge of /spare/repo/netdev-2.6 branch hdlc2005-06-041-1/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [PATCH] Generic HDLC updateKrzysztof Halasa2005-05-151-1/+3
| | |/ / / / / / / /
| * | | | | | | | | Automatic merge of /spare/repo/netdev-2.6 branch dm90002005-06-041-0/+36
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | [PATCH] DM9000 network driverSascha Hauer2005-05-151-0/+36
| | |/ / / / / / /
* | | | | | | | | [SCSI] Add DMA mask constants other than 32 and 64 bitLee Revell2005-06-171-0/+5
* | | | | | | | | merge by hand (fix up qla_os.c merge error)James Bottomley2005-06-177-2/+240
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Automatic merge of ../scsi-misc-2.6-old/James Bottomley2005-05-267-2/+240
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [SCSI] allow the HBA to reserve target and device private areasJames Bottomley2005-05-261-0/+38
| | * | | | | | | | [SCSI] Add target alloc/destroy callbacks to the host templateJames Bottomley2005-05-262-1/+28
| | * | | | | | | | [SCSI] TYPE_RBC cache fixes (sbp2.c affected)Al Viro2005-05-261-0/+1
| | * | | | | | | | merge by hand - fix up rejections in Documentation/DocBook/MakefileJames Bottomley2005-05-20271-4127/+5357
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | [SCSI] add scsi changer driverGerd Knorr2005-05-203-0/+172
OpenPOWER on IntegriCloud