aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2022-05-09Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2022-05-09Merge tag 'v5.10.114' into v5.10/standard/baseBruce Ashfield
2022-05-09netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal
2022-05-09tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang
2022-05-09tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy
2022-05-09tcp: make sure treq->af_specific is initializedEric Dumazet
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-05-09ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-05-09ip6_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-05-09ip_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-05-09net/smc: sync err code when tcp connection was refusedliuyacan
2022-05-09sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang
2022-05-09tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri
2022-05-09bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger
2022-05-09netfilter: nft_set_rbtree: overlap detection with element re-addition after d...Pablo Neira Ayuso
2022-05-09net: dsa: Add missing of_node_put() in dsa_port_link_register_ofMiaoqian Lin
2022-05-09ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2022-05-03Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2022-05-03Merge tag 'v5.10.113' into v5.10/standard/baseBruce Ashfield
2022-04-27can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp
2022-04-27openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio
2022-04-27netlink: reset network and mac headers in netlink_dump()Eric Dumazet
2022-04-27ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet
2022-04-27l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...David Ahern
2022-04-27net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet
2022-04-27ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye
2022-04-27ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye
2022-04-27net/packet: fix packet_sock xmit return value checkingHangbin Liu
2022-04-27net/smc: Fix sock leak when release after smc_shutdown()Tony Lu
2022-04-27rxrpc: Restore removed timer deletionDavid Howells
2022-04-27esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-04-27net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet
2022-04-20Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2022-04-20Merge tag 'v5.10.112' into v5.10/standard/baseBruce Ashfield
2022-04-20Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2022-04-20Merge tag 'v5.10.111' into v5.10/standard/baseBruce Ashfield
2022-04-20ax25: Fix UAF bugs in ax25 timersDuoming Zhou
2022-04-20ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou
2022-04-20ax25: fix NPD bug in ax25_disconnectDuoming Zhou
2022-04-20ax25: fix UAF bug in ax25_send_control()Duoming Zhou
2022-04-20ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou
2022-04-20ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou
2022-04-20ax25: fix reference count leaks of ax25_devDuoming Zhou
2022-04-20ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou
2022-04-20ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel
2022-04-20nl80211: correctly check NL80211_ATTR_REG_ALPHA2 sizeJohannes Berg
2022-04-20nfc: nci: add flush_workqueue to prevent uafLin Ma
2022-04-20sctp: Initialize daddr on peeled off socketPetr Malat
2022-04-20net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul