HID: add missing RX, RZ and RY enum values to hid-debug output
[safe/jmp/linux-2.6] / include / linux / dccp.h
2006-12-11 Arnaldo Carvalho... [DCCP]: Whitespace cleanups
2006-12-03 Gerrit Renker[DCCP]: Tidy up unused structures
2006-12-03 Al Viro[NET]: Annotate checksums in on-the-wire packets.
2006-12-03 Gerrit Renker[DCCP]: Miscellaneous code tidy-ups
2006-12-03 Gerrit Renker[DCCP]: Make feature negotiation more readable
2006-12-03 Gerrit Renker[DCCP]: Support for partial checksums (RFC 4340, sec...
2006-12-03 Gerrit Renker[DCCP]: Combine allocating & zeroing header space on skb
2006-10-10 Al Viro[PATCH] dccp __user annotations
2006-09-24 Ian McDonald[DCCP]: Introduce constants for CCID numbers
2006-09-24 Gerrit Renker[DCCP]: Allow default/fallback service code.
2006-09-22 Ian McDonald[DCCP]: Introduce tx buffering
2006-03-21 Arnaldo Carvalho... [DCCP] minisock: Rename struct dccp_options to struct...
2006-03-21 Arnaldo Carvalho... [DCCP]: Make CCID2 be the default
2006-03-21 Andrea Bittau[DCCP]: sparse endianness annotations
2006-03-21 Arnaldo Carvalho... [DCCP] CCID: Improve CCID infrastructure
2006-03-21 Ian McDonald[DCCP]: Set the default CCID according to kernel config...
2006-03-21 Andrea Bittau[DCCP]: Initial feature negotiation implementation
2006-03-21 Andrea Bittau[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2006-01-03 Arnaldo Carvalho... [IP_SOCKGLUE]: Remove most of the tcp specific calls
2005-09-18 Arnaldo Carvalho... [DCCP]: Introduce CCID getsockopt for the CCIDs
2005-09-18 Arnaldo Carvalho... [DCCP]: Don't use necessarily the same CCID for tx...
2005-09-18 Arnaldo Carvalho... [DCCP]: Move the ack vector code to net/dccp/ackvec...
2005-09-16 Arnaldo Carvalho... [DCCP]: Introduce DCCP_SOCKOPT_SERVICE
2005-09-09 Arnaldo Carvalho... [DCCP] Introduce dccp_timestamp
2005-09-09 Arnaldo Carvalho... [CCID] Only call the HC insert_options methods when...
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE
2005-08-29 Ian McDonald[DCCP]: Fix the timestamp options
2005-08-29 Arnaldo Carvalho... [DCCP]: Finish the TIMEWAIT minisock support
2005-08-29 Harald Welte[NETFILTER]: New iptables DCCP protocol header match
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix struct sockaddr_dccp definition
2005-08-29 Harald Welte[DCCP]: make <linux/dccp.h> include-able from userspace
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial implementation