Age | Commit message (Expand) | Author |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-11-06 | net: annotate lockless accesses to sk->sk_max_ack_backlog | Eric Dumazet |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-12 | net: dccp : proto: remove Unneeded variable "err" | Hariprasad Kelam |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS |
2018-12-28 | mm: reference totalram_pages and managed_pages once per function | Arun KS |
2018-12-24 | net: dccp: fix kernel crash on module load | Peter Oskolkov |
2018-12-17 | net: dccp: initialize (addr,port) listening hashtable | Peter Oskolkov |
2018-12-16 | Revert "net: dccp: initialize (addr,port) listening hashtable" | David S. Miller |
2018-12-16 | net: dccp: initialize (addr,port) listening hashtable | Peter Oskolkov |
2018-11-07 | inet: minor optimization for backlog setting in listen(2) | Yafang Shao |
2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul |
2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds |
2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-05-26 | net/dccp: convert to ->poll_mask | Christoph Hellwig |
2018-05-22 | dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect() | Alexey Kodanev |
2018-03-07 | dccp: check sk for closed state in dccp_sendmsg() | Alexey Kodanev |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2018-01-02 | net: dccp: Add DCCP sendmsg trace event | Masami Hiramatsu |
2017-12-20 | net: tracepoint: using sock_set_state tracepoint to trace DCCP state transition | Yafang Shao |
2017-12-05 | dccp: CVE-2017-8824: use-after-free in DCCP code | Mohamed Ghannam |
2017-11-27 | net: annotate ->poll() instances | Al Viro |
2017-08-16 | dccp: defer ccid_hc_tx_delete() at dismantle time | Eric Dumazet |
2017-08-14 | dccp: purge write queue in dccp_destroy_sock() | Eric Dumazet |
2016-11-03 | dccp: do not send reset to already closed sockets | Eric Dumazet |
2015-12-01 | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet |
2015-07-27 | tcp: fix recv with flags MSG_WAITALL | MSG_PEEK | Sabrina Dubroca |
2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue |
2014-12-10 | net: introduce helper macro for_each_cmsghdr | Gu Zheng |
2014-11-24 | new helper: memcpy_from_msg() | Al Viro |
2014-11-05 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller |
2014-10-10 | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds |
2014-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-10-07 | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds |
2014-10-01 | net/dccp/proto.c: add __init to dccp_mib_init | Fabian Frederick |
2014-09-28 | net_dma: simple removal | Dan Williams |
2014-09-08 | percpu_counter: add @gfp to percpu_counter_init() | Tejun Heo |
2014-05-07 | net: clean up snmp stats code | WANG Cong |
2013-10-08 | tcp/dccp: remove twchain | Eric Dumazet |
2013-07-24 | net: add sk_stream_is_writeable() helper | Eric Dumazet |
2012-05-17 | net: include/net/sock.h cleanup | Eric Dumazet |
2011-12-19 | module_param: make bool parameters really bool (net & drivers/net) | Rusty Russell |
2011-08-01 | dccp ccid-2: use feature-negotiation to report Ack Ratio changes | Gerrit Renker |
2010-12-07 | dccp qpolicy: Parameter checking of cmsg qpolicy parameters | Tomasz Grobelny |
2010-12-07 | dccp: Policy-based packet dequeueing infrastructure | Tomasz Grobelny |
2010-10-28 | dccp: Refine the wait-for-ccid mechanism | Gerrit Renker |
2010-10-12 | dccp: cosmetics - warning format | Gerrit Renker |