aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2012-03-03dccp: fix bug in sequence number validation during connection setupSamuel Jero4-18/+26
2012-03-03dccp ccid-3: replace incorrect BUG_ONGerrit Renker1-2/+1
2012-01-11inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov1-2/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell6-7/+7
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell2-9/+9
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2-2/+2
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov1-1/+14
2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov1-1/+0
2011-12-06inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov1-2/+2
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov1-1/+1
2011-12-01dccp: Fix compile warning in probe code.David S. Miller1-2/+12
2011-12-01dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb().David S. Miller1-2/+3
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan2-23/+23
2011-11-21dccp: fix error propagation in dccp_v4_connectRongQing.Li1-0/+1
2011-11-08net: rename sk_clone to sk_clone_lockEric Dumazet1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+3
2011-11-03net: add missing bh_unlock_sock() callsEric Dumazet1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet1-2/+2
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+3
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2-7/+3
2011-08-01dccp ccid-2: check Ack Ratio when reducing cwndSamuel Jero1-3/+23
2011-08-01dccp ccid-2: increment cwnd correctlySamuel Jero1-1/+1
2011-08-01dccp ccid-2: prevent cwnd > Sequence WindowSamuel Jero2-15/+41
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker2-2/+9
2011-08-01dccp: send Confirm options only onceSamuel Jero1-5/+16
2011-08-01dccp: support for exchanging of NN options in established state 2/2Gerrit Renker1-0/+116
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gerrit Renker3-0/+67
2011-07-04dccp ccid-2: Perform congestion-window validationGerrit Renker2-3/+91
2011-07-04dccp ccid-2: Use existing function to test for data packetsGerrit Renker2-11/+11
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGerrit Renker2-9/+9
2011-07-04dccp: cosmetics of info messageGerrit Renker1-2/+2
2011-07-04dccp: combine the functionality of enqeueing and cloningGerrit Renker1-7/+7
2011-07-04dccp: Clean up slow-path input processingGerrit Renker1-31/+30
2011-05-18ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller1-1/+2
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller1-2/+2
2011-05-08ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.David S. Miller1-9/+10
2011-05-08dccp: Use cork flow in dccp_v4_connect()David S. Miller1-5/+6
2011-05-06dccp: handle invalid feature options lengthDan Rosenberg1-0/+2
2011-05-03dccp: Use flowi4->saddr in dccp_v4_connect()David S. Miller1-1/+1
2011-04-28ipv4: Get route daddr from flow key in dccp_v4_connect().David S. Miller1-1/+1
2011-04-28inet: add RCU protection to inet->optEric Dumazet2-7/+11
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller1-5/+5
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-4/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller1-10/+10
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-66/+66
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-2/+2
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-10/+10
2011-03-12net: Make flowi ports AF dependent.David S. Miller2-12/+12
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2-18/+19
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+3
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-13/+14
2011-03-01dccp: fix oops on Reset after closeGerrit Renker1-4/+3
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller1-1/+1
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller1-1/+1
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller1-1/+1
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller1-45/+20
2011-02-25dccp: newdp is declared/assigned but never be usedHagen Paul Pfeifer1-3/+0
2011-02-24ipv4: Rearrange how ip_route_newports() gets port keys.David S. Miller1-3/+7
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller1-0/+9
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+3
2011-01-07dccp: make upper bound for seq_window consistent on 32/64 bitGerrit Renker1-1/+3
2011-01-07dccp: fix bug in updating the GSRSamuel Jero1-1/+2
2011-01-07dccp: fix return value for sequence-invalid packetsSamuel Jero1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+2
2010-12-10dccp: remove unused macrosShan Wei1-8/+0
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2010-12-07dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny3-6/+22
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny5-9/+207
2010-11-28dccp: fix error in updating the GARGerrit Renker1-1/+2
2010-11-18dccp ccid-2: whitespace fix-upGerrit Renker1-1/+1
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-8/+5
2010-11-15Docs/Kconfig: Update: osdl.org -> linuxfoundation.orgMichael Witten1-1/+3
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGerrit Renker5-100/+100
2010-11-15dccp ccid-2: Remove old infrastructureGerrit Renker2-265/+0
2010-11-15dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker2-4/+35
2010-11-15dccp ccid-2: Consolidate Ack-Vector processing within main DCCP moduleGerrit Renker1-22/+9
2010-11-15dccp ccid-2: Update code for the Ack Vector input/registration routineGerrit Renker2-0/+154
2010-11-15dccp ccid-2: Algorithm to update buffer stateGerrit Renker4-6/+93
2010-11-10dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker4-12/+50
2010-11-10dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker3-83/+79
2010-11-10dccp ccid-2: Ack Vector interface clean-upGerrit Renker5-173/+128
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/...David S. Miller2-6/+14
2010-10-21tproxy: fix hash locking issue when using port redirection in __inet_inherit_...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...Alexey 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
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller10-0/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo10-0/+11
2010-03-24net: remove trailing space in messagesFrans Pop2-2/+2
2010-03-21net: snmp mib cleanupEric Dumazet1-1/+1
2010-03-15net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisationGerrit Renker3-15/+17
2010-03-05net: backlog functions renameZhu Yi1-1/+1
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-2/+3
2010-02-12dccp: support for passing MSG_TRUNCGerrit Renker1-0/+2
2010-02-12dccp: allow probing of CCID-array lengthGerrit Renker1-5/+4
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-6/+8
2010-02-03dccp: fix auto-loading of dccp(_probe)Gerrit Renker1-2/+2
2010-02-03dccp: fix bug in cache allocationGerrit Renker2-4/+6
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-14/+9
2010-01-22Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-11/+9
2010-01-19dccp: fix dccp rmmod when kernel configured to use slubNeil Horman2-13/+7
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan2-4/+4
2010-01-15dccp_probe: Fix module load dependencies between dccp and dccp_probeNeil Horman1-1/+2
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+2
2009-12-22kfifo: cleanup namespaceStefani Seibold1-1/+1
2009-12-22kfifo: move out spinlockStefani Seibold1-3/+3
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-11/+9
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet2-3/+3
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds11-530/+504
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson3-5/+7
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-4/+4
2009-11-05net: drop capability from protocol definitionsEric Paris2-2/+0
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar1-2/+2
2009-10-18inet: rename some inet_sock fieldsEric Dumazet5-41/+47
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet1-6/+7
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley1-8/+4
2009-10-07dccp ccid-3: Remove CCID naming redundancy 2/2Gerrit Renker2-192/+191
2009-10-07dccp ccid-2: Remove CCID naming redundancy 1/2Gerrit Renker1-161/+161
2009-10-07dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker3-238/+213
2009-10-07dccp ccid-2: Overhaul CCID naming convention 1/2Gerrit Renker2-161/+158
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller2-7/+7
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-3/+3
2009-09-14net: constify remaining proto_opsAlexey Dobriyan1-1/+1
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-1/+1
2009-09-14net: constify struct net_protocolAlexey Dobriyan1-1/+1
2009-09-14net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGerrit Renker11-67/+48
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger2-5/+5
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+3
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+2
2009-08-05net: mark read-only arrays as constJan Engelhardt3-7/+8
2009-08-05dccp: missing destroy of percpu counter variable while unload moduleWei Yongjun1-0/+1
2009-07-29net-dccp: suppress warning about large allocations from DCCPMel Gorman1-2/+2
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa2-2/+2
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet3-6/+8
2009-06-03net: skb->rtable accessorEric Dumazet1-3/+3
2009-03-02dccp: Do not let initial option overhead shrink the MPSGerrit Renker2-2/+18
2009-03-02dccp: Minimise header option overhead in setting the MPSGerrit Renker2-8/+17
2009-01-21dccp: Debugging functions for feature negotiationGerrit Renker4-59/+109
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGerrit Renker5-23/+46
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker4-24/+18
2009-01-21dccp: Initialisation framework for feature negotiationGerrit Renker2-10/+57
2009-01-11dccp ccid-3: Fix RFC referenceGerrit Renker1-1/+1
2009-01-11net: fix section mismatch warnings in dccp/ccids/lib/tfrc.cLeonardo Potenza1-1/+1
2009-01-04dccp: Integrate the TFRC library with DCCPGerrit Renker12-52/+27
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker4-176/+14
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker11-168/+148
2008-12-29net: Fix percpu counters deadlockHerbert Xu1-1/+2
2008-12-17dccp_diag: LISTEN sockets don't have CCIDsArnaldo Carvalho de Melo1-2/+5
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker7-27/+8