summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2018-08-28dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev
2018-07-22net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet
2018-07-22net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet
2018-06-13dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev
2018-05-25dccp: fix tasklet usageEric Dumazet
2018-04-08dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev
2018-02-16dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam
2018-01-31dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev
2017-11-24ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-08-30dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet
2017-08-30dccp: purge write queue in dccp_destroy_sock()Eric Dumazet
2017-08-11dccp: fix a memleak for dccp_feat_init err processXin Long
2017-04-18dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa
2017-04-18dccp/tcp: fix routing redirect raceJon Maxwell
2017-04-18dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo
2017-04-18dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-01net/dccp/ccid.c: add __init to ccid_activateFabian Frederick
2014-10-01net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet
2014-09-28net_dma: simple removalDan Williams
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-07-01inet: move ipv6only in sock_commonEric Dumazet
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila
2014-05-23net: Eliminate no_check from protoswTom Herbert
2014-05-22net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang
2014-05-14dccp: make the request_retries minimum is 1wangweidong
2014-05-07net: clean up snmp stats codeWANG Cong
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-02-16dccp: re-enable debug macroGerrit Renker
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04dccp: make local variable staticstephen hemminger
2014-01-04dccp: remove obsolete codestephen hemminger
2013-12-19dccp: catch failed request_module call in dccp_probe initWang Weidong
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet