index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dccp
/
proto.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-20
tcp: Introduce optional per-netns ehash.
Kuniyuki Iwashima
1
-0
/
+2
2022-08-24
net: Add a bhash2 table hashed by port and address
Joanne Koong
1
-5
/
+29
2022-08-01
dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lock
Hangyu Hua
1
-5
/
+5
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
1
-28
/
+5
2022-05-20
net: Add a second bind table hashed by port and address
Joanne Koong
1
-5
/
+28
2022-05-12
net: inet: Retire port only listening_hash
Martin KaFai Lau
1
-1
/
+0
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
1
-3
/
+3
2021-11-23
dccp: Inline dccp_listen_start().
Kuniyuki Iwashima
1
-16
/
+11
2021-11-23
dccp/tcp: Remove an unused argument in inet_csk_listen_start().
Kuniyuki Iwashima
1
-3
/
+3
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
1
-10
/
+4
2021-07-20
memcg: enable accounting for inet_bin_bucket cache
Vasily Averin
1
-1
/
+1
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-4
/
+4
2020-07-28
net: remove sockptr_advance
Christoph Hellwig
1
-3
/
+2
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-10
/
+10
2020-07-22
net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)
Richard Sailer
1
-0
/
+9
2020-07-19
net/ipv6: remove compat_ipv6_{get,set}sockopt
Christoph Hellwig
1
-26
/
+0
2020-06-09
dccp: Fix possible memleak in dccp_init and dccp_fini
Wang Hai
1
-2
/
+5
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-11-06
net: annotate lockless accesses to sk->sk_max_ack_backlog
Eric Dumazet
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-12
net: dccp : proto: remove Unneeded variable "err"
Hariprasad Kelam
1
-2
/
+1
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-28
mm: reference totalram_pages and managed_pages once per function
Arun KS
1
-3
/
+4
2018-12-24
net: dccp: fix kernel crash on module load
Peter Oskolkov
1
-4
/
+4
2018-12-17
net: dccp: initialize (addr,port) listening hashtable
Peter Oskolkov
1
-0
/
+3
2018-12-16
Revert "net: dccp: initialize (addr,port) listening hashtable"
David S. Miller
1
-3
/
+0
2018-12-16
net: dccp: initialize (addr,port) listening hashtable
Peter Oskolkov
1
-0
/
+3
2018-11-07
inet: minor optimization for backlog setting in listen(2)
Yafang Shao
1
-1
/
+1
2018-10-23
Revert "net: simplify sock_poll_wait"
Karsten Graul
1
-1
/
+1
2018-07-30
net: simplify sock_poll_wait
Christoph Hellwig
1
-1
/
+1
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-2
/
+11
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-11
/
+2
2018-05-26
net/dccp: convert to ->poll_mask
Christoph Hellwig
1
-11
/
+2
2018-05-22
dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
Alexey Kodanev
1
-2
/
+0
2018-03-07
dccp: check sk for closed state in dccp_sendmsg()
Alexey Kodanev
1
-0
/
+5
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-6
/
+6
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+6
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-02
net: dccp: Add DCCP sendmsg trace event
Masami Hiramatsu
1
-0
/
+5
2017-12-20
net: tracepoint: using sock_set_state tracepoint to trace DCCP state transition
Yafang Shao
1
-1
/
+1
2017-12-05
dccp: CVE-2017-8824: use-after-free in DCCP code
Mohamed Ghannam
1
-0
/
+5
2017-11-27
net: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-08-16
dccp: defer ccid_hc_tx_delete() at dismantle time
Eric Dumazet
1
-2
/
+12
2017-08-14
dccp: purge write queue in dccp_destroy_sock()
Eric Dumazet
1
-4
/
+1
2016-11-03
dccp: do not send reset to already closed sockets
Eric Dumazet
1
-0
/
+4
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
1
-2
/
+1
2015-07-27
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
Sabrina Dubroca
1
-1
/
+1
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-4
/
+3
2014-12-10
net: introduce helper macro for_each_cmsghdr
Gu Zheng
1
-3
/
+2
[next]