summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2018-01-01dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam
2017-11-11dccp: Fix compile warning in probe code.David S. Miller
2017-06-05ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-06-05net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin
2017-03-16net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet
2017-03-16ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet
2017-03-16dccp: fix out of bound access in dccp_v4_err()Eric Dumazet
2017-03-16dccp: do not send reset to already closed socketsEric Dumazet
2017-02-26dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov
2017-02-23dccp: limit sk_filter trim to payloadWillem de Bruijn
2017-02-23ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet
2015-12-30ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-30dccp: remove unnecessary codes in ipv6.cRongQing.Li
2013-01-16inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch
2012-09-19dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause
2012-09-12dccp: check ccid before dereferencingMathias Krause
2011-11-21dccp: fix error propagation in dccp_v4_connectRongQing.Li
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-03net: add missing bh_unlock_sock() callsEric Dumazet
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller
2011-08-01dccp ccid-2: check Ack Ratio when reducing cwndSamuel Jero
2011-08-01dccp ccid-2: increment cwnd correctlySamuel Jero
2011-08-01dccp ccid-2: prevent cwnd > Sequence WindowSamuel Jero
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker
2011-08-01dccp: send Confirm options only onceSamuel Jero
2011-08-01dccp: support for exchanging of NN options in established state 2/2Gerrit Renker
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gerrit Renker
2011-07-04dccp ccid-2: Perform congestion-window validationGerrit Renker
2011-07-04dccp ccid-2: Use existing function to test for data packetsGerrit Renker
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGerrit Renker
2011-07-04dccp: cosmetics of info messageGerrit Renker
2011-07-04dccp: combine the functionality of enqeueing and cloningGerrit Renker
2011-07-04dccp: Clean up slow-path input processingGerrit Renker
2011-05-18ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller
2011-05-08ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.David S. Miller
2011-05-08dccp: Use cork flow in dccp_v4_connect()David S. Miller
2011-05-06dccp: handle invalid feature options lengthDan Rosenberg
2011-05-03dccp: Use flowi4->saddr in dccp_v4_connect()David S. Miller
2011-04-28ipv4: Get route daddr from flow key in dccp_v4_connect().David S. Miller
2011-04-28inet: add RCU protection to inet->optEric Dumazet
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller