summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: fix incorrect header size calculationsColin Ian King2020-07-151-2/+2
* xprtrdma: Fix handling of connect errorsChuck Lever2020-07-131-3/+5
* xprtrdma: Fix return code from rpcrdma_xprt_connect()Chuck Lever2020-07-131-6/+10
* xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()Chuck Lever2020-07-132-8/+7
* xprtrdma: Fix double-free in rpcrdma_ep_create()Chuck Lever2020-07-131-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-1079-402/+548
|\
| * tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-092-1/+4
| * ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()Michal Kubecek2020-07-091-14/+13
| * net_sched: fix a memory leak in atm_tc_init()Cong Wang2020-07-091-4/+4
| * tipc: fix retransmission on unicast linksHamish Martin2020-07-081-8/+18
| * l2tp: remove skb_dst_set() from l2tp_xmit_skb()Xin Long2020-07-081-4/+1
| * net/smc: tolerate future SMCD versionsUrsula Braun2020-07-082-13/+34
| * net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun2020-07-084-18/+20
| * net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun2020-07-084-18/+22
| * net/smc: fix work request handlingKarsten Graul2020-07-082-8/+10
| * net/smc: separate LLC wait queues for flow and messagesKarsten Graul2020-07-083-48/+77
| * bridge: mcast: Fix MLD2 Report IPv6 payload length checkLinus Lüssing2020-07-071-1/+1
| * net/sched: act_ct: add miss tcf_lastuse_update.wenxu2020-07-071-0/+2
| * mptcp: fix DSS map generation on fin retransmissionPaolo Abeni2020-07-071-3/+3
| * ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-071-0/+3
| * cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-071-1/+1
| * ipv6: Fix use of anycast address with loopbackDavid Ahern2020-07-071-1/+1
| * ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern2020-07-061-1/+4
| * hsr: fix interface leak in error path of hsr_dev_finalize()Taehee Yoo2020-07-041-4/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-07-045-5/+7
| |\
| | * netfilter: conntrack: refetch conntrack after nf_conntrack_update()Pablo Neira Ayuso2020-07-031-0/+2
| | * netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet2020-06-304-5/+5
| * | sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-0316-32/+41
| * | tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-021-4/+1
| * | tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet2020-07-011-0/+2
| * | ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-013-5/+5
| * | tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-011-3/+5
| * | rds: If one path needs re-connection, check all and re-connectRao Shoaib2020-07-013-1/+20
| * | tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-012-9/+18
| * | genetlink: remove genl_bindSean Tranchetti2020-07-011-49/+0
| * | net: qrtr: Fix an out of bounds read qrtr_endpoint_post()Dan Carpenter2020-06-301-1/+5
| * | tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-06-302-2/+8
| * | net: qrtr: free flow in __qrtr_node_releaseCarl Huang2020-06-301-1/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-305-84/+97
| |\ \
| | * | bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song2020-06-301-1/+18
| | * | bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-301-5/+45
| | * | bpf: sockmap: Check value of unused args to BPF_PROG_ATTACHLorenz Bauer2020-06-301-0/+3
| | * | bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-9/+10
| | * | flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-11/+2
| | * | xsk: Use dma_need_sync instead of reimplenting itChristoph Hellwig2020-06-301-47/+3
| | * | xsk: Remove a double pool->dev assignment in xp_dma_mapChristoph Hellwig2020-06-301-1/+0
| | * | xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig2020-06-301-3/+2
| | * | bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend2020-06-281-1/+9
| | * | bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend2020-06-281-7/+6
| * | | net: xfrmi: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+2