summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-22udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2-12/+18
2020-07-22udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima1-0/+1
2020-07-21tipc: allow to build NACK message in link timeout functionTung Nguyen1-1/+1
2020-07-21net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu1-2/+14
2020-07-21net: hsr: check for return value of skb_put_padto()Murali Karicheri1-6/+11
2020-07-21net/smc: fix dmb buffer shortageKarsten Graul1-2/+2
2020-07-21net/smc: put slot when connection is killedKarsten Graul1-1/+5
2020-07-21rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2-2/+2
2020-07-20net/smc: fix restoring of fallback changesKarsten Graul1-2/+4
2020-07-20net/smc: remove freed buffer from listKarsten Graul1-1/+5
2020-07-20net/smc: do not call dma sync for unmapped memoryKarsten Graul4-14/+18
2020-07-20net/smc: fix handling of delete link requestsKarsten Graul1-22/+7
2020-07-20net/smc: move add link processing for new device into llc layerKarsten Graul3-80/+58
2020-07-20net/smc: drop out-of-flow llc response messagesKarsten Graul1-6/+18
2020-07-20net/smc: protect smc ib device initializationKarsten Graul2-3/+14
2020-07-20net/smc: fix link lookup for new rdma connectionsKarsten Graul1-1/+3
2020-07-20net/smc: clear link during SMC client link down processingKarsten Graul1-1/+3
2020-07-20net/smc: handle unexpected response types for confirm linkKarsten Graul1-3/+5
2020-07-199p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai1-1/+14
2020-07-19net/9p: validate fds in p9_fd_openChristoph Hellwig1-8/+16
2020-07-18net: hsr: validate address B before copying to skbMurali Karicheri1-1/+2
2020-07-18net: hsr: fix incorrect lsdu size in the tag of HSR frames for small framesMurali Karicheri1-0/+3
2020-07-17nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai1-1/+4
2020-07-17rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen1-1/+2
2020-07-17xfrm: policy: fix IPv6-only espintcp compilationSabrina Dubroca1-2/+2
2020-07-17espintcp: recv() should return 0 when the peer socket is closedSabrina Dubroca1-1/+4
2020-07-17espintcp: support non-blocking sendsSabrina Dubroca1-13/+13
2020-07-16treewide: Remove uninitialized_var() usageKees Cook18-26/+26
2020-07-16mptcp: use sha256() instead of open codingEric Biggers1-12/+3
2020-07-16vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella1-1/+1
2020-07-15netfilter: nf_tables: fix nat hook table deletionFlorian Westphal1-27/+14
2020-07-15xprtrdma: fix incorrect header size calculationsColin Ian King1-2/+2
2020-07-14ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun1-5/+6
2020-07-13fs: Add receive_fd() wrapper for __receive_fd()Kees Cook2-2/+2
2020-07-13fs: Move __scm_install_fd() to __receive_fd()Kees Cook2-27/+2
2020-07-13net/scm: Regularize compat handling of scm_detach_fds()Kees Cook2-47/+36
2020-07-13net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2-0/+22
2020-07-13xprtrdma: Fix handling of connect errorsChuck Lever1-3/+5
2020-07-13xprtrdma: Fix return code from rpcrdma_xprt_connect()Chuck Lever1-6/+10
2020-07-13xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()Chuck Lever2-8/+7
2020-07-13xprtrdma: Fix double-free in rpcrdma_ep_create()Chuck Lever1-5/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds79-402/+548
2020-07-10Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds1-1/+1
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2020-07-09tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2-1/+4
2020-07-09ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()Michal Kubecek1-14/+13
2020-07-09net_sched: fix a memory leak in atm_tc_init()Cong Wang1-4/+4
2020-07-09bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-1/+1
2020-07-09tipc: fix retransmission on unicast linksHamish Martin1-8/+18
2020-07-09l2tp: remove skb_dst_set() from l2tp_xmit_skb()Xin Long1-4/+1