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
/
proto.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-09
This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"
Gerrit Renker
1
-175
/
+106
2008-09-04
dccp tfrc: Let dccp_tfrc_lib do the sampling work
Gerrit Renker
1
-1
/
+1
2008-09-04
dccp qpolicy: Parameter checking of cmsg qpolicy parameters
Tomasz Grobelny
1
-0
/
+4
2008-09-04
dccp: Policy-based packet dequeueing infrastructure
Tomasz Grobelny
1
-3
/
+64
2008-09-04
dccp: Refine the wait-for-ccid mechanism
Gerrit Renker
1
-1
/
+14
2008-09-04
dccp ccid-2: Use feature-negotiation to report Ack Ratio changes
Gerrit Renker
1
-1
/
+0
2008-09-04
dccp: Implement both feature-local and feature-remote Sequence Window feature
Gerrit Renker
1
-2
/
+0
2008-09-04
dccp ccid-2: Phase out the use of boolean Ack Vector sysctl
Gerrit Renker
1
-2
/
+1
2008-09-04
dccp: Integration of dynamic feature activation - part 1 (socket setup)
Gerrit Renker
1
-40
/
+6
2008-09-04
dccp: API to query the current TX/RX CCID
Gerrit Renker
1
-0
/
+10
2008-09-04
dccp: Set per-connection CCIDs via socket options
Gerrit Renker
1
-0
/
+34
2008-09-04
dccp: Tidy up setsockopt calls
Gerrit Renker
1
-11
/
+12
2008-09-04
dccp: Feature negotiation for minimum-checksum-coverage
Gerrit Renker
1
-13
/
+40
2008-09-04
dccp: Deprecate old setsockopt framework
Gerrit Renker
1
-51
/
+2
2008-09-04
dccp: Resolve dependencies of features on choice of CCID
Gerrit Renker
1
-0
/
+3
2008-09-04
dccp: Query supported CCIDs
Gerrit Renker
1
-0
/
+2
2008-09-04
dccp: Registration routines for changing feature values
Gerrit Renker
1
-1
/
+1
2008-09-04
dccp: Cleanup routines for feature negotiation
Gerrit Renker
1
-1
/
+1
2008-09-04
dccp: Per-socket initialisation of feature negotiation
Gerrit Renker
1
-0
/
+1
2008-09-04
dccp: Toggle debug output without module unloading
Gerrit Renker
1
-1
/
+1
2008-09-04
dccp: Empty the write queue when disconnecting
Gerrit Renker
1
-0
/
+2
2008-08-13
dccp: change L/R must have at least one byte in the dccpsf_val field
Arnaldo Carvalho de Melo
1
-0
/
+5
2008-07-25
net: convert BUG_TRAP to generic WARN_ON
Ilpo Järvinen
1
-2
/
+2
2008-06-14
net: change proto destroy method to return void
Brian Haley
1
-3
/
+1
2008-04-18
net: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+3
2008-04-12
[DCCP]: Fix skb->cb conflicts with IP
Patrick McHardy
1
-0
/
+3
2008-04-10
[DCCP]: Use snmp_mib_{init,free}().
YOSHIFUJI Hideaki
1
-23
/
+4
2008-02-03
[SOCK] proto: Add hashinfo member to struct proto
Arnaldo Carvalho de Melo
1
-16
/
+2
2008-01-28
[DCCP]: Collapse repeated `len' statements into one
Gerrit Renker
1
-4
/
+1
2008-01-28
[DCCP]: Support for server holding timewait state
Gerrit Renker
1
-1
/
+12
2008-01-28
[DCCP]: Shift the retransmit timer for active-close into output.c
Gerrit Renker
1
-18
/
+0
2008-01-28
[DCCP]: Integrate state transitions for passive-close
Gerrit Renker
1
-30
/
+58
2008-01-28
[DCCP]: Dedicated auxiliary states to support passive-close
Gerrit Renker
1
-10
/
+12
2008-01-28
[DCCP]: Add support for abortive release
Gerrit Renker
1
-2
/
+13
2008-01-28
[DCCP]: Check for unread data on close
Gerrit Renker
1
-2
/
+8
2008-01-28
[DCCP]: Initialize dccp_sock before calling the ccid constructors
Arnaldo Carvalho de Melo
1
-12
/
+13
2008-01-28
[DCCP]: Honour and make use of shutdown option set by user
Gerrit Renker
1
-1
/
+1
2007-11-07
[INET]: Remove per bucket rwlock in tcp/dccp ehash table.
Eric Dumazet
1
-2
/
+7
2007-10-23
[DCCP]: Implement SIOCINQ/FIONREAD
Arnaldo Carvalho de Melo
1
-2
/
+31
2007-10-10
[DCCP]: Make all `debug' parameters bool
Gerrit Renker
1
-1
/
+1
2007-10-10
[DCCP]: Add socket option to query the current MPS
Gerrit Renker
1
-0
/
+4
2007-10-10
[DCCP]: Reduce the number of writable states
Gerrit Renker
1
-1
/
+1
2007-10-10
[DCCP]: Rate-limit DCCP-Syncs
Gerrit Renker
1
-0
/
+1
2007-10-10
[DCCP]: Provide 10s of microsecond timesource
Gerrit Renker
1
-0
/
+2
2007-10-10
[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore
Arnaldo Carvalho de Melo
1
-1
/
+0
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-03-28
[DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOV
Arnaldo Carvalho de Melo
1
-1
/
+3
2007-02-10
[NET] DCCP: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-02-08
[NET]: change layout of ehash table
Eric Dumazet
1
-2
/
+2
[next]