summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2019-02-20dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet1-2/+2
2018-08-28dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev1-2/+4
2018-07-22net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet1-4/+7
2018-07-22net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet1-3/+2
2018-06-13dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev1-2/+0
2018-05-25dccp: fix tasklet usageEric Dumazet2-3/+13
2018-04-08dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev1-0/+5
2018-02-16dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam1-0/+5
2018-01-31dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev1-0/+3
2017-11-24ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong1-0/+7
2017-08-30dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet1-2/+12
2017-08-30dccp: purge write queue in dccp_destroy_sock()Eric Dumazet1-4/+1
2017-08-11dccp: fix a memleak for dccp_feat_init err processXin Long1-2/+5
2017-04-18dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-04-18dccp/tcp: fix routing redirect raceJon Maxwell2-4/+7
2017-04-18dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-04-18dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet1-12/+21
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2014-10-18ipv6: introduce tcp_v6_iif()Eric Dumazet1-1/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+1
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-3/+3
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-2/+2
2014-10-02net/dccp/ccid.c: add __init to ccid_activateFabian Frederick1-1/+1
2014-10-02net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick1-1/+1
2014-09-29ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet1-1/+1
2014-09-28net_dma: simple removalDan Williams1-2/+2
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+1
2014-07-02inet: move ipv6only in sock_commonEric Dumazet1-3/+1
2014-06-28net: remove inet6_reqsk_allocOctavian Purdila1-1/+1
2014-05-24net: Eliminate no_check from protoswTom Herbert1-1/+0
2014-05-22net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang1-1/+1
2014-05-14dccp: make the request_retries minimum is 1wangweidong1-1/+2
2014-05-08net: clean up snmp stats codeWANG Cong1-4/+5
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet1-1/+1
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-2/+2
2014-02-17dccp: re-enable debug macroGerrit Renker2-1/+2
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa1-0/+1
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+7
2014-01-05dccp: make local variable staticstephen hemminger2-2/+1
2014-01-05dccp: remove obsolete codestephen hemminger2-33/+0
2013-12-20dccp: catch failed request_module call in dccp_probe initWang Weidong1-12/+7
2013-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-5/+5
2013-12-19ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa1-0/+3
2013-12-11ipv6: do not erase dst address with flow label destinationFlorent Fourcot1-1/+0
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2-5/+5
2013-11-06ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa1-0/+1
2013-10-20net: dccp: Remove extern from function prototypesJoe Perches7-158/+148
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet3-7/+7
2013-10-10inet: includes a sock_common in request_sockEric Dumazet5-46/+44