aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-24[CCID2/3]: Initialisation assignments of 0 are redundantGerrit Renker2-8/+0
2007-10-24[DCCP]: Unaligned pointer accessGerrit Renker2-15/+29
2007-10-24[DCCP]: Convert Reset code into socket error numberGerrit Renker1-9/+39
2007-10-24[DCCP]: One more exemption from full sequence number checksGerrit Renker1-1/+1
2007-10-24[DCCP]: Retrieve packet sequence number for error reportingGerrit Renker2-4/+4
2007-10-23[DCCP]: Implement SIOCINQ/FIONREADArnaldo Carvalho de Melo1-2/+31
2007-10-22[INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible.Jean Delvare2-4/+4
2007-10-22[INET]: Let inet_diag and friends autoloadJean Delvare1-0/+1
2007-10-17[DCCP]: fix link error with !CONFIG_SYSCTLIngo Molnar2-3/+3
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu1-2/+1
2007-10-10[DCCP]: Twice the wrong reset code in receiving connection-RequestsGerrit Renker2-11/+7
2007-10-10[DCCP]: Wrong format in printkGerrit Renker1-1/+1
2007-10-10[DCCP]: Tidy-up -- minisock initialisationGerrit Renker2-10/+10
2007-10-10[CCID2]: Sequence number wraparound issuesGerrit Renker1-3/+4
2007-10-10[CCID2]: Remove redundant case blockGerrit Renker1-13/+1
2007-10-10[CCID2]: Remove redundant BUG_ONGerrit Renker2-9/+4
2007-10-10[CCID2]: Remove ugly BUG_ONGerrit Renker1-6/+5
2007-10-10[CCID2]: Simplify interfaceGerrit Renker1-10/+9
2007-10-10[DCCP]: Make all `debug' parameters boolGerrit Renker3-3/+3
2007-10-10[DCCP]: Add socket option to query the current MPSGerrit Renker1-0/+4
2007-10-10[DCCP]: Wait for CCIDGerrit Renker1-15/+19
2007-10-10[CCID3]: Remove ifdef surrounding BUG_ONArnaldo Carvalho de Melo1-4/+0
2007-10-10[DCCP]: Reduce the number of writable statesGerrit Renker1-1/+1
2007-10-10[DCCP]: Factor out common code for generating ResetsGerrit Renker4-66/+65
2007-10-10[DCCP]: Sequence number wrap-around when sending resetGerrit Renker2-2/+2
2007-10-10[DCCP]: Rate-limit DCCP-SyncsGerrit Renker4-9/+32
2007-10-10[DCCP]: Remove duplicate code for Reset from connected socketGerrit Renker1-59/+19
2007-10-10[DCCP]: Add Support for Data 1 .. 3 fields of Reset packetsGerrit Renker1-1/+13
2007-10-10[DCCP]: Add FIXME for send_delayed_ackGerrit Renker2-1/+1
2007-10-10[CCID3]: Move NULL-protection into functionGerrit Renker2-31/+24
2007-10-10[DCCP]: Send Reset upon Sync in state REQUESTGerrit Renker1-5/+3
2007-10-10[DCCP]: Parameter renamingGerrit Renker1-4/+6
2007-10-10[DCCP]: Fix Reset/Sync-Flood BugGerrit Renker1-3/+11
2007-10-10[DCCP]: Shorten variable names in dccp_check_seqnoGerrit Renker1-23/+17
2007-10-10[DCCP]: Simplify interface of dccp_sample_rttGerrit Renker3-34/+19
2007-10-10[DCCP]: Provide 10s of microsecond timesourceGerrit Renker4-1/+26
2007-10-10[DCCP]: Reuse ktime_get_real() calls againGerrit Renker1-23/+16
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-10-10[DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock()Micah Gruber1-2/+0
2007-10-10[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen1-3/+2
2007-10-10[DCCP]: Nuke the timeval helpers now that we fully converted to ktime_tArnaldo Carvalho de Melo1-39/+0
2007-10-10[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo4-20/+0
2007-10-10[DCCP] options: convert dccp_insert_option_timestamp to ktime_tArnaldo Carvalho de Melo1-5/+1
2007-10-10[DCCP]: Convert dccps_timestamp_time to ktime_tArnaldo Carvalho de Melo1-8/+5
2007-10-10[DCCP] packet_history: Convert dccphtx_tstamp to ktime_tArnaldo Carvalho de Melo2-6/+4
2007-10-10[DCCP] packet_history: convert dccphrx_tstamp to ktime_tArnaldo Carvalho de Melo4-18/+14
2007-10-10[DCCP] ackvec: Convert to ktime_tArnaldo Carvalho de Melo2-8/+7
2007-10-10[DCCP] CCID3: Stop using dccp_timestampArnaldo Carvalho de Melo1-7/+4
2007-10-10[DCCP]: Convert dccp_sample_rtt to ktime_tArnaldo Carvalho de Melo3-30/+23
2007-10-10[DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_tArnaldo Carvalho de Melo2-9/+12