summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [ARM] nommu: Move hardware page table definitions to pgtable-hwdef.hRussell King2006-03-213-80/+93
* [ARM] Fix typo in tlbflush.hRussell King2006-03-211-1/+1
* [ARM] noMMU: removes TLB codes in nommu modeHyok S. Choi2006-03-212-0/+18
* Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-03-211-1/+9
|\
| * [CRYPTO] api: Align tfm context as wide as possibleHerbert Xu2006-03-211-1/+9
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-2156-464/+890
|\ \
| * | [NETFILTER]: Add H.323 conntrack/NAT helperJing Min Zhao2006-03-202-0/+32
| * | [LLC]: llc_mac_hdr_init const argumentsStephen Hemminger2006-03-201-1/+1
| * | [BRIDGE]: netfilter inline cleanupStephen Hemminger2006-03-201-27/+0
| * | [SPARC]: Fixup SO_PEERSEC value on 32-bit sparc.David S. Miller2006-03-201-1/+1
| * | [DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo2006-03-201-17/+26
| * | [ICSK] compat: Introduce inet_csk_compat_[gs]etsockoptArnaldo Carvalho de Melo2006-03-201-0/+5
| * | [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-208-0/+61
| * | [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu2006-03-201-1/+3
| * | [DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse2006-03-208-178/+177
| * | [SECURITY]: TCP/UDP getpeersecCatherine Zhang2006-03-203-6/+21
| * | [XFRM]: Fix aevent related crashPatrick McHardy2006-03-201-1/+9
| * | [TCP]: sysctl to allow TCP window > 32767 sans wscaleRick Jones2006-03-202-0/+2
| * | [IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.Neil Horman2006-03-202-0/+2
| * | [NET]: sem2mutex part 2Ingo Molnar2006-03-202-2/+3
| * | [NET] sem2mutex: net/Arjan van de Ven2006-03-201-1/+2
| * | [NET]: dev_put/dev_hold cleanupStephen Hemminger2006-03-201-2/+4
| * | [TG3]: Add 5787 and 5754 basic supportMichael Chan2006-03-201-0/+4
| * | [NET] rtnetlink: Add RTPROT entry for Netsukuku.Alpt2006-03-201-0/+1
| * | [NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin2006-03-201-1/+1
| * | [NET]: Convert RTNL to mutex.Stephen Hemminger2006-03-201-13/+7
| * | [IRDA]: TOIM3232 dongle supportDavid Basden2006-03-201-0/+1
| * | [ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo2006-03-201-0/+4
| * | [TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner2006-03-202-2/+6
| * | [AF_UNIX]: scm: better initializationBenjamin LaHaise2006-03-201-4/+6
| * | [NET]: Uninline kfree_skb and allow NULL argumentJörn Engel2006-03-201-16/+1
| * | [XFRM]: Rearrange struct xfrm_aevent_id for better compatibility.Jamal Hadi Salim2006-03-201-1/+1
| * | [DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo2006-03-201-0/+16
| * | [DCCP]: Make CCID2 be the defaultArnaldo Carvalho de Melo2006-03-201-9/+0
| * | [DCCP]: sparse endianness annotationsAndrea Bittau2006-03-201-31/+21
| * | [NETFILTER]: Fix skb->nf_bridge lifetime issuesPatrick McHardy2006-03-201-10/+14
| * | [DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo2006-03-201-2/+0
| * | [IPSEC]: Sync series - policy expiresJamal Hadi Salim2006-03-201-1/+1
| * | [IPSEC]: Sync series - SA expiresJamal Hadi Salim2006-03-201-0/+3
| * | [IPSEC]: Sync series - acquire insertJamal Hadi Salim2006-03-201-1/+1
| * | [IPSEC]: Sync series - core changesJamal Hadi Salim2006-03-203-1/+75
| * | [NETLINK]: Add netlink_has_listeners for avoiding unneccessary event message ...Patrick McHardy2006-03-201-0/+1
| * | [NETFILTER]: ctnetlink: avoid unneccessary event message generationPatrick McHardy2006-03-201-0/+1
| * | [NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep...Patrick McHardy2006-03-204-106/+94
| * | [NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.hPatrick McHardy2006-03-201-0/+12
| * | [NETFILTER]: x_tables: pass registered match/target data to match/target func...Patrick McHardy2006-03-201-2/+8
| * | [NETFILTER]: xt_tables: add centralized error checkingPatrick McHardy2006-03-201-4/+19
| * | [DCCP]: Set the default CCID according to kernel config selectionIan McDonald2006-03-201-1/+10
| * | [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'Harald Welte2006-03-201-22/+34
| * | [TCP]: MTU probingJohn Heffner2006-03-203-0/+24