[SUNRPC]: fix rpc debugging
[safe/jmp/linux-2.6] / net / dccp /
2007-10-24 Gerrit Renker[CCID2/3]: Initialisation assignments of 0 are redundant
2007-10-24 Gerrit Renker[DCCP]: Unaligned pointer access
2007-10-24 Gerrit Renker[DCCP]: Convert Reset code into socket error number
2007-10-24 Gerrit Renker[DCCP]: One more exemption from full sequence number...
2007-10-24 Gerrit Renker[DCCP]: Retrieve packet sequence number for error reporting
2007-10-24 Arnaldo Carvalho... [DCCP]: Implement SIOCINQ/FIONREAD
2007-10-22 Jean Delvare[INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible.
2007-10-22 Jean Delvare[INET]: Let inet_diag and friends autoload
2007-10-18 Ingo Molnar[DCCP]: fix link error with !CONFIG_SYSCTL
2007-10-15 Herbert Xu[IPV6]: Replace sk_buff ** with sk_buff * in input...
2007-10-10 Gerrit Renker[DCCP]: Twice the wrong reset code in receiving connect...
2007-10-10 Gerrit Renker[DCCP]: Wrong format in printk
2007-10-10 Gerrit Renker[DCCP]: Tidy-up -- minisock initialisation
2007-10-10 Gerrit Renker[CCID2]: Sequence number wraparound issues
2007-10-10 Gerrit Renker[CCID2]: Remove redundant case block
2007-10-10 Gerrit Renker[CCID2]: Remove redundant BUG_ON
2007-10-10 Gerrit Renker[CCID2]: Remove ugly BUG_ON
2007-10-10 Gerrit Renker[CCID2]: Simplify interface
2007-10-10 Gerrit Renker[DCCP]: Make all `debug' parameters bool
2007-10-10 Gerrit Renker[DCCP]: Add socket option to query the current MPS
2007-10-10 Gerrit Renker[DCCP]: Wait for CCID
2007-10-10 Arnaldo Carvalho... [CCID3]: Remove ifdef surrounding BUG_ON
2007-10-10 Gerrit Renker[DCCP]: Reduce the number of writable states
2007-10-10 Gerrit Renker[DCCP]: Factor out common code for generating Resets
2007-10-10 Gerrit Renker[DCCP]: Sequence number wrap-around when sending reset
2007-10-10 Gerrit Renker[DCCP]: Rate-limit DCCP-Syncs
2007-10-10 Gerrit Renker[DCCP]: Remove duplicate code for Reset from connected...
2007-10-10 Gerrit Renker[DCCP]: Add Support for Data 1 .. 3 fields of Reset...
2007-10-10 Gerrit Renker[DCCP]: Add FIXME for send_delayed_ack
2007-10-10 Gerrit Renker[CCID3]: Move NULL-protection into function
2007-10-10 Gerrit Renker[DCCP]: Send Reset upon Sync in state REQUEST
2007-10-10 Gerrit Renker[DCCP]: Parameter renaming
2007-10-10 Gerrit Renker[DCCP]: Fix Reset/Sync-Flood Bug
2007-10-10 Gerrit Renker[DCCP]: Shorten variable names in dccp_check_seqno
2007-10-10 Gerrit Renker[DCCP]: Simplify interface of dccp_sample_rtt
2007-10-10 Gerrit Renker[DCCP]: Provide 10s of microsecond timesource
2007-10-10 Gerrit Renker[DCCP]: Reuse ktime_get_real() calls again
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Micah Gruber[DCCP]: Remove unneeded pointer newdp from dccp_v4_requ...
2007-10-10 Ilpo Järvinen[NET]: DIV_ROUND_UP cleanup (part two)
2007-10-10 Arnaldo Carvalho... [DCCP]: Nuke the timeval helpers now that we fully...
2007-10-10 Arnaldo Carvalho... [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used...
2007-10-10 Arnaldo Carvalho... [DCCP] options: convert dccp_insert_option_timestamp...
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert dccps_timestamp_time to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP] packet_history: Convert dccphtx_tstamp to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP] packet_history: convert dccphrx_tstamp to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP] ackvec: Convert to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP] CCID3: Stop using dccp_timestamp
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert dccp_sample_rtt to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hctx_t_ld to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if...
2007-08-22 Gerrit Renker[DCCP]: Allocation in atomic context
2007-08-14 Jesper Juhl[DCCP]: fix memory leak and clean up style - dccp_feat_...
2007-08-14 Oleg Nesterov[DCCP]: fix theoretical ccids_{read,write}_lock() race
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-07-19 Michael Ellermanjprobes: remove JPROBE_ENTRY()
2007-07-19 YOSHIFUJI Hideaki[NET] DCCP: Fix whitespace errors.
2007-07-11 YOSHIFUJI Hideaki[IPV6]: Do not send RH0 anymore.
2007-07-11 Adrian Bunk[DCCP]: Make struct dccp_li_cachep static.
2007-07-11 Gerrit Renker[CCID3]: Fix a bug in the send time processing
2007-07-11 Gerrit Renker[CCID3]: Sending time: update to ktime_t
2007-07-11 Arnaldo Carvalho... loss_interval: make struct dccp_li_hist_entry private
2007-07-11 Arnaldo Carvalho... loss_interval: Nuke dccp_li_hist
2007-07-11 Arnaldo Carvalho... loss_interval: Make dccp_li_hist_entry_{new,delete...
2007-07-11 Arnaldo Carvalho... loss_interval: unexport dccp_li_hist_interval_new
2007-07-11 Arnaldo Carvalho... [DCCP] loss_interval: Move ccid3_hc_rx_update_li to...
2007-07-11 Arnaldo Carvalho... [CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_li
2007-07-11 Arnaldo Carvalho... Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_...
2007-07-11 Ian McDonaldloss_interval: Fix timeval initialisation
2007-07-11 Ian McDonaldFix dccp_sum_coverage
2007-07-11 Ian McDonaldccid3: Update copyrights
2007-06-04 Bill Nottingham[NET]: Fix comparisons of unsigned < 0.
2007-05-25 David S. Miller[XFRM]: Allow packet drops during larval state resolution.
2007-05-24 David S. Miller[DCCP]: Fix build warning when debugging is disabled.
2007-05-24 Jan Engelhardt[DCCP]: Use menuconfig objects.
2007-04-26 Milind Arun Choudhary[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net
2007-04-26 Gerrit Renker[DCCP]: Debug statements for Elapsed Time option
2007-04-26 Gerrit Renker[DCCP]: Fix bug in the calculation of very low sending...
2007-04-26 Gerrit Renker[CCID3]: Use initial RTT sample from SYN exchange
2007-04-26 Gerrit Renker[DCCP]: Sample RTT from SYN exchange
2007-04-26 Gerrit Renker[CCID3]: Use function for RTT sampling
2007-04-26 Gerrit Renker[DCCP]: Provide function for RTT sampling
2007-04-26 Gerrit Renker[CCID3]: Handle Idle and Application-Limited periods
2007-04-26 Gerrit Renker[CCID3]: Wrap computation of RFC3390-initial rate into...
2007-04-26 Gerrit Renker[CCID3]: Remove build warnings for 64bit
2007-04-26 Gerrit Renker[CCID3]: More to see in dccp_probe
2007-04-26 Gerrit Renker[DCCP]: More debug information for dccp_wait_for_ccid
2007-04-26 Gerrit Renker[DCCP]: Always use debug-toggle parameters
2007-04-26 Gerrit Renker[CCID3]: Remove race condition and update t_ipi when...
2007-04-26 Ian McDonald[CCID3]: More verbose debugging
2007-04-26 Ian McDonald[CCID3]: Fix use of invalid loss intervals
2007-04-26 Gerrit Renker[CCID3]: Use MSS for larger initial windows
2007-04-26 Gerrit Renker[CCID3]: Re-order CCID 3 source file
2007-04-26 Gerrit Renker[CCID3]: Remove redundant `len' test
2007-04-26 Gerrit Renker[DCCP]: Remove ambiguity in the way before48 is used
2007-04-26 Gerrit Renker[DCCP]: Fix for follows48
2007-04-26 Gerrit Renker[DCCP]: Make `before' relation unambiguous
next