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
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
2007-10-10
[DCCP] packet_history: convert dccphrx_tstamp to ktime_t
Arnaldo Carvalho de Melo
4
-18
/
+14
2007-10-10
[DCCP] ackvec: Convert to ktime_t
Arnaldo Carvalho de Melo
2
-8
/
+7
2007-10-10
[DCCP] CCID3: Stop using dccp_timestamp
Arnaldo Carvalho de Melo
1
-7
/
+4
2007-10-10
[DCCP]: Convert dccp_sample_rtt to ktime_t
Arnaldo Carvalho de Melo
3
-30
/
+23
2007-10-10
[DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_t
Arnaldo Carvalho de Melo
2
-9
/
+12
2007-10-10
[DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_t
Arnaldo Carvalho de Melo
2
-9
/
+15
2007-10-10
[DCCP]: Convert ccid3hctx_t_ld to ktime_t
Arnaldo Carvalho de Melo
2
-9
/
+6
2007-10-10
[DCCP]: Make ccid3_hc_tx_update_x get a timestamp if needed
Arnaldo Carvalho de Melo
1
-14
/
+16
2007-08-21
[DCCP]: Allocation in atomic context
Gerrit Renker
1
-1
/
+1
2007-08-13
[DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()
Jesper Juhl
1
-4
/
+10
2007-08-13
[DCCP]: fix theoretical ccids_{read,write}_lock() race
Oleg Nesterov
1
-0
/
+1
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
5
-7
/
+7
2007-07-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
Linus Torvalds
1
-1
/
+1
2007-07-19
jprobes: remove JPROBE_ENTRY()
Michael Ellerman
1
-1
/
+1
2007-07-19
[NET] DCCP: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-07-10
[IPV6]: Do not send RH0 anymore.
YOSHIFUJI Hideaki
1
-20
/
+0
2007-07-10
[DCCP]: Make struct dccp_li_cachep static.
Adrian Bunk
1
-1
/
+1
2007-07-10
[CCID3]: Fix a bug in the send time processing
Gerrit Renker
1
-1
/
+1
2007-07-10
[CCID3]: Sending time: update to ktime_t
Gerrit Renker
2
-22
/
+16
2007-07-10
loss_interval: make struct dccp_li_hist_entry private
Arnaldo Carvalho de Melo
2
-10
/
+9
2007-07-10
loss_interval: Nuke dccp_li_hist
Arnaldo Carvalho de Melo
3
-86
/
+36
2007-07-10
loss_interval: Make dccp_li_hist_entry_{new,delete} private
Arnaldo Carvalho de Melo
2
-14
/
+14
2007-07-10
loss_interval: unexport dccp_li_hist_interval_new
Arnaldo Carvalho de Melo
2
-7
/
+3
2007-07-10
[DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_interval
Arnaldo Carvalho de Melo
3
-170
/
+176
2007-07-10
[CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_li
Arnaldo Carvalho de Melo
1
-6
/
+6
2007-07-10
Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_li
Arnaldo Carvalho de Melo
1
-21
/
+41
[next]