| Commit message (Expand) | Author | Age | Files | Lines |
* | net/dccp: dccp_list_has_service can be boolean | Yaowei Bai | 2015-10-09 | 1 | -3/+3 |
* | ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets | Eric Dumazet | 2015-03-23 | 1 | -0/+2 |
* | inet: remove sk_listener parameter from syn_ack_timeout() | Eric Dumazet | 2015-03-23 | 1 | -1/+1 |
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -235/+1 |
* | inet: makes syn_ack_timeout mandatory | Eric Dumazet | 2012-04-14 | 1 | -0/+2 |
* | dccp: fix bug in sequence number validation during connection setup | Samuel Jero | 2012-03-03 | 1 | -2/+6 |
* | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-06 | 1 | -0/+1 |
* | dccp: clean up unused DCCP_STATE_MASK definition | Shan Wei | 2011-01-20 | 1 | -2/+0 |
* | dccp: Policy-based packet dequeueing infrastructure | Tomasz Grobelny | 2010-12-07 | 1 | -0/+21 |
* | dccp ccid-2: Schedule Sync as out-of-band mechanism | Gerrit Renker | 2010-11-15 | 1 | -0/+2 |
* | dccp: Extend CCID packet dequeueing interface | Gerrit Renker | 2010-10-28 | 1 | -1/+3 |
* | dccp: Replace magic CCID-specific numbers by symbolic constants | Gerrit Renker | 2010-09-21 | 1 | -2/+4 |
* | dccp: Initialisation and type-checking of feature sysctls | Gerrit Renker | 2009-01-21 | 1 | -8/+0 |
* | dccp: Implement both feature-local and feature-remote Sequence Window feature | Gerrit Renker | 2009-01-21 | 1 | -20/+4 |
* | dccp: Initialisation framework for feature negotiation | Gerrit Renker | 2009-01-21 | 1 | -19/+0 |
* | dccp ccid-2: Phase out the use of boolean Ack Vector sysctl | Gerrit Renker | 2008-12-08 | 1 | -3/+0 |
* | dccp: Remove manual influence on NDP Count feature | Gerrit Renker | 2008-12-08 | 1 | -2/+2 |
* | dccp: Remove obsolete parts of the old CCID interface | Gerrit Renker | 2008-12-08 | 1 | -3/+0 |
* | dccp: Set per-connection CCIDs via socket options | Gerrit Renker | 2008-11-23 | 1 | -0/+5 |
* | dccp: Deprecate Ack Ratio sysctl | Gerrit Renker | 2008-11-16 | 1 | -2/+0 |
* | dccp: Feature negotiation for minimum-checksum-coverage | Gerrit Renker | 2008-11-16 | 1 | -2/+2 |
* | dccp: Deprecate old setsockopt framework | Gerrit Renker | 2008-11-16 | 1 | -7/+0 |
* | dccp: Query supported CCIDs | Gerrit Renker | 2008-11-12 | 1 | -0/+1 |
* | dccp: Per-socket initialisation of feature negotiation | Gerrit Renker | 2008-11-04 | 1 | -0/+4 |
* | dccp: Implement lookup table for feature-negotiation information | Gerrit Renker | 2008-11-04 | 1 | -4/+5 |
* | dccp: Upgrade NDP count from 3 to 6 bytes | Gerrit Renker | 2008-07-13 | 1 | -4/+2 |
* | [DCCP]: Reorganize struct dccp_sock to save 8 bytes | Arnaldo Carvalho de Melo | 2008-02-03 | 1 | -1/+1 |
* | [DCCP]: Handle timestamps on Request/Response exchange separately | Gerrit Renker | 2008-01-28 | 1 | -2/+14 |
* | [DCCP]: Allow to parse options on Request Sockets | Gerrit Renker | 2008-01-28 | 1 | -2/+3 |
* | [DCCP]: Support for server holding timewait state | Gerrit Renker | 2008-01-28 | 1 | -0/+3 |
* | [DCCP]: Integrate state transitions for passive-close | Gerrit Renker | 2008-01-28 | 1 | -1/+0 |
* | [DCCP]: Dedicated auxiliary states to support passive-close | Gerrit Renker | 2008-01-28 | 1 | -17/+39 |
* | [DCCP]: Make PARTOPEN an autonomous state | Gerrit Renker | 2008-01-28 | 1 | -11/+3 |
* | [DCCP]: Convert Reset code into socket error number | Gerrit Renker | 2007-10-24 | 1 | -0/+2 |
* | [DCCP]: Retrieve packet sequence number for error reporting | Gerrit Renker | 2007-10-24 | 1 | -6/+4 |
* | [DCCP]: Tidy-up -- minisock initialisation | Gerrit Renker | 2007-10-10 | 1 | -1/+0 |
* | [DCCP]: Add socket option to query the current MPS | Gerrit Renker | 2007-10-10 | 1 | -0/+1 |
* | [DCCP]: Rate-limit DCCP-Syncs | Gerrit Renker | 2007-10-10 | 1 | -0/+2 |
* | [DCCP]: Add Support for Data 1 .. 3 fields of Reset packets | Gerrit Renker | 2007-10-10 | 1 | -8/+6 |
* | [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore | Arnaldo Carvalho de Melo | 2007-10-10 | 1 | -1/+0 |
* | [DCCP]: Convert dccps_timestamp_time to ktime_t | Arnaldo Carvalho de Melo | 2007-10-10 | 1 | -1/+2 |
* | [DCCP]: Complete documentation of dccp_sock | Gerrit Renker | 2007-04-25 | 1 | -11/+10 |
* | [DCCP]: Sample RTT from SYN exchange | Gerrit Renker | 2007-04-25 | 1 | -0/+2 |
* | [SK_BUFF]: Introduce skb_transport_header(skb) | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -7/+12 |
* | [SK_BUFF]: Introduce skb_reset_transport_header(skb) | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -3/+3 |
* | [DCCP]: Whitespace cleanups | Arnaldo Carvalho de Melo | 2006-12-11 | 1 | -13/+13 |
* | [DCCP]: Tidy up unused structures | Gerrit Renker | 2006-12-02 | 1 | -3/+1 |
* | [NET]: Annotate checksums in on-the-wire packets. | Al Viro | 2006-12-02 | 1 | -1/+1 |
* | [DCCP]: Miscellaneous code tidy-ups | Gerrit Renker | 2006-12-02 | 1 | -1/+17 |
* | [DCCP]: Make feature negotiation more readable | Gerrit Renker | 2006-12-02 | 1 | -11/+14 |