summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2023-08-30xprtrdma: Remap Receive buffers after a reconnectChuck Lever
2023-08-23net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing
2023-08-23af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima
2023-08-23netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long
2023-08-23sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-23net: openvswitch: reject negative ifindexJakub Kicinski
2023-08-23netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso
2023-08-23ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-08-23netfilter: nf_tables: deactivate catchall elements in next generationFlorian Westphal
2023-08-23netfilter: nf_tables: fix false-positive lockdep splatFlorian Westphal
2023-08-23xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma
2023-08-23xfrm: add NULL check in xfrm_update_ae_paramsLin Ma
2023-08-23ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao
2023-08-23ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao
2023-08-23xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao
2023-08-23net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma
2023-08-23net: af_key: fix sadb_x_filter validationLin Ma
2023-08-23net: xfrm: Fix xfrm_address_filter OOB readLin Ma
2023-08-23Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko
2023-08-23Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang
2023-08-23net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer
2023-08-23net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe
2023-08-16sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-08-16nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel
2023-08-16nexthop: Make nexthop bucket dump more efficientIdo Schimmel
2023-08-16nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel
2023-08-16net: tls: avoid discarding data on record closeJakub Kicinski
2023-08-16dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet
2023-08-16xsk: fix refcount underflow in error pathMagnus Karlsson
2023-08-16tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal
2023-08-16net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer
2023-08-16net/packet: annotate data-races around tp->statusEric Dumazet
2023-08-16mptcp: fix the incorrect judgment for msk->cb_flagsXiang Yang
2023-08-16bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai
2023-08-16bpf, sockmap: Fix map type error in sock_map_del_linkXu Kuohai
2023-08-16net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()Andrew Kanner
2023-08-16mptcp: fix disconnect vs accept racePaolo Abeni
2023-08-16mptcp: avoid bogus reset on fallback closePaolo Abeni
2023-08-16ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski
2023-08-16wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()Keith Yeo
2023-08-11Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim
2023-08-11libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov
2023-08-11tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet
2023-08-11tcp_metrics: fix addr_same() helperEric Dumazet
2023-08-11ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing