index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dccp
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-09-04
dccp ccid-2: Simplify dec_pipe and rearming of RTO timer
Gerrit Renker
1
-19
/
+8
2008-09-04
dccp ccid-2: Remove redundant sanity tests
Gerrit Renker
1
-51
/
+0
2008-09-04
dccp ccid-2: Stop polling
Gerrit Renker
2
-8
/
+18
2008-09-04
dccp: Refine the wait-for-ccid mechanism
Gerrit Renker
4
-53
/
+82
2008-09-04
dccp: Extend CCID packet dequeueing interface
Gerrit Renker
2
-59
/
+95
2008-09-04
dccp: Return-value convention of hc_tx_send_packet()
Gerrit Renker
2
-9
/
+37
2008-09-04
dccp ccid-2: Separate option parsing from CCID processing
Gerrit Renker
5
-100
/
+101
2008-09-04
dccp ccid-2: Remove old infrastructure
Gerrit Renker
5
-336
/
+3
2008-09-04
dccp ccid-2: Schedule Sync as out-of-band mechanism
Gerrit Renker
2
-4
/
+28
2008-09-04
dccp ccid-2: Consolidate Ack-Vector processing within main DCCP module
Gerrit Renker
1
-22
/
+9
2008-09-04
dccp ccid-2: Update code for the Ack Vector input/registration routine
Gerrit Renker
2
-0
/
+159
2008-09-04
dccp ccid-2: Algorithm to update buffer state
Gerrit Renker
4
-6
/
+98
2008-09-04
dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling
Gerrit Renker
4
-16
/
+56
2008-09-04
dccp ccid-2: Separate internals of Ack Vectors from option-parsing code
Gerrit Renker
3
-85
/
+80
2008-09-04
dccp ccid-2: Ack Vector interface clean-up
Gerrit Renker
4
-173
/
+127
2008-09-04
dccp: Reduce noise in output and convert to ktime_t
Gerrit Renker
1
-41
/
+25
[prev]
[next]