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
/
input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-25
[DCCP]: Remove ambiguity in the way before48 is used
Gerrit Renker
1
-2
/
+4
2007-03-07
[DCCP]: Revert patch which disables bidirectional mode
Gerrit Renker
1
-17
/
+4
2007-03-06
[DCCP]: Correctly split CCID half connections
Gerrit Renker
1
-6
/
+6
2007-02-10
[NET] DCCP: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-7
/
+7
2006-12-11
[DCCP]: Whitespace cleanups
Arnaldo Carvalho de Melo
1
-13
/
+13
2006-12-11
[DCCP]: Only deliver to the CCID rx side in charge
Gerrit Renker
1
-4
/
+17
2006-12-02
[DCCP]: Simplified conditions due to use of enum:8 states
Gerrit Renker
1
-14
/
+11
2006-12-02
[DCCP]: Update code comments for Step 2/3
Gerrit Renker
1
-21
/
+17
2006-10-24
[DCCP]: Update documentation references.
Gerrit Renker
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-20
[DCCP] minisock: Rename struct dccp_options to struct dccp_minisock
Arnaldo Carvalho de Melo
1
-4
/
+4
2006-03-20
[DCCP]: Uninline some functions
Arnaldo Carvalho de Melo
1
-4
/
+3
2006-03-20
[DCCP]: Generalize dccp_v4_send_reset
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-03-20
[DCCP] CCID: Improve CCID infrastructure
Arnaldo Carvalho de Melo
1
-8
/
+0
2006-03-20
[DCCP]: Initial feature negotiation implementation
Andrea Bittau
1
-0
/
+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
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-01-03
[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6
Arnaldo Carvalho de Melo
1
-0
/
+4
2006-01-03
[DCCP]: Introduce dccp_ipv4_af_ops
Arnaldo Carvalho de Melo
1
-2
/
+3
2005-10-10
[DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets
Arnaldo Carvalho de Melo
1
-1
/
+5
2005-09-18
[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]
Arnaldo Carvalho de Melo
1
-56
/
+13
2005-09-16
[DCCP]: More precisely set reset_code when sending RESET packets
Arnaldo Carvalho de Melo
1
-11
/
+11
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-09
[DCCP] Introduce dccp_timestamp
Arnaldo Carvalho de Melo
1
-2
/
+2
2005-08-29
[DCCP]: Initial dccp_poll implementation
Arnaldo Carvalho de Melo
1
-0
/
+1
2005-08-29
[DCCP]: Implement the CLOSING timer
Arnaldo Carvalho de Melo
1
-15
/
+11
2005-08-29
[DCCP]: Fix printf format warnings on 64-bit.
David S. Miller
1
-2
/
+8
2005-08-29
[DCCP]: Fix the ACK and SEQ window variables settings
Arnaldo Carvalho de Melo
1
-1
/
+13
2005-08-29
[DCCP]: Give more info on Step 6 failure debug printk
Arnaldo Carvalho de Melo
1
-2
/
+9
2005-08-29
[DCCP]: Use LIMIT_NETDEBUG in some debugging printks
Arnaldo Carvalho de Melo
1
-5
/
+6
2005-08-29
[DCCP]: Send SYNCACK packets in response to SYNC packets
Arnaldo Carvalho de Melo
1
-8
/
+25
2005-08-29
[DCCP]: Fix RESET handling in dccp_rcv_state_process
Arnaldo Carvalho de Melo
1
-18
/
+42
2005-08-29
[DCCP]: Just reflow the source code to fit in 80 columns
Arnaldo Carvalho de Melo
1
-38
/
+62
2005-08-29
[NET]: Make NETDEBUG pure printk wrappers
Patrick McHardy
1
-1
/
+1
2005-08-29
[DCCP]: Fix u64 printf format warnings.
David S. Miller
1
-1
/
+3
2005-08-29
[DCCP]: Initial implementation
Arnaldo Carvalho de Melo
1
-0
/
+510
[prev]