summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* [INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet2007-11-071-2/+7
* [DCCP]: Use DEFINE_PROTO_INUSE infrastructure.David S. Miller2007-11-072-0/+6
* [CCID2/3]: Initialisation assignments of 0 are redundantGerrit Renker2007-10-242-8/+0Star
* [DCCP]: Unaligned pointer accessGerrit Renker2007-10-242-15/+29
* [DCCP]: Convert Reset code into socket error numberGerrit Renker2007-10-241-9/+39
* [DCCP]: One more exemption from full sequence number checksGerrit Renker2007-10-241-1/+1
* [DCCP]: Retrieve packet sequence number for error reportingGerrit Renker2007-10-242-4/+4
* [DCCP]: Implement SIOCINQ/FIONREADArnaldo Carvalho de Melo2007-10-241-2/+31
* [INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible.Jean Delvare2007-10-222-4/+4
* [INET]: Let inet_diag and friends autoloadJean Delvare2007-10-221-0/+1
* [DCCP]: fix link error with !CONFIG_SYSCTLIngo Molnar2007-10-182-3/+3
* [IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu2007-10-151-2/+1Star
* [DCCP]: Twice the wrong reset code in receiving connection-RequestsGerrit Renker2007-10-112-11/+7Star
* [DCCP]: Wrong format in printkGerrit Renker2007-10-111-1/+1
* [DCCP]: Tidy-up -- minisock initialisationGerrit Renker2007-10-112-10/+10
* [CCID2]: Sequence number wraparound issuesGerrit Renker2007-10-111-3/+4
* [CCID2]: Remove redundant case blockGerrit Renker2007-10-111-13/+1Star
* [CCID2]: Remove redundant BUG_ONGerrit Renker2007-10-112-9/+4Star
* [CCID2]: Remove ugly BUG_ONGerrit Renker2007-10-111-6/+5Star
* [CCID2]: Simplify interfaceGerrit Renker2007-10-111-10/+9Star
* [DCCP]: Make all `debug' parameters boolGerrit Renker2007-10-113-3/+3
* [DCCP]: Add socket option to query the current MPSGerrit Renker2007-10-111-0/+4
* [DCCP]: Wait for CCIDGerrit Renker2007-10-111-15/+19
* [CCID3]: Remove ifdef surrounding BUG_ONArnaldo Carvalho de Melo2007-10-111-4/+0Star
* [DCCP]: Reduce the number of writable statesGerrit Renker2007-10-111-1/+1
* [DCCP]: Factor out common code for generating ResetsGerrit Renker2007-10-114-66/+65Star
* [DCCP]: Sequence number wrap-around when sending resetGerrit Renker2007-10-112-2/+2
* [DCCP]: Rate-limit DCCP-SyncsGerrit Renker2007-10-114-9/+32
* [DCCP]: Remove duplicate code for Reset from connected socketGerrit Renker2007-10-111-59/+19Star
* [DCCP]: Add Support for Data 1 .. 3 fields of Reset packetsGerrit Renker2007-10-111-1/+13
* [DCCP]: Add FIXME for send_delayed_ackGerrit Renker2007-10-112-1/+1
* [CCID3]: Move NULL-protection into functionGerrit Renker2007-10-112-31/+24Star
* [DCCP]: Send Reset upon Sync in state REQUESTGerrit Renker2007-10-111-5/+3Star
* [DCCP]: Parameter renamingGerrit Renker2007-10-111-4/+6
* [DCCP]: Fix Reset/Sync-Flood BugGerrit Renker2007-10-111-3/+11
* [DCCP]: Shorten variable names in dccp_check_seqnoGerrit Renker2007-10-111-23/+17Star
* [DCCP]: Simplify interface of dccp_sample_rttGerrit Renker2007-10-113-34/+19Star
* [DCCP]: Provide 10s of microsecond timesourceGerrit Renker2007-10-114-1/+26
* [DCCP]: Reuse ktime_get_real() calls againGerrit Renker2007-10-111-23/+16Star
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-3/+4
* [DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock()Micah Gruber2007-10-111-2/+0Star
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-111-3/+2Star
* [DCCP]: Nuke the timeval helpers now that we fully converted to ktime_tArnaldo Carvalho de Melo2007-10-111-39/+0Star
* [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo2007-10-114-20/+0Star
* [DCCP] options: convert dccp_insert_option_timestamp to ktime_tArnaldo Carvalho de Melo2007-10-111-5/+1Star
* [DCCP]: Convert dccps_timestamp_time to ktime_tArnaldo Carvalho de Melo2007-10-111-8/+5Star
* [DCCP] packet_history: Convert dccphtx_tstamp to ktime_tArnaldo Carvalho de Melo2007-10-112-6/+4Star
* [DCCP] packet_history: convert dccphrx_tstamp to ktime_tArnaldo Carvalho de Melo2007-10-114-18/+14Star
* [DCCP] ackvec: Convert to ktime_tArnaldo Carvalho de Melo2007-10-112-8/+7Star
* [DCCP] CCID3: Stop using dccp_timestampArnaldo Carvalho de Melo2007-10-111-7/+4Star