summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-04-29Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-04-28tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-04-28netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal
2022-04-28Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2022-04-27tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-27netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk
2022-04-27netfilter: nf_conntrack_tcp: re-init for syn packets onlyFlorian Westphal
2022-04-26net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz
2022-04-26Bluetooth: hci_event: Fix creating hci_conn object on error statusLuiz Augusto von Dentz
2022-04-26Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz
2022-04-26xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski
2022-04-26mctp: defer the kfree of object mdev->addrsLin Ma
2022-04-25net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu
2022-04-25net/smc: Only save the original clcsock callback functionsWen Gu
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-25net: dsa: flood multicast to CPU when slave has IFF_PROMISCVladimir Oltean
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-04-25ip6_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-04-25ip_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-04-25net/smc: sync err code when tcp connection was refusedliuyacan
2022-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-04-25netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi
2022-04-25libceph: disambiguate cluster/pool full log messageIlya Dryomov
2022-04-25netfilter: flowtable: Remove the empty fileRongguang Wei
2022-04-23sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long
2022-04-22tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang
2022-04-22net: bridge: switchdev: check br_vlan_group() return valueClément Léger
2022-04-22tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri
2022-04-22bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger
2022-04-22netfilter: nft_set_rbtree: overlap detection with element re-addition after d...Pablo Neira Ayuso
2022-04-22net: dsa: Add missing of_node_put() in dsa_port_link_register_ofMiaoqian Lin
2022-04-19netlink: reset network and mac headers in netlink_dump()Eric Dumazet
2022-04-19ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2022-04-19net: dsa: hellcreek: Calculate checksums in taggerKurt Kanzenbach
2022-04-17can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp
2022-04-15ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet
2022-04-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern
2022-04-15l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...David Ahern
2022-04-15net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet
2022-04-15net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet
2022-04-15openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio
2022-04-15ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye
2022-04-15ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye
2022-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-04-15net/packet: fix packet_sock xmit return value checkingHangbin Liu
2022-04-15net/smc: Fix sock leak when release after smc_shutdown()Tony Lu