summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Avoid address overwrite in kernel_connectJordan Rife2023-09-231-1/+5
* sctp: handle invalid error codes without calling BUG()Dan Carpenter2023-09-231-1/+4
* netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin2023-09-231-1/+2
* 9p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet2023-09-231-1/+1
* rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel2023-08-301-1/+4
* netfilter: nf_queue: fix socket leakVamsi Krishna Brahmajosyula2023-08-301-2/+0
* batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel2023-08-301-1/+3
* batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel2023-08-301-1/+0
* batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel2023-08-302-2/+4
* batman-adv: Don't increase MTU when set by userSven Eckelmann2023-08-303-1/+22
* batman-adv: Trigger events for auto adjusted MTUSven Eckelmann2023-08-301-1/+1
* ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong2023-08-301-0/+4
* ipvs: Improve robustness to the ipvs sysctlJunwei Hu2023-08-301-34/+36
* net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim2023-08-301-13/+40
* dccp: annotate data-races in dccp_poll()Eric Dumazet2023-08-301-8/+12
* sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-301-1/+1
* net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma2023-08-301-1/+1
* net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing2023-08-301-1/+3
* 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