sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / include / linux / dccp.h
2009-01-21 Gerrit Renkerdccp: Initialisation and type-checking of feature sysctls
2009-01-21 Gerrit Renkerdccp: Implement both feature-local and feature-remote...
2009-01-21 Gerrit Renkerdccp: Initialisation framework for feature negotiation
2008-12-08 Gerrit Renkerdccp ccid-2: Phase out the use of boolean Ack Vector...
2008-12-08 Gerrit Renkerdccp: Remove manual influence on NDP Count feature
2008-12-08 Gerrit Renkerdccp: Remove obsolete parts of the old CCID interface
2008-11-24 Gerrit Renkerdccp: Set per-connection CCIDs via socket options
2008-11-17 Gerrit Renkerdccp: Deprecate Ack Ratio sysctl
2008-11-17 Gerrit Renkerdccp: Feature negotiation for minimum-checksum-coverage
2008-11-17 Gerrit Renkerdccp: Deprecate old setsockopt framework
2008-11-12 Gerrit Renkerdccp: Query supported CCIDs
2008-11-05 Gerrit Renkerdccp: Per-socket initialisation of feature negotiation
2008-11-05 Gerrit Renkerdccp: Implement lookup table for feature-negotiation...
2008-09-09 Gerrit RenkerThis reverts "Merge branch 'dccp' of git://eden-feed...
2008-09-04 Tomasz Grobelnydccp: Policy-based packet dequeueing infrastructure
2008-09-04 Gerrit Renkerdccp: Extend CCID packet dequeueing interface
2008-09-04 Gerrit Renkerdccp ccid-2: Schedule Sync as out-of-band mechanism
2008-09-04 Gerrit Renkerdccp: Replace magic CCID-specific numbers by symbolic...
2008-09-04 Gerrit Renkerdccp: Initialisation and type-checking of feature sysctls
2008-09-04 Gerrit Renkerdccp: Implement both feature-local and feature-remote...
2008-09-04 Gerrit Renkerdccp: Initialisation framework for feature negotiation
2008-09-04 Gerrit Renkerdccp ccid-2: Phase out the use of boolean Ack Vector...
2008-09-04 Gerrit Renkerdccp: Remove manual influence on NDP Count feature
2008-09-04 Gerrit Renkerdccp: Remove obsolete parts of the old CCID interface
2008-09-04 Gerrit Renkerdccp: Set per-connection CCIDs via socket options
2008-09-04 Gerrit Renkerdccp: Deprecate Ack Ratio sysctl
2008-09-04 Gerrit Renkerdccp: Feature negotiation for minimum-checksum-coverage
2008-09-04 Gerrit Renkerdccp: Deprecate old setsockopt framework
2008-09-04 Gerrit Renkerdccp: Query supported CCIDs
2008-09-04 Gerrit Renkerdccp: Per-socket initialisation of feature negotiation
2008-09-04 Gerrit Renkerdccp: Implement lookup table for feature-negotiation...
2008-07-13 Gerrit Renkerdccp: Upgrade NDP count from 3 to 6 bytes
2008-02-03 Arnaldo Carvalho... [DCCP]: Reorganize struct dccp_sock to save 8 bytes
2008-01-28 Gerrit Renker[DCCP]: Handle timestamps on Request/Response exchange...
2008-01-28 Gerrit Renker[DCCP]: Allow to parse options on Request Sockets
2008-01-28 Gerrit Renker[DCCP]: Support for server holding timewait state
2008-01-28 Gerrit Renker[DCCP]: Integrate state transitions for passive-close
2008-01-28 Gerrit Renker[DCCP]: Dedicated auxiliary states to support passive...
2008-01-28 Gerrit Renker[DCCP]: Make PARTOPEN an autonomous state
2007-10-24 Gerrit Renker[DCCP]: Convert Reset code into socket error number
2007-10-24 Gerrit Renker[DCCP]: Retrieve packet sequence number for error reporting
2007-10-10 Gerrit Renker[DCCP]: Tidy-up -- minisock initialisation
2007-10-10 Gerrit Renker[DCCP]: Add socket option to query the current MPS
2007-10-10 Gerrit Renker[DCCP]: Rate-limit DCCP-Syncs
2007-10-10 Gerrit Renker[DCCP]: Add Support for Data 1 .. 3 fields of Reset...
2007-10-10 Arnaldo Carvalho... [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used...
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert dccps_timestamp_time to ktime_t
2007-04-26 Gerrit Renker[DCCP]: Complete documentation of dccp_sock
2007-04-26 Gerrit Renker[DCCP]: Sample RTT from SYN exchange
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
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