aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-15Docs/Kconfig: Update: osdl.org -> linuxfoundation.orgMichael Witten1-1/+3
2010-10-28dccp ccid-2: Stop pollingGerrit Renker2-8/+20
2010-10-28dccp: Refine the wait-for-ccid mechanismGerrit Renker4-54/+89
2010-10-28dccp: Extend CCID packet dequeueing interfaceGerrit Renker2-57/+86
2010-10-28dccp: Return-value convention of hc_tx_send_packet()Gerrit Renker2-9/+37
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds21-610/+410
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller2-6/+14
2010-10-21tproxy: fix hash locking issue when using port redirection in __inet_inherit_port()Balazs Scheidler2-6/+14
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-12dccp: cosmetics - warning formatGerrit Renker2-2/+2
2010-10-12dccp: schedule an Ack when receiving timestampsGerrit Renker2-2/+3
2010-10-12dccp: generalise data-loss conditionIvo Calado1-6/+15
2010-10-12dccp: remove unused argument in CCID tx functionGerrit Renker4-7/+6
2010-10-12dccp: merge now-reduced connect_init() functionGerrit Renker1-13/+5
2010-10-12dccp: fix the adjustments to AWL and SWLGerrit Renker3-33/+35
2010-10-06dccp: Kill dead code and add static markers.stephen hemminger5-40/+25
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-09-21dccp ccid-3: Remove redundant 'options_received' structGerrit Renker2-23/+8
2010-09-21dccp tfrc/ccid-3: computing the loss rate from the Loss Event RateGerrit Renker3-5/+19
2010-09-21dccp ccid-3: remove dead statesGerrit Renker2-30/+9
2010-09-21dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker1-10/+3
2010-09-21dccp: Add packet type information to CCID-specific option parsingGerrit Renker3-41/+35
2010-09-15dccp ccid-3: Simplify and consolidate tx_parse_optionsGerrit Renker2-46/+14
2010-09-15dccp ccid-3: remove buggy RTT-sampling history lookupGerrit Renker3-57/+38
2010-09-15dccp ccid-3: A lower bound for the inter-packet scheduling algorithmGerrit Renker2-16/+21
2010-08-30dccp ccid-3: use per-route RTO or TCP RTO as fallbackGerrit Renker3-38/+6
2010-08-30dccp ccid-2: Share TCP's minimum RTO codeGerrit Renker1-2/+3
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker1-6/+2
2010-08-30dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()Gerrit Renker1-25/+3
2010-08-30dccp ccid-2: Use u32 timestamps uniformlyGerrit Renker2-13/+16
2010-08-23dccp ccid-2: Replace broken RTT estimator with better algorithmGerrit Renker2-81/+108
2010-08-23dccp ccid-2: Simplify dec_pipe and rearming of RTO timerGerrit Renker1-19/+8
2010-08-23dccp ccid-2: Remove redundant sanity testsGerrit Renker1-52/+0
2010-08-23dccp ccid-3: No more CCID control blocks in LISTEN stateGerrit Renker1-33/+7
2010-08-23ccid: ccid-2/3 code cosmeticsGerrit Renker3-26/+27
2010-07-18net: dccp: fix sign bugKulikov Vasiliy1-1/+1
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet1-1/+2
2010-06-25dccp: make implementation of Syn-RTT symmetricGerrit Renker2-3/+16
2010-06-25dccp: remove unused function argumentGerrit Renker4-19/+13
2010-06-10net-next: remove useless union keywordChangli Gao1-2/+2
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard1-24/+6
2010-05-31net/dccp: Use memdup_userJulia Lawall1-8/+3
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+3
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2010-05-24net/dccp: expansion of error code sizeYoichi Yuasa1-3/+3
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-4/+6
2010-04-20net: sk_sleep() helperEric Dumazet2-4/+4
2010-04-15net: replace ipfragok with skb->local_dfShan Wei2-3/+3
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-2/+2
2010-04-11inet: Remove unused send_check length argumentHerbert Xu4-5/+4