aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
...
* | dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker2010-11-104-12/+50
* | dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker2010-11-103-83/+79
* | dccp ccid-2: Ack Vector interface clean-upGerrit Renker2010-11-105-173/+128
|/
* dccp ccid-2: Stop pollingGerrit Renker2010-10-282-8/+20
* dccp: Refine the wait-for-ccid mechanismGerrit Renker2010-10-284-54/+89
* dccp: Extend CCID packet dequeueing interfaceGerrit Renker2010-10-282-57/+86
* dccp: Return-value convention of hc_tx_send_packet()Gerrit Renker2010-10-282-9/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2321-610/+410
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-10-212-6/+14
| |\
| | * tproxy: fix hash locking issue when using port redirection in __inet_inherit_...Balazs Scheidler2010-10-212-6/+14
| * | dccp: cosmetics - warning formatGerrit Renker2010-10-122-2/+2
| * | dccp: schedule an Ack when receiving timestampsGerrit Renker2010-10-122-2/+3
| * | dccp: generalise data-loss conditionIvo Calado2010-10-121-6/+15
| * | dccp: remove unused argument in CCID tx functionGerrit Renker2010-10-124-7/+6
| * | dccp: merge now-reduced connect_init() functionGerrit Renker2010-10-121-13/+5
| * | dccp: fix the adjustments to AWL and SWLGerrit Renker2010-10-123-33/+35
| * | dccp: Kill dead code and add static markers.stephen hemminger2010-10-065-40/+25
| * | net: return operator cleanupEric Dumazet2010-09-231-1/+1
| * | dccp ccid-3: Remove redundant 'options_received' structGerrit Renker2010-09-212-23/+8
| * | dccp tfrc/ccid-3: computing the loss rate from the Loss Event RateGerrit Renker2010-09-213-5/+19
| * | dccp ccid-3: remove dead statesGerrit Renker2010-09-212-30/+9
| * | dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker2010-09-211-10/+3
| * | dccp: Add packet type information to CCID-specific option parsingGerrit Renker2010-09-213-41/+35
| * | dccp ccid-3: Simplify and consolidate tx_parse_optionsGerrit Renker2010-09-152-46/+14
| * | dccp ccid-3: remove buggy RTT-sampling history lookupGerrit Renker2010-09-153-57/+38
| * | dccp ccid-3: A lower bound for the inter-packet scheduling algorithmGerrit Renker2010-09-152-16/+21
| |/
| * dccp ccid-3: use per-route RTO or TCP RTO as fallbackGerrit Renker2010-08-303-38/+6
| * dccp ccid-2: Share TCP's minimum RTO codeGerrit Renker2010-08-301-2/+3
| * tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker2010-08-301-6/+2
| * dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()Gerrit Renker2010-08-301-25/+3
| * dccp ccid-2: Use u32 timestamps uniformlyGerrit Renker2010-08-302-13/+16
| * dccp ccid-2: Replace broken RTT estimator with better algorithmGerrit Renker2010-08-232-81/+108
| * dccp ccid-2: Simplify dec_pipe and rearming of RTO timerGerrit Renker2010-08-231-19/+8
| * dccp ccid-2: Remove redundant sanity testsGerrit Renker2010-08-231-52/+0
| * dccp ccid-3: No more CCID control blocks in LISTEN stateGerrit Renker2010-08-231-33/+7
| * ccid: ccid-2/3 code cosmeticsGerrit Renker2010-08-233-26/+27
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* net: dccp: fix sign bugKulikov Vasiliy2010-07-181-1/+1
* snmp: add align parameter to snmp_mib_init()Eric Dumazet2010-06-251-1/+2
* dccp: make implementation of Syn-RTT symmetricGerrit Renker2010-06-252-3/+16
* dccp: remove unused function argumentGerrit Renker2010-06-254-19/+13
* net-next: remove useless union keywordChangli Gao2010-06-101-2/+2
* ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-021-24/+6
* net/dccp: Use memdup_userJulia Lawall2010-05-311-8/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-251-3/+3
|\
| * net/dccp: expansion of error code sizeYoichi Yuasa2010-05-241-3/+3
* | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-1/+1
|/
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-011-4/+6
* net: sk_sleep() helperEric Dumazet2010-04-202-4/+4
* net: replace ipfragok with skb->local_dfShan Wei2010-04-152-3/+3