aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Revert "net: simplify sock_poll_wait"Gravatar Karsten Graul 1-1/+1
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optGravatar Eric Dumazet 1-1/+3
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedGravatar Eric Dumazet 1-1/+3
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2018-08-07dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Gravatar Alexey Kodanev 1-2/+4
2018-07-30net: simplify sock_poll_waitGravatar Christoph Hellwig 1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 4-5/+15
2018-06-23net: dccp: switch rx_tstamp_last_feedback to monotonic clockGravatar Eric Dumazet 1-4/+7
2018-06-23net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Gravatar Eric Dumazet 1-3/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+0
2018-06-05net-tcp: remove useless tw_timeout fieldGravatar Maciej Żenczykowski 1-1/+0
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 4-15/+5
2018-05-26net/dccp: convert to ->poll_maskGravatar Christoph Hellwig 4-15/+5
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Gravatar Alexey Kodanev 1-2/+0
2018-05-03dccp: fix tasklet usageGravatar Eric Dumazet 2-3/+13
2018-04-07dccp: initialize ireq->ir_markGravatar Eric Dumazet 2-0/+2
2018-03-07dccp: check sk for closed state in dccp_sendmsg()Gravatar Alexey Kodanev 1-0/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-6/+6
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 7-227/+98
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+3
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+3
2018-01-26dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateGravatar Alexey Kodanev 1-0/+3
2018-01-02net: dccp: Remove dccpprobe moduleGravatar Masami Hiramatsu 3-222/+0
2018-01-02net: dccp: Add DCCP sendmsg trace eventGravatar Masami Hiramatsu 3-0/+92
2018-01-02net: dccp: drop unneeded newlineGravatar Julia Lawall 1-1/+1
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace DCCP state transitionGravatar Yafang Shao 1-1/+1
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceGravatar Eric Dumazet 1-3/+4
2017-12-05dccp: CVE-2017-8824: use-after-free in DCCP codeGravatar Mohamed Ghannam 1-0/+5
2017-12-01tcp/dccp: block bh before arming time_wait timerGravatar Eric Dumazet 1-0/+6
2017-11-27net: annotate ->poll() instancesGravatar Al Viro 2-3/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-0/+2
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-11-01net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swapGravatar Gustavo A. R. Silva 1-3/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optGravatar Eric Dumazet 1-1/+1
2017-10-25net: dccp: Convert timers to use timer_setup()Gravatar Kees Cook 5-15/+20
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+8
2017-10-21tcp/dccp: fix ireq->opt racesGravatar Eric Dumazet 1-5/+8
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Gravatar Kees Cook 1-8/+10
2017-10-16net: dccp: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 2-1/+2
2017-08-31net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv()Gravatar Andrii 1-12/+35
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+12
2017-08-16dccp: defer ccid_hc_tx_delete() at dismantle timeGravatar Eric Dumazet 1-2/+12
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+1
2017-08-14dccp: purge write queue in dccp_destroy_sock()Gravatar Eric Dumazet 1-4/+1
2017-08-07net: ipv6: add second dif to inet6 socket lookupsGravatar David Ahern 1-2/+2
2017-08-07net: ipv4: add second dif to inet socket lookupsGravatar David Ahern 1-2/+2
2017-07-27dccp: fix a memleak for dccp_feat_init err processGravatar Xin Long 1-2/+5