index
:
kernel_samsung_crespo.git
replicant-4.2
kernel/samsung/crespo
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dccp
/
dccp.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DCCP]: Remove timeo from output.c
Ian McDonald
2006-12-11
1
-2
/
+0
*
[DCCP]: Simplified conditions due to use of enum:8 states
Gerrit Renker
2006-12-02
1
-6
/
+11
*
[DCCP]: Set TX Queue Length Bounds via Sysctl
Ian McDonald
2006-12-02
1
-0
/
+1
*
[DCCP]: enable debug messages also for static builds
Gerrit Renker
2006-12-02
1
-7
/
+12
*
[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states
Gerrit Renker
2006-12-02
1
-0
/
+8
*
[DCCP]: Introduce a consistent naming scheme for sysctls
Gerrit Renker
2006-12-02
1
-6
/
+6
*
[DCCP]: Add sysctls to control retransmission behaviour
Gerrit Renker
2006-12-02
1
-0
/
+11
*
[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)
Gerrit Renker
2006-12-02
1
-5
/
+24
*
[DCCP]: tidy up dccp_v{4,6}_conn_request
Gerrit Renker
2006-12-02
1
-12
/
+1
*
[DCCP]: Fix logfile overflow
Ian McDonald
2006-12-02
1
-0
/
+2
*
[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG
Gerrit Renker
2006-12-02
1
-0
/
+2
*
[DCCP] timewait: Remove leftover extern declarations
Arnaldo Carvalho de Melo
2006-12-02
1
-2
/
+0
*
[DCCP]: set safe upper bound for option length
Gerrit Renker
2006-12-02
1
-6
/
+12
*
[DCCP]: Update documentation references.
Gerrit Renker
2006-10-24
1
-1
/
+1
*
[DCCP]: Introduce tx buffering
Ian McDonald
2006-09-22
1
-1
/
+1
*
[DCCP]: Introduces follows48 function
Ian McDonald
2006-08-26
1
-0
/
+8
*
[DCCP]: Update contact details and copyright
Ian McDonald
2006-08-26
1
-1
/
+1
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[DCCP] minisock: Rename struct dccp_options to struct dccp_minisock
Arnaldo Carvalho de Melo
2006-03-20
1
-6
/
+5
*
[NET]: {get|set}sockopt compatibility layer
Dmitry Mishin
2006-03-20
1
-0
/
+8
*
[DCCP] options: Make dccp_insert_options & friends yell on error
Arnaldo Carvalho de Melo
2006-03-20
1
-4
/
+4
*
[DCCP]: Remove leftover dccp_send_response prototype
Arnaldo Carvalho de Melo
2006-03-20
1
-1
/
+0
*
[DCCP] ipv6: Add missing ipv6 control socket
Arnaldo Carvalho de Melo
2006-03-20
1
-3
/
+1
*
[DCCP]: Uninline some functions
Arnaldo Carvalho de Melo
2006-03-20
1
-47
/
+2
*
[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c
Arnaldo Carvalho de Melo
2006-03-20
1
-6
/
+0
*
[DCCP]: Move dccp_[un]hash from ipv4.c to the core
Arnaldo Carvalho de Melo
2006-03-20
1
-0
/
+1
*
[DCCP]: Move dccp_v4_{init,destroy}_sock to the core
Arnaldo Carvalho de Melo
2006-03-20
1
-2
/
+2
*
[DCCP]: Generalize dccp_v4_send_reset
Arnaldo Carvalho de Melo
2006-03-20
1
-5
/
+1
*
[DCCP] feat: Introduce sysctls for the default features
Arnaldo Carvalho de Melo
2006-03-20
1
-0
/
+14
*
[DCCP]: sparse endianness annotations
Andrea Bittau
2006-03-20
1
-17
/
+6
*
[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6
Arnaldo Carvalho de Melo
2006-01-03
1
-0
/
+22
*
[DCCP]: Just rename dccp_v4_prot to dccp_prot
Arnaldo Carvalho de Melo
2006-01-03
1
-1
/
+1
*
[DCCP]: Simplify skb_set_owner_w semantics
Herbert Xu
2005-10-31
1
-1
/
+0
*
[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]
Arnaldo Carvalho de Melo
2005-09-18
1
-70
/
+12
*
[DCCP]: Introduce DCCP_SOCKOPT_SERVICE
Arnaldo Carvalho de Melo
2005-09-16
1
-5
/
+4
*
[DCCP] Introduce dccp_timestamp
Arnaldo Carvalho de Melo
2005-09-09
1
-12
/
+4
*
[CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet
Arnaldo Carvalho de Melo
2005-08-29
1
-0
/
+1
*
[CCID3]: Reorganise timeval handling
Arnaldo Carvalho de Melo
2005-08-29
1
-4
/
+40
*
[DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit
Arnaldo Carvalho de Melo
2005-08-29
1
-2
/
+1
*
[DCCP]: Export dccp_insert_option_timestamp to CCIDs
Arnaldo Carvalho de Melo
2005-08-29
1
-0
/
+2
*
[DCCP]: Implement the CLOSING timer
Arnaldo Carvalho de Melo
2005-08-29
1
-1
/
+1
*
[DCCP]: Fix the ACK and SEQ window variables settings
Arnaldo Carvalho de Melo
2005-08-29
1
-8
/
+4
*
[DCCP]: Fix the timestamp options
Ian McDonald
2005-08-29
1
-2
/
+17
*
[DCCP]: Send SYNCACK packets in response to SYNC packets
Arnaldo Carvalho de Melo
2005-08-29
1
-1
/
+2
*
[DCCP]: Fix compiler warnings
Patrick McHardy
2005-08-29
1
-6
/
+5
*
[DCCP]: Fix sparse warnings
Arnaldo Carvalho de Melo
2005-08-29
1
-4
/
+9
*
[DCCP]: Introduce the DCCP Kernel hacking menu
Arnaldo Carvalho de Melo
2005-08-29
1
-4
/
+3
*
[DCCP]: Just reflow the source code to fit in 80 columns
Arnaldo Carvalho de Melo
2005-08-29
1
-20
/
+36
*
[DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg
Arnaldo Carvalho de Melo
2005-08-29
1
-2
/
+3
*
[DCCP]: Fix checksum routines
Yoshifumi Nishida
2005-08-29
1
-1
/
+2
[prev]
[next]