Age | Commit message (Expand) | Author | Files | Lines |
2020-07-15 | xprtrdma: fix incorrect header size calculations | Colin Ian King | 1 | -2/+2 |
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-10 | 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-08 | bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok() | Kees Cook | 1 | -1/+1 |
2020-07-08 | tipc: fix retransmission on unicast links | Hamish Martin | 1 | -8/+18 |
2020-07-08 | 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 | bpfilter: switch to kernel_write | Christoph Hellwig | 1 | -1/+1 |
2020-07-07 | bridge: mcast: Fix MLD2 Report IPv6 payload length check | Linus Lüssing | 1 | -1/+1 |
2020-07-07 | net/sched: act_ct: add miss tcf_lastuse_update. | wenxu | 1 | -0/+2 |
2020-07-07 | mptcp: fix DSS map generation on fin retransmission | Paolo Abeni | 1 | -3/+3 |
2020-07-07 | ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsg | Sabrina Dubroca | 1 | -0/+3 |
2020-07-07 | cgroup: fix cgroup_sk_alloc() for sk_clone_lock() | Cong Wang | 1 | -1/+1 |
2020-07-07 | ipv6: Fix use of anycast address with loopback | David Ahern | 1 | -1/+1 |
2020-07-06 | ipv6: fib6_select_path can not use out path for nexthop objects | David Ahern | 1 | -1/+4 |
2020-07-04 | hsr: fix interface leak in error path of hsr_dev_finalize() | Taehee Yoo | 1 | -4/+7 |
2020-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 5 | -5/+7 |
2020-07-03 | sched: consistently handle layer3 header accesses in the presence of VLANs | Toke Høiland-Jørgensen | 16 | -32/+41 |
2020-07-03 | netfilter: conntrack: refetch conntrack after nf_conntrack_update() | Pablo Neira Ayuso | 1 | -0/+2 |
2020-07-02 | Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -0/+1 |
2020-07-02 | tcp: md5: allow changing MD5 keys in all socket states | Eric Dumazet | 1 | -4/+1 |
2020-07-01 | tcp: fix SO_RCVLOWAT possible hangs under high mem pressure | Eric Dumazet | 1 | -0/+2 |
2020-07-01 | ip: Fix SO_MARK in RST, ACK and ICMP packets | Willem de Bruijn | 3 | -5/+5 |
2020-07-01 | tcp: md5: do not send silly options in SYNCOOKIES | Eric Dumazet | 1 | -3/+5 |
2020-07-01 | rds: If one path needs re-connection, check all and re-connect | Rao Shoaib | 3 | -1/+20 |
2020-07-01 | tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers | Eric Dumazet | 2 | -9/+18 |
2020-07-01 | genetlink: remove genl_bind | Sean Tranchetti | 1 | -49/+0 |
2020-06-30 | net: qrtr: Fix an out of bounds read qrtr_endpoint_post() | Dan Carpenter | 1 | -1/+5 |
2020-06-30 | tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() | Eric Dumazet | 2 | -2/+8 |
2020-06-30 | net: qrtr: free flow in __qrtr_node_release | Carl Huang | 1 | -1/+3 |
2020-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 5 | -84/+97 |
2020-06-30 | bpf: Add tests for PTR_TO_BTF_ID vs. null comparison | Yonghong Song | 1 | -1/+18 |
2020-06-30 | net: xfrmi: implement header_ops->parse_protocol for AF_PACKET | Jason A. Donenfeld | 1 | -0/+2 |
2020-06-30 | net: sit: implement header_ops->parse_protocol for AF_PACKET | Jason A. Donenfeld | 1 | -0/+1 |
2020-06-30 | net: vti: implement header_ops->parse_protocol for AF_PACKET | Jason A. Donenfeld | 2 | -0/+2 |
2020-06-30 | net: ipip: implement header_ops->parse_protocol for AF_PACKET | Jason A. Donenfeld | 2 | -0/+2 |
2020-06-30 | net: ip_tunnel: add header_ops for layer 3 devices | Jason A. Donenfeld | 1 | -0/+18 |
2020-06-30 | bpf: sockmap: Require attach_bpf_fd when detaching a program | Lorenz Bauer | 1 | -5/+45 |