x86: fix long standing bug with usb after hibernation with 4GB ram
[safe/jmp/linux-2.6] / net / dccp /
2008-02-03 Arnaldo Carvalho... [SOCK] proto: Add hashinfo member to struct proto
2008-02-01 Pavel Emelyanov[NETNS]: Tcp-v6 sockets per-net lookup.
2008-02-01 Pavel Emelyanov[NETNS]: Tcp-v4 sockets per-net lookup.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_flow.
2008-01-28 Pavel Emelyanov[NET]: Simple ctl_table to ctl_path conversions.
2008-01-28 Ilpo Järvinen[CCID3]: Kill some bloat
2008-01-28 Pavel Emelyanov[INET]: Uninline the __inet_hash function.
2008-01-28 Gerrit Renker[DCCP]: Remove unused inline function
2008-01-28 Gerrit Renker[CCID3]: Nofeedback timer according to rfc3448bis
2008-01-28 Gerrit Renker[CCID3]: Implement rfc3448bis changes to feedback reception
2008-01-28 Gerrit Renker[CCID3]: Remove two irrelevant states in TX feedback...
2008-01-28 Gerrit Renker[CCID3]: Use a function to update p_inv, and p is never...
2008-01-28 Gerrit Renker[DCCP]: Introducing CCMPS
2008-01-28 Gerrit Renker[CCID]: More informative registration
2008-01-28 Gerrit Renker[DCCP]: Documentation for CCID operations
2008-01-28 Gerrit Renker[DCCP]: Ignore feature negotiation on Data packets
2008-01-28 Gerrit Renker[DCCP]: Make code assumptions explicit
2008-01-28 Gerrit Renker[DCCP]: Remove unused and redundant validation functions
2008-01-28 Gerrit Renker[DCCP]: Support inserting options during the 3-way...
2008-01-28 Gerrit Renker[DCCP]: Handle timestamps on Request/Response exchange...
2008-01-28 Gerrit Renker[DCCP]: Add (missing) option parsing to request_sock...
2008-01-28 Gerrit Renker[DCCP]: Allow to parse options on Request Sockets
2008-01-28 Gerrit Renker[DCCP]: Collapse repeated `len' statements into one
2008-01-28 Gerrit Renker[DCCP]: Support for server holding timewait state
2008-01-28 Gerrit Renker[DCCP]: Use maximum-RTO backoff from DCCP spec
2008-01-28 Gerrit Renker[DCCP]: Shift the retransmit timer for active-close...
2008-01-28 Gerrit Renker[DCCP]: Perform SHUT_RD and SHUT_WR on receiving close
2008-01-28 Herbert Xu[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP...
2008-01-28 Gerrit Renker[TFRC]: Remove previous loss intervals implementation
2008-01-28 Gerrit Renker[CCID3]: Interface CCID3 code with newer Loss Intervals...
2008-01-28 Gerrit Renker[TFRC]: CCID3 (and CCID4) needs to access these inlines
2008-01-28 Gerrit Renker[CCID3]: Redundant debugging output / documentation
2008-01-28 Gerrit Renker[TFRC]: Ringbuffer to track loss interval history
2008-01-28 Gerrit Renker[TFRC]: Loss interval code needs the macros/inlines...
2008-01-28 Gerrit Renker[TFRC]: Put RX/TX initialisation into tfrc.c
2008-01-28 Gerrit Renker[CCID3]: HC-receiver should not insert timestamps as...
2008-01-28 Gerrit Renker[TFRC]: The function tfrc_rx_hist_entry_delete() is...
2008-01-28 Gerrit Renker[TFRC]: Move comment.
2008-01-28 Arnaldo Carvalho... [TFRC]: New rx history code
2008-01-28 Gerrit Renker[CCID3]: The receiver of a half-connection does not...
2008-01-28 Arnaldo Carvalho... [TFRC]: Rename dccp_rx_ to tfrc_rx_
2008-01-28 Arnaldo Carvalho... [TFRC]: Make the rx history slab be global
2008-01-28 Arnaldo Carvalho... [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for...
2008-01-28 Gerrit Renker[DCCP]: Introduce generic function to test for `data...
2008-01-28 Gerrit Renker[TFRC]: Provide central source file and debug facility
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
next