summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2013-01-11inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2-3/+4
2012-10-02dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause1-0/+1
2012-09-14dccp: check ccid before dereferencingMathias Krause1-2/+2
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