summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima2023-08-301-5/+4
* netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long2023-08-301-3/+3
* sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-301-1/+1
* netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso2023-08-301-0/+3
* xfrm: add NULL check in xfrm_update_ae_paramsLin Ma2023-08-301-1/+1
* ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao2023-08-301-2/+2
* ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao2023-08-301-2/+2
* xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao2023-08-301-2/+2
* xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger2023-08-302-0/+2
* net: af_key: fix sadb_x_filter validationLin Ma2023-08-301-2/+2
* net: xfrm: Fix xfrm_address_filter OOB readLin Ma2023-08-301-0/+9
* Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang2023-08-301-0/+5
* sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet2023-08-161-34/+25
* netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso2023-08-163-67/+113
* netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushPablo Neira Ayuso2023-08-162-0/+35
* dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet2023-08-162-3/+9
* net/packet: annotate data-races around tp->statusEric Dumazet2023-08-161-6/+10
* ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski2023-08-161-1/+2
* Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim2023-08-111-0/+2
* libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov2023-08-111-6/+14
* tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet2023-08-111-4/+5
* tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet2023-08-111-4/+7
* tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet2023-08-111-9/+14
* tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet2023-08-111-2/+4
* tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet2023-08-111-6/+13
* tcp_metrics: fix addr_same() helperEric Dumazet2023-08-111-1/+1
* ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing2023-08-111-1/+1
* net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis2023-08-111-1/+0
* net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis2023-08-111-1/+0
* net: add missing data-race annotation for sk_ll_usecEric Dumazet2023-08-111-1/+1
* net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2023-08-112-3/+3
* net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim2023-08-111-6/+50
* net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones2023-08-111-7/+13
* net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela2023-08-111-1/+6
* net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan2023-08-111-5/+5
* net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma2023-08-111-0/+14
* net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean2023-08-111-7/+23
* net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean2023-08-111-51/+63
* ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski2023-08-111-4/+10
* tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-08-112-3/+5
* tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-08-111-2/+2
* tcp: annotate data-races around rskq_defer_acceptEric Dumazet2023-08-111-5/+6
* tcp: annotate data-races around tp->linger2Eric Dumazet2023-08-111-4/+4
* net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu2023-08-111-2/+2
* netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal2023-08-111-2/+2
* netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal2023-08-111-0/+3
* llc: Don't drop packet from non-root netns.Kuniyuki Iwashima2023-08-111-3/+0
* Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-08-112-19/+6
* net:ipv6: check return value of pskb_trim()Yuanjun Gong2023-08-111-1/+2
* wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()Gustavo A. R. Silva2023-08-111-0/+6