Age | Commit message (Expand) | Author | Files | Lines |
2020-07-21 | net: hsr: check for return value of skb_put_padto() | Murali Karicheri | 1 | -6/+11 |
2020-07-21 | net/smc: fix dmb buffer shortage | Karsten Graul | 1 | -2/+2 |
2020-07-21 | net/smc: put slot when connection is killed | Karsten Graul | 1 | -1/+5 |
2020-07-21 | rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA | David Howells | 2 | -2/+2 |
2020-07-20 | net/smc: fix restoring of fallback changes | Karsten Graul | 1 | -2/+4 |
2020-07-20 | net/smc: remove freed buffer from list | Karsten Graul | 1 | -1/+5 |
2020-07-20 | net/smc: do not call dma sync for unmapped memory | Karsten Graul | 4 | -14/+18 |
2020-07-20 | net/smc: fix handling of delete link requests | Karsten Graul | 1 | -22/+7 |
2020-07-20 | net/smc: move add link processing for new device into llc layer | Karsten Graul | 3 | -80/+58 |
2020-07-20 | net/smc: drop out-of-flow llc response messages | Karsten Graul | 1 | -6/+18 |
2020-07-20 | net/smc: protect smc ib device initialization | Karsten Graul | 2 | -3/+14 |
2020-07-20 | net/smc: fix link lookup for new rdma connections | Karsten Graul | 1 | -1/+3 |
2020-07-20 | net/smc: clear link during SMC client link down processing | Karsten Graul | 1 | -1/+3 |
2020-07-20 | net/smc: handle unexpected response types for confirm link | Karsten Graul | 1 | -3/+5 |
2020-07-19 | 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_work | Wang Hai | 1 | -1/+14 |
2020-07-19 | net/9p: validate fds in p9_fd_open | Christoph Hellwig | 1 | -8/+16 |
2020-07-18 | net: hsr: validate address B before copying to skb | Murali Karicheri | 1 | -1/+2 |
2020-07-18 | net: hsr: fix incorrect lsdu size in the tag of HSR frames for small frames | Murali Karicheri | 1 | -0/+3 |
2020-07-17 | nfc: nci: add missed destroy_workqueue in nci_register_device | Wang Hai | 1 | -1/+4 |
2020-07-17 | rtnetlink: Fix memory(net_device) leak when ->newlink fails | Weilong Chen | 1 | -1/+2 |
2020-07-17 | xfrm: policy: fix IPv6-only espintcp compilation | Sabrina Dubroca | 1 | -2/+2 |
2020-07-17 | espintcp: recv() should return 0 when the peer socket is closed | Sabrina Dubroca | 1 | -1/+4 |
2020-07-17 | espintcp: support non-blocking sends | Sabrina Dubroca | 1 | -13/+13 |
2020-07-16 | mptcp: use sha256() instead of open coding | Eric Biggers | 1 | -12/+3 |
2020-07-16 | vsock/virtio: annotate 'the_virtio_vsock' RCU pointer | Stefano Garzarella | 1 | -1/+1 |
2020-07-15 | netfilter: nf_tables: fix nat hook table deletion | Florian Westphal | 1 | -27/+14 |
2020-07-15 | xprtrdma: fix incorrect header size calculations | Colin Ian King | 1 | -2/+2 |
2020-07-14 | ip6_gre: fix null-ptr-deref in ip6gre_init_net() | Wei Yongjun | 1 | -5/+6 |
2020-07-13 | xprtrdma: Fix handling of connect errors | Chuck Lever | 1 | -3/+5 |
2020-07-13 | xprtrdma: Fix return code from rpcrdma_xprt_connect() | Chuck Lever | 1 | -6/+10 |
2020-07-13 | xprtrdma: Fix recursion into rpcrdma_xprt_disconnect() | Chuck Lever | 2 | -8/+7 |
2020-07-13 | xprtrdma: Fix double-free in rpcrdma_ep_create() | Chuck Lever | 1 | -5/+2 |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 79 | -402/+548 |
2020-07-10 | Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/misc | Linus Torvalds | 1 | -1/+1 |
2020-07-09 | Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -1/+1 |
2020-07-09 | tcp: make sure listeners don't initialize congestion-control state | Christoph Paasch | 2 | -1/+4 |
2020-07-09 | ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit() | Michal Kubecek | 1 | -14/+13 |
2020-07-09 | net_sched: fix a memory leak in atm_tc_init() | Cong Wang | 1 | -4/+4 |
2020-07-09 | bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok() | Kees Cook | 1 | -1/+1 |
2020-07-09 | tipc: fix retransmission on unicast links | Hamish Martin | 1 | -8/+18 |
2020-07-09 | l2tp: remove skb_dst_set() from l2tp_xmit_skb() | Xin Long | 1 | -4/+1 |
2020-07-08 | net/smc: tolerate future SMCD versions | Ursula Braun | 2 | -13/+34 |
2020-07-08 | net/smc: switch smcd_dev_list spinlock to mutex | Ursula Braun | 4 | -18/+20 |
2020-07-08 | net/smc: fix sleep bug in smc_pnet_find_roce_resource() | Ursula Braun | 4 | -18/+22 |
2020-07-08 | net/smc: fix work request handling | Karsten Graul | 2 | -8/+10 |
2020-07-08 | net/smc: separate LLC wait queues for flow and messages | Karsten Graul | 3 | -48/+77 |
2020-07-08 | net: Restrict receive packets queuing to housekeeping CPUs | Alex Belits | 1 | -1/+9 |
2020-07-08 | bpfilter: switch to kernel_write | Christoph Hellwig | 1 | -1/+1 |
2020-07-08 | bridge: mcast: Fix MLD2 Report IPv6 payload length check | Linus Lüssing | 1 | -1/+1 |
2020-07-08 | net/sched: act_ct: add miss tcf_lastuse_update. | wenxu | 1 | -0/+2 |