[PATCH] sparc: vfc __iomem annotations and fixes
[safe/jmp/linux-2.6] / net / dccp / proto.c
2005-11-21 Patrick McHardy[DCCP]: Add missing no_policy flag to struct net_protocol
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-10-20 Herbert Xu[DCCP]: Make dccp_write_xmit always free the packet
2005-09-18 Arnaldo Carvalho... [DCCP]: Introduce CCID getsockopt for the CCIDs
2005-09-16 Arnaldo Carvalho... [DCCP]: Introduce DCCP_SOCKOPT_SERVICE
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce dccp_wait_for_ccid and use it in...
2005-08-29 Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial dccp_poll implementation
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix skb leak in dccp_sendmsg
2005-08-29 Arnaldo Carvalho... [DCCP]: Implement the CLOSING timer
2005-08-29 Arnaldo Carvalho... [DCCP]: Set dccp_ctl_socket to NULL in dccp_ctl_sock_exit
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix sparse warnings
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce the DCCP Kernel hacking menu
2005-08-29 Arnaldo Carvalho... [DCCP]: Rewrite dccp_sendmsg to be more like UDP
2005-08-29 Arnaldo Carvalho... [DCCP]: Just reflow the source code to fit in 80 columns
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg
2005-08-29 Arnaldo Carvalho... [INET]: Make inet_create try to load protocol modules
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial implementation