Age | Commit message (Expand) | Author |
2007-10-10 | [NET]: Make /proc/net per network namespace | Eric W. Biederman |
2007-10-10 | [DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock() | Micah Gruber |
2007-10-10 | [NET]: DIV_ROUND_UP cleanup (part two) | Ilpo Järvinen |
2007-10-10 | [DCCP]: Nuke the timeval helpers now that we fully converted to ktime_t | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP] options: convert dccp_insert_option_timestamp to ktime_t | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP]: Convert dccps_timestamp_time to ktime_t | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP] packet_history: Convert dccphtx_tstamp to ktime_t | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP] packet_history: convert dccphrx_tstamp to ktime_t | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP] ackvec: Convert to ktime_t | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP] CCID3: Stop using dccp_timestamp | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP]: Convert dccp_sample_rtt to ktime_t | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_t | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_t | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP]: Convert ccid3hctx_t_ld to ktime_t | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if needed | Arnaldo Carvalho de Melo |
2007-08-21 | [DCCP]: Allocation in atomic context | Gerrit Renker |
2007-08-13 | [DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm() | Jesper Juhl |
2007-08-13 | [DCCP]: fix theoretical ccids_{read,write}_lock() race | Oleg Nesterov |
2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt |
2007-07-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds |
2007-07-19 | jprobes: remove JPROBE_ENTRY() | Michael Ellerman |
2007-07-19 | [NET] DCCP: Fix whitespace errors. | YOSHIFUJI Hideaki |
2007-07-10 | [IPV6]: Do not send RH0 anymore. | YOSHIFUJI Hideaki |
2007-07-10 | [DCCP]: Make struct dccp_li_cachep static. | Adrian Bunk |
2007-07-10 | [CCID3]: Fix a bug in the send time processing | Gerrit Renker |
2007-07-10 | [CCID3]: Sending time: update to ktime_t | Gerrit Renker |
2007-07-10 | loss_interval: make struct dccp_li_hist_entry private | Arnaldo Carvalho de Melo |
2007-07-10 | loss_interval: Nuke dccp_li_hist | Arnaldo Carvalho de Melo |
2007-07-10 | loss_interval: Make dccp_li_hist_entry_{new,delete} private | Arnaldo Carvalho de Melo |
2007-07-10 | loss_interval: unexport dccp_li_hist_interval_new | Arnaldo Carvalho de Melo |
2007-07-10 | [DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_interval | Arnaldo Carvalho de Melo |
2007-07-10 | [CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_li | Arnaldo Carvalho de Melo |
2007-07-10 | Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_li | Arnaldo Carvalho de Melo |
2007-07-10 | loss_interval: Fix timeval initialisation | Ian McDonald |
2007-07-10 | Fix dccp_sum_coverage | Ian McDonald |
2007-07-10 | ccid3: Update copyrights | Ian McDonald |
2007-06-03 | [NET]: Fix comparisons of unsigned < 0. | Bill Nottingham |
2007-05-24 | [XFRM]: Allow packet drops during larval state resolution. | David S. Miller |
2007-05-24 | [DCCP]: Fix build warning when debugging is disabled. | David S. Miller |
2007-05-24 | [DCCP]: Use menuconfig objects. | Jan Engelhardt |
2007-04-26 | [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net | Milind Arun Choudhary |
2007-04-25 | [DCCP]: Debug statements for Elapsed Time option | Gerrit Renker |
2007-04-25 | [DCCP]: Fix bug in the calculation of very low sending rates | Gerrit Renker |
2007-04-25 | [CCID3]: Use initial RTT sample from SYN exchange | Gerrit Renker |
2007-04-25 | [DCCP]: Sample RTT from SYN exchange | Gerrit Renker |
2007-04-25 | [CCID3]: Use function for RTT sampling | Gerrit Renker |
2007-04-25 | [DCCP]: Provide function for RTT sampling | Gerrit Renker |
2007-04-25 | [CCID3]: Handle Idle and Application-Limited periods | Gerrit Renker |
2007-04-25 | [CCID3]: Wrap computation of RFC3390-initial rate into separate function | Gerrit Renker |