summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* dccp: do not use ipv6 header for ipv4 flowEric Dumazet2019-04-031-2/+2
* dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet2019-02-201-2/+2
* dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev2018-08-281-2/+4
* net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet2018-07-221-4/+7
* net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet2018-07-221-3/+2
* dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev2018-06-131-2/+0
* dccp: fix tasklet usageEric Dumazet2018-05-252-3/+13
* dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev2018-04-081-0/+5
* dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam2018-02-161-0/+5
* dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev2018-01-311-0/+3
* ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-11-241-0/+7
* dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet2017-08-301-2/+12
* dccp: purge write queue in dccp_destroy_sock()Eric Dumazet2017-08-301-4/+1
* dccp: fix a memleak for dccp_feat_init err processXin Long2017-08-111-2/+5
* dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa2017-04-181-0/+1
* dccp/tcp: fix routing redirect raceJon Maxwell2017-04-182-4/+7
* dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo2017-04-181-0/+1
* dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov2017-04-181-1/+2
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-141-12/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-181-1/+2
|\
| * ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-171-1/+2
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-1/+1
|\ \ | |/ |/|
| * percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-083-3/+3
|\ \
| * | net/dccp/ccid.c: add __init to ccid_activateFabian Frederick2014-10-011-1/+1
| * | net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick2014-10-011-1/+1
| * | ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet2014-09-281-1/+1
| |/
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-071-2/+2
|\ \ | |/ |/|
| * net_dma: simple removalDan Williams2014-09-281-2/+2
* | inet: move ipv6only in sock_commonEric Dumazet2014-07-011-3/+1
* | net: remove inet6_reqsk_allocOctavian Purdila2014-06-271-1/+1
* | net: Eliminate no_check from protoswTom Herbert2014-05-231-1/+0
* | net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang2014-05-221-1/+1
* | dccp: make the request_retries minimum is 1wangweidong2014-05-141-1/+2
* | net: clean up snmp stats codeWANG Cong2014-05-071-4/+5
* | ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-151-1/+1
* | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-2/+2
|/
* dccp: re-enable debug macroGerrit Renker2014-02-162-1/+2
* ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2014-01-131-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-12/+7
|\
| * dccp: catch failed request_module call in dccp_probe initWang Weidong2013-12-191-12/+7
* | dccp: make local variable staticstephen hemminger2014-01-042-2/+1
* | dccp: remove obsolete codestephen hemminger2014-01-042-33/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-192-5/+5
|\ \
| * | net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-062-5/+5
* | | ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-181-0/+3
| |/ |/|
* | ipv6: do not erase dst address with flow label destinationFlorent Fourcot2013-12-101-1/+0
|/
* ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa2013-11-051-0/+1
* net: dccp: Remove extern from function prototypesJoe Perches2013-10-197-158/+148
* inet: rename ir_loc_port to ir_numEric Dumazet2013-10-103-7/+7