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
2008-01-28
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
3
-12
/
+6
2007-12-20
[DCCP]: Spelling fixes
Joe Perches
2
-2
/
+2
2007-11-19
[DCCP]: Add missing "space"
Joe Perches
1
-1
/
+1
2007-11-07
[INET]: Remove per bucket rwlock in tcp/dccp ehash table.
Eric Dumazet
1
-2
/
+7
2007-11-07
[DCCP]: Use DEFINE_PROTO_INUSE infrastructure.
David S. Miller
2
-0
/
+6
2007-10-24
[CCID2/3]: Initialisation assignments of 0 are redundant
Gerrit Renker
2
-8
/
+0
2007-10-24
[DCCP]: Unaligned pointer access
Gerrit Renker
2
-15
/
+29
2007-10-24
[DCCP]: Convert Reset code into socket error number
Gerrit Renker
1
-9
/
+39
2007-10-24
[DCCP]: One more exemption from full sequence number checks
Gerrit Renker
1
-1
/
+1
2007-10-24
[DCCP]: Retrieve packet sequence number for error reporting
Gerrit Renker
2
-4
/
+4
2007-10-23
[DCCP]: Implement SIOCINQ/FIONREAD
Arnaldo Carvalho de Melo
1
-2
/
+31
2007-10-22
[INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible.
Jean Delvare
2
-4
/
+4
2007-10-22
[INET]: Let inet_diag and friends autoload
Jean Delvare
1
-0
/
+1
2007-10-17
[DCCP]: fix link error with !CONFIG_SYSCTL
Ingo Molnar
2
-3
/
+3
2007-10-15
[IPV6]: Replace sk_buff ** with sk_buff * in input handlers
Herbert Xu
1
-2
/
+1
2007-10-10
[DCCP]: Twice the wrong reset code in receiving connection-Requests
Gerrit Renker
2
-11
/
+7
2007-10-10
[DCCP]: Wrong format in printk
Gerrit Renker
1
-1
/
+1
2007-10-10
[DCCP]: Tidy-up -- minisock initialisation
Gerrit Renker
2
-10
/
+10
2007-10-10
[CCID2]: Sequence number wraparound issues
Gerrit Renker
1
-3
/
+4
2007-10-10
[CCID2]: Remove redundant case block
Gerrit Renker
1
-13
/
+1
2007-10-10
[CCID2]: Remove redundant BUG_ON
Gerrit Renker
2
-9
/
+4
2007-10-10
[CCID2]: Remove ugly BUG_ON
Gerrit Renker
1
-6
/
+5
2007-10-10
[CCID2]: Simplify interface
Gerrit Renker
1
-10
/
+9
2007-10-10
[DCCP]: Make all `debug' parameters bool
Gerrit Renker
3
-3
/
+3
2007-10-10
[DCCP]: Add socket option to query the current MPS
Gerrit Renker
1
-0
/
+4
2007-10-10
[DCCP]: Wait for CCID
Gerrit Renker
1
-15
/
+19
2007-10-10
[CCID3]: Remove ifdef surrounding BUG_ON
Arnaldo Carvalho de Melo
1
-4
/
+0
2007-10-10
[DCCP]: Reduce the number of writable states
Gerrit Renker
1
-1
/
+1
2007-10-10
[DCCP]: Factor out common code for generating Resets
Gerrit Renker
4
-66
/
+65
2007-10-10
[DCCP]: Sequence number wrap-around when sending reset
Gerrit Renker
2
-2
/
+2
2007-10-10
[DCCP]: Rate-limit DCCP-Syncs
Gerrit Renker
4
-9
/
+32
2007-10-10
[DCCP]: Remove duplicate code for Reset from connected socket
Gerrit Renker
1
-59
/
+19
2007-10-10
[DCCP]: Add Support for Data 1 .. 3 fields of Reset packets
Gerrit Renker
1
-1
/
+13
2007-10-10
[DCCP]: Add FIXME for send_delayed_ack
Gerrit Renker
2
-1
/
+1
2007-10-10
[CCID3]: Move NULL-protection into function
Gerrit Renker
2
-31
/
+24
2007-10-10
[DCCP]: Send Reset upon Sync in state REQUEST
Gerrit Renker
1
-5
/
+3
2007-10-10
[DCCP]: Parameter renaming
Gerrit Renker
1
-4
/
+6
2007-10-10
[DCCP]: Fix Reset/Sync-Flood Bug
Gerrit Renker
1
-3
/
+11
2007-10-10
[DCCP]: Shorten variable names in dccp_check_seqno
Gerrit Renker
1
-23
/
+17
2007-10-10
[DCCP]: Simplify interface of dccp_sample_rtt
Gerrit Renker
3
-34
/
+19
2007-10-10
[DCCP]: Provide 10s of microsecond timesource
Gerrit Renker
4
-1
/
+26
2007-10-10
[DCCP]: Reuse ktime_get_real() calls again
Gerrit Renker
1
-23
/
+16
2007-10-10
[NET]: Make /proc/net per network namespace
Eric W. Biederman
1
-3
/
+4
2007-10-10
[DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock()
Micah Gruber
1
-2
/
+0
2007-10-10
[NET]: DIV_ROUND_UP cleanup (part two)
Ilpo Järvinen
1
-3
/
+2
2007-10-10
[DCCP]: Nuke the timeval helpers now that we fully converted to ktime_t
Arnaldo Carvalho de Melo
1
-39
/
+0
2007-10-10
[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore
Arnaldo Carvalho de Melo
4
-20
/
+0
2007-10-10
[DCCP] options: convert dccp_insert_option_timestamp to ktime_t
Arnaldo Carvalho de Melo
1
-5
/
+1
2007-10-10
[DCCP]: Convert dccps_timestamp_time to ktime_t
Arnaldo Carvalho de Melo
1
-8
/
+5
2007-10-10
[DCCP] packet_history: Convert dccphtx_tstamp to ktime_t
Arnaldo Carvalho de Melo
2
-6
/
+4
[next]