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-11-23
dccp: Set per-connection CCIDs via socket options
Gerrit Renker
4
-8
/
+42
2008-11-20
dccp: Fix bracing in dccp_feat_list_lookup.
Gerrit Renker
1
-1
/
+2
2008-11-20
net: listening_hash get a spinlock per bucket
Eric Dumazet
1
-6
/
+2
2008-11-19
net: inet_diag_handler structs can be const
Eric Dumazet
1
-1
/
+1
2008-11-16
dccp: Tidy up setsockopt calls
Gerrit Renker
1
-11
/
+12
2008-11-16
dccp: Deprecate Ack Ratio sysctl
Gerrit Renker
4
-10
/
+0
2008-11-16
dccp: Feature negotiation for minimum-checksum-coverage
Gerrit Renker
1
-13
/
+40
2008-11-16
dccp: Deprecate old setsockopt framework
Gerrit Renker
3
-98
/
+32
2008-11-16
dccp: Mechanism to resolve CCID dependencies
Gerrit Renker
3
-4
/
+47
2008-11-16
net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls
Eric Dumazet
3
-2
/
+4
2008-11-12
dccp: Resolve dependencies of features on choice of CCID
Gerrit Renker
4
-0
/
+168
2008-11-12
dccp: Query supported CCIDs
Gerrit Renker
4
-0
/
+59
2008-11-12
dccp: Registration routines for changing feature values
Gerrit Renker
4
-28
/
+197
2008-11-12
dccp: Limit feature negotiation to connection setup phase
Gerrit Renker
3
-41
/
+8
2008-11-04
dccp: Cleanup routines for feature negotiation
Gerrit Renker
3
-1
/
+3
2008-11-04
dccp: Per-socket initialisation of feature negotiation
Gerrit Renker
8
-6
/
+69
2008-11-04
dccp: List management for new feature negotiation
Gerrit Renker
2
-0
/
+75
2008-11-04
dccp: Implement lookup table for feature-negotiation information
Gerrit Renker
1
-0
/
+39
2008-11-04
dccp: Basic data structure for feature negotiation
Gerrit Renker
1
-0
/
+61
2008-10-31
net: replace NIPQUAD() in net/*/
Harvey Harrison
2
-11
/
+9
2008-10-19
dccp: Port redirection support for DCCP
Gerrit Renker
3
-3
/
+4
2008-10-16
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
Johannes Berg
1
-1
/
+1
2008-10-08
ipv6: added net argument to ICMP6_INC_STATS_BH
Denis V. Lunev
1
-2
/
+4
2008-10-07
inet_hashtables: Add inet_lookup_skb helpers
Arnaldo Carvalho de Melo
2
-7
/
+4
2008-09-09
This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"
Gerrit Renker
32
-3861
/
+2786
2008-09-04
dccp ccid-3: Preventing Oscillations
Gerrit Renker
3
-2
/
+59
2008-09-04
dccp ccid-3: Simplify computing and range-checking of t_ipi
Gerrit Renker
1
-10
/
+8
2008-09-04
dccp ccid-3: Measuring the packet size s with regard to rfc3448bis-06
Gerrit Renker
2
-12
/
+35
2008-09-04
dccp ccid-3: Tidy up CCID-Kconfig dependencies
Gerrit Renker
1
-5
/
+4
2008-09-04
dccp ccid-3: Implement rfc3448bis change to initial-rate computation
Gerrit Renker
1
-7
/
+5
2008-09-04
dccp ccid-3: Update the RX history records in one place
Gerrit Renker
5
-56
/
+40
2008-09-04
dccp ccid-3: Update the computation of X_recv
Gerrit Renker
3
-41
/
+66
2008-09-04
dccp tfrc: Increase number of RTT samples
Gerrit Renker
1
-59
/
+24
2008-09-04
dccp: Clamping RTT values
Gerrit Renker
2
-11
/
+9
2008-09-04
dccp ccid-3: Always perform receiver RTT sampling
Gerrit Renker
4
-49
/
+73
2008-09-04
dccp ccid-3: Remove duplicate RX states
Gerrit Renker
2
-48
/
+13
2008-09-04
dccp tfrc: Let dccp_tfrc_lib do the sampling work
Gerrit Renker
5
-35
/
+35
2008-09-04
dccp tfrc: Return type of update_i_mean is void
Gerrit Renker
4
-18
/
+17
2008-09-04
dccp tfrc: Perform early loss detection
Gerrit Renker
2
-9
/
+42
2008-09-04
dccp tfrc: Receiver history initialisation routine
Gerrit Renker
3
-24
/
+32
2008-09-04
dccp tfrc: Suppress unavoidable "below resolution" warning
Gerrit Renker
1
-2
/
+10
2008-09-04
dccp ccid-3: Simplified handling of TX states
Gerrit Renker
2
-44
/
+8
2008-09-04
dccp ccid-3: Runtime verification of timer resolution
Gerrit Renker
3
-3
/
+18
2008-09-04
dccp qpolicy: Parameter checking of cmsg qpolicy parameters
Tomasz Grobelny
3
-6
/
+22
2008-09-04
dccp: Policy-based packet dequeueing infrastructure
Tomasz Grobelny
5
-8
/
+206
2008-09-04
dccp: Clean up slow-path input processing
Gerrit Renker
1
-35
/
+33
2008-09-04
tcp/dccp: Consolidate common code for RFC 3390 conversion
Gerrit Renker
1
-6
/
+2
2008-09-04
dccp: Combine the functionality of enqeueing and cloning
Gerrit Renker
1
-7
/
+7
2008-09-04
dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()
Gerrit Renker
1
-24
/
+4
2008-09-04
dccp ccid-2: Replace broken RTT estimator with better algorithm
Gerrit Renker
2
-82
/
+107
[prev]
[next]