[NETFILTER]: remove annoying debugging message
[safe/jmp/linux-2.6] / net / dccp /
2008-01-28 Arnaldo Carvalho... [TFRC]: Hide tx history details from the CCIDs
2008-01-28 Gerrit Renker[DCCP]: Remove duplicate test for CloseReq
2008-01-28 Gerrit Renker[DCCP]: Integrate state transitions for passive-close
2008-01-28 Gerrit Renker[DCCP]: Dedicated auxiliary states to support passive...
2008-01-28 Gerrit Renker[DCCP]: Use AF-independent rebuild_header routine
2008-01-28 Arnaldo Carvalho... [TFRC]: Migrate TX history to singly-linked lis
2008-01-28 Pavel Emelyanov[NET]: Name magic constants in sock_wake_async()
2008-01-28 Gerrit Renker[DCCP]: Add support for abortive release
2008-01-28 Gerrit Renker[DCCP]: Check for unread data on close
2008-01-28 Gerrit Renker[CCID2]: Remove misleading comment
2008-01-28 Gerrit Renker[CCID2]: Remove redundant ack-counting variable
2008-01-28 Gerrit Renker[CCID2]: Remove redundant synchronisation variable
2008-01-28 Gerrit Renker[CCID2]: Redundant debugging output
2008-01-28 Gerrit Renker[CCID2]: Replace pipe assignment-function with assignment
2008-01-28 Gerrit Renker[CCID2]: Replace cwnd assignment-function with assignment
2008-01-28 Gerrit Renker[CCID2]: Replace read-only variable with constant
2008-01-28 Gerrit Renker[CCID2]: Remove unused variable
2008-01-28 Gerrit Renker[CCID2]: Disable broken Ack Ratio adaptation algorithm
2008-01-28 Gerrit Renker[CCID2]: Larger initial windows also for CCID2
2008-01-28 Arnaldo Carvalho... [DCCP]: Initialize dccp_sock before calling the ccid...
2008-01-28 Gerrit Renker[CCID2]: Deadlock and spurious timeouts when Ack Ratio...
2008-01-28 Gerrit Renker[CCID2]: Don't assign negative values to Ack Ratio
2008-01-28 Gerrit Renker[CCID2]: Fix sequence number arithmetic/comparisons
2008-01-28 Gerrit Renker[CCID2]: Bug in reading Ack Vectors
2008-01-28 Gerrit Renker[ACKVEC]: Reduce length of identifiers
2008-01-28 Gerrit Renker[DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Reque...
2008-01-28 Gerrit Renker[DCCP]: Remove redundant dependency on IP_DCCP
2008-01-28 Gerrit Renker[DCCP]: Promote CCID2 as default CCID
2008-01-28 Gerrit Renker[DCCP]: Honour and make use of shutdown option set...
2008-01-28 Gerrit Renker[CCID3]: Inline for moving average
2008-01-28 Gerrit Renker[CCID3]: Accurately determine idle & application-limite...
2008-01-28 Gerrit Renker[CCID3]: Ignore trivial amounts of elapsed time
2008-01-28 Gerrit Renker[CCID3]: Revert use of MSS instead of s
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2007-12-20 Joe Perches[DCCP]: Spelling fixes
2007-11-20 Joe Perches[DCCP]: Add missing "space"
2007-11-07 Eric Dumazet[INET]: Remove per bucket rwlock in tcp/dccp ehash...
2007-11-07 David S. Miller[DCCP]: Use DEFINE_PROTO_INUSE infrastructure.
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.
next