aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-22[IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy1-20/+5
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy3-0/+19
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy2-9/+9
2006-09-22[NEIGHBOUR]: Use ALIGN() macro.Stephen Hemminger1-1/+1
2006-09-22[NET]: sock_register interface changesStephen Hemminger1-2/+2
2006-09-22[NET]: drop unused elements from net_proto_familyStephen Hemminger1-5/+0
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse2-6/+5
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu1-7/+24
2006-09-22[IPV4]: Uninline inet_lookup_listenerHerbert Xu1-31/+2
2006-09-22[INET]: Remove is_setbyuser patchLouis Nyffenegger1-3/+1
2006-09-22[IPV4]: Kill fib4_rules_clean().David S. Miller1-1/+0
2006-09-22[NET]: Make code static.Adrian Bunk1-4/+0
2006-09-22[NET]: Round out in-kernel sockets APISridhar Samudrala1-0/+19
2006-09-22[NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf2-101/+94
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf3-100/+67
2006-09-22[NETFILTER]: Get rid of HW checksum invalidationPatrick McHardy3-8/+10
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2-10/+11
2006-09-22[NET]: Move netlink interface bits to linux/if.hThomas Graf2-132/+130
2006-09-22[IPv4]: Move interface address bits to linux/if_addr.hThomas Graf2-56/+53
2006-09-22[NETLINK]: Extend netlink messaging interfaceThomas Graf1-10/+64
2006-09-22[IPV4]: Use Protocol Independant Policy Routing Rules FrameworkThomas Graf1-7/+7
2006-09-22[IPV6]: Policy Routing RulesThomas Graf3-1/+15
2006-09-22[NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf2-0/+150
2006-09-22[IPV6]: Multiple Routing TablesThomas Graf2-2/+40
2006-09-22[NetLabel]: SELinux supportVenkat Yekkirala1-12/+13
2006-09-22[NetLabel]: CIPSOv4 enginePaul Moore1-0/+4
2006-09-22[NetLabel]: core network changesPaul Moore4-1/+543
2006-09-22[MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala3-0/+57
2006-09-22[MLSXFRM]: Default labeling of socket specific IPSec policiesVenkat Yekkirala2-4/+17
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala2-13/+28
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala2-18/+92
2006-09-22[MLSXFRM]: Add security sid to flowiVenkat Yekkirala1-0/+1
2006-09-22[MLSXFRM]: Add security sid to sockVenkat Yekkirala2-0/+25
2006-09-22Merge git://git.infradead.org/~dwmw2/hdronelineLinus Torvalds29-159/+722
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-139/+851
2006-09-22Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds20-643/+893
2006-09-22Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+1
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds29-495/+289
2006-09-22Remove accidentally-added include/linux/utsrelease.hDavid Woodhouse1-1/+0
2006-09-22ioremap balanced with iounmap for drivers/mtd subsystemAmol Lad1-0/+1
2006-09-22[MTD] Unlock NOR flash automatically where necessaryHÃ¥vard Skinnemoen1-0/+1
2006-09-22[POWERPC] powerpc: fix building gdb against asm/ptrace.hArnd Bergmann1-4/+0
2006-09-22[POWERPC] Remove DISCONTIGMEM cruft from page.hMichael Ellerman1-6/+0
2006-09-22[POWERPC] Merge iSeries i/o operations with the restStephen Rothwell2-131/+77
2006-09-21[POWERPC] 40x: Fix debug status register definesJosh Boyer1-8/+8
2006-09-21[POWERPC] EEH: enable MMIO/DMA on frozen slotLinas Vepstas1-0/+11
2006-09-21[CRYPTO] api: Deprecate crypto_digest_* and crypto_alg_availableHerbert Xu1-5/+13
2006-09-21[CRYPTO] padlock: Convert padlock-sha to use crypto_hashHerbert Xu1-0/+6
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu2-3/+7
2006-09-21[CRYPTO] api: Add crypto_comp and crypto_has_*Herbert Xu1-6/+84