index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dccp
/
proto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-4
/
+4
*
net: remove sockptr_advance
Christoph Hellwig
2020-07-28
1
-3
/
+2
*
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-10
/
+10
*
net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)
Richard Sailer
2020-07-22
1
-0
/
+9
*
net/ipv6: remove compat_ipv6_{get,set}sockopt
Christoph Hellwig
2020-07-19
1
-26
/
+0
*
dccp: Fix possible memleak in dccp_init and dccp_fini
Wang Hai
2020-06-09
1
-2
/
+5
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-1
/
+1
*
net: annotate lockless accesses to sk->sk_max_ack_backlog
Eric Dumazet
2019-11-06
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
net: dccp : proto: remove Unneeded variable "err"
Hariprasad Kelam
2019-05-12
1
-2
/
+1
*
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
1
-1
/
+1
*
mm: reference totalram_pages and managed_pages once per function
Arun KS
2018-12-28
1
-3
/
+4
*
net: dccp: fix kernel crash on module load
Peter Oskolkov
2018-12-24
1
-4
/
+4
*
net: dccp: initialize (addr,port) listening hashtable
Peter Oskolkov
2018-12-17
1
-0
/
+3
*
Revert "net: dccp: initialize (addr,port) listening hashtable"
David S. Miller
2018-12-16
1
-3
/
+0
*
net: dccp: initialize (addr,port) listening hashtable
Peter Oskolkov
2018-12-16
1
-0
/
+3
*
inet: minor optimization for backlog setting in listen(2)
Yafang Shao
2018-11-07
1
-1
/
+1
*
Revert "net: simplify sock_poll_wait"
Karsten Graul
2018-10-23
1
-1
/
+1
*
net: simplify sock_poll_wait
Christoph Hellwig
2018-07-30
1
-1
/
+1
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-2
/
+11
*
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-06-04
1
-11
/
+2
|
\
|
*
net/dccp: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-11
/
+2
*
|
dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
Alexey Kodanev
2018-05-22
1
-2
/
+0
|
/
*
dccp: check sk for closed state in dccp_sendmsg()
Alexey Kodanev
2018-03-07
1
-0
/
+5
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-6
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-31
1
-1
/
+6
|
\
|
*
net: dccp: Add DCCP sendmsg trace event
Masami Hiramatsu
2018-01-02
1
-0
/
+5
|
*
net: tracepoint: using sock_set_state tracepoint to trace DCCP state transition
Yafang Shao
2017-12-20
1
-1
/
+1
*
|
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
net: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
*
|
dccp: CVE-2017-8824: use-after-free in DCCP code
Mohamed Ghannam
2017-12-05
1
-0
/
+5
|
/
*
dccp: defer ccid_hc_tx_delete() at dismantle time
Eric Dumazet
2017-08-16
1
-2
/
+12
*
dccp: purge write queue in dccp_destroy_sock()
Eric Dumazet
2017-08-14
1
-4
/
+1
*
dccp: do not send reset to already closed sockets
Eric Dumazet
2016-11-03
1
-0
/
+4
*
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-12-01
1
-2
/
+1
*
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
Sabrina Dubroca
2015-07-27
1
-1
/
+1
*
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
1
-4
/
+3
*
net: introduce helper macro for_each_cmsghdr
Gu Zheng
2014-12-10
1
-3
/
+2
*
new helper: memcpy_from_msg()
Al Viro
2014-11-24
1
-1
/
+1
*
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
2014-11-05
1
-1
/
+1
*
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2014-10-10
1
-1
/
+1
|
\
|
*
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
2014-09-08
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-10-08
1
-1
/
+1
|
\
\
|
*
|
net/dccp/proto.c: add __init to dccp_mib_init
Fabian Frederick
2014-10-01
1
-1
/
+1
|
|
/
*
|
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2014-10-07
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
net_dma: simple removal
Dan Williams
2014-09-28
1
-2
/
+2
*
|
net: clean up snmp stats code
WANG Cong
2014-05-07
1
-4
/
+5
|
/
*
tcp/dccp: remove twchain
Eric Dumazet
2013-10-08
1
-3
/
+1
*
net: add sk_stream_is_writeable() helper
Eric Dumazet
2013-07-24
1
-2
/
+2
*
net: include/net/sock.h cleanup
Eric Dumazet
2012-05-17
1
-2
/
+2
[next]