index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dccp
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-04
[DCCP] ackvec: use u8 for the buf offsets
Arnaldo Carvalho de Melo
2
-16
/
+23
2006-01-04
[DCCP] ackvec: Fix spelling of "throw"
Andrea Bittau
1
-3
/
+3
2006-01-03
[DCCP]: Notify CCID only after ACK vectors have been processed.
Andrea Bittau
1
-3
/
+3
2006-01-03
[DCCP]: Send an ACK vector when ACKing a response packet
Andrea Bittau
1
-0
/
+6
2006-01-03
[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.
Andrea Bittau
1
-22
/
+34
2006-01-03
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
5
-2
/
+6
2006-01-03
[SOCK]: Introduce sk_receive_skb
Arnaldo Carvalho de Melo
2
-37
/
+3
2006-01-03
[NET]: move struct proto_ops to const
Eric Dumazet
1
-1
/
+1
2006-01-03
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
6
-23
/
+28
2006-01-03
[INET6]: Generalise tcp_v6_hash_connect
Arnaldo Carvalho de Melo
1
-170
/
+1
2006-01-03
[INET]: Generalise tcp_v4_hash_connect
Arnaldo Carvalho de Melo
1
-159
/
+1
2006-01-03
[TWSK]: Introduce struct timewait_sock_ops
Arnaldo Carvalho de Melo
2
-2
/
+13
2006-01-03
[DCCP]: Use reqsk_free in dccp_v4_conn_request
Arnaldo Carvalho de Melo
1
-4
/
+1
2006-01-03
[DCCP]: Introduce DCCPv6
Arnaldo Carvalho de Melo
4
-1
/
+1491
2006-01-03
[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6
Arnaldo Carvalho de Melo
6
-52
/
+114
2006-01-03
[DCCP]: Just rename dccp_v4_prot to dccp_prot
Arnaldo Carvalho de Melo
3
-6
/
+6
2006-01-03
[DCCP]: Introduce dccp_ipv4_af_ops
Arnaldo Carvalho de Melo
5
-14
/
+39
2006-01-03
[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port
Arnaldo Carvalho de Melo
1
-1
/
+2
2005-12-21
[DCCP]: Comment typo
Ian McDonald
1
-1
/
+1
2005-11-20
[DCCP]: Add missing no_policy flag to struct net_protocol
Patrick McHardy
1
-0
/
+1
2005-11-08
[NET]: kfree cleanup
Jesper Juhl
2
-6
/
+3
2005-11-05
[TCP/DCCP]: Randomize port selection
Stephen Hemminger
1
-29
/
+3
2005-10-31
[DCCP]: Set socket owner iff packet is not data
Herbert Xu
1
-6
/
+11
2005-10-31
[DCCP]: Simplify skb_set_owner_w semantics
Herbert Xu
2
-10
/
+14
2005-10-28
[PATCH] gfp_t: net/*
Al Viro
1
-1
/
+1
2005-10-20
[DCCP]: Clear the IPCB area
Herbert Xu
2
-0
/
+3
2005-10-20
[DCCP]: Make dccp_write_xmit always free the packet
Herbert Xu
2
-3
/
+2
2005-10-20
[DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULL
Herbert Xu
1
-4
/
+2
2005-10-10
[DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets
Arnaldo Carvalho de Melo
1
-1
/
+5
2005-10-10
[CCID]: Check if ccid is NULL in the hc_[tr]x_exit functions
Arnaldo Carvalho de Melo
1
-2
/
+2
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
4
-6
/
+6
2005-10-03
[INET]: speedup inet (tcp/dccp) lookups
Eric Dumazet
1
-6
/
+6
2005-09-18
[DCCP]: Introduce CCID getsockopt for the CCIDs
Arnaldo Carvalho de Melo
3
-6
/
+98
2005-09-18
[DCCP]: Don't use necessarily the same CCID for tx and rx
Arnaldo Carvalho de Melo
2
-3
/
+4
2005-09-18
[CCID3]: Introduce include/linux/tfrc.h
Arnaldo Carvalho de Melo
1
-10
/
+13
2005-09-18
[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]
Arnaldo Carvalho de Melo
9
-622
/
+607
2005-09-16
[DCCP]: Introduce DCCP_SOCKOPT_SERVICE
Arnaldo Carvalho de Melo
5
-19
/
+125
2005-09-16
[DCCP]: More precisely set reset_code when sending RESET packets
Arnaldo Carvalho de Melo
2
-14
/
+18
2005-09-13
[DCCP]: Handle SYNC packets in dccp_rcv_state_process
Arnaldo Carvalho de Melo
1
-0
/
+6
2005-09-13
[DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq
Arnaldo Carvalho de Melo
1
-1
/
+2
2005-09-12
[CCID3]: Listen socks doesn't have a private CCID block
Arnaldo Carvalho de Melo
1
-0
/
+8
2005-09-09
[CCID3] Cleanup ccid3 debug calls
Arnaldo Carvalho de Melo
1
-97
/
+67
2005-09-09
[DCCP] Only call the HC _exit() routines in dccp_v4_destroy_sock
Arnaldo Carvalho de Melo
2
-7
/
+0
2005-09-09
[CCID3] Initialize ccid3hctx_t_ipi to 250ms
Arnaldo Carvalho de Melo
2
-1
/
+3
2005-09-09
[CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistency
Arnaldo Carvalho de Melo
2
-45
/
+37
2005-09-09
[DCCP] Introduce dccp_timestamp
Arnaldo Carvalho de Melo
8
-39
/
+60
2005-09-09
[CCID3] Initialize more fields in ccid3_hc_rx_init
Arnaldo Carvalho de Melo
1
-5
/
+3
2005-09-09
[CCID3] Make the ccid3hcrx_rtt calc look more like the ccid3hctx_rtt one
Arnaldo Carvalho de Melo
1
-4
/
+18
2005-09-09
[CCID3] Use ELAPSED_TIME in the HC TX RTT estimation
Arnaldo Carvalho de Melo
1
-3
/
+7
2005-09-09
[DCCP] Give precedence to the biggest ELAPSED_TIME
Arnaldo Carvalho de Melo
1
-16
/
+18
[next]