summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-09-23net/sched: Retire rsvp classifierJamal Hadi Salim
2023-09-23net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis
2023-09-23kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima
2023-09-23kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida
2023-09-23netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa
2023-09-23kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida
2023-09-23net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis
2023-09-23af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima
2023-09-23af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima
2023-09-23af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima
2023-09-23af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima
2023-09-23net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie
2023-09-23net: read sk->sk_family once in sk_mc_loop()Eric Dumazet
2023-09-23dccp: Fix out of bounds access in DCCP error handlerJann Horn
2023-09-23skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella
2023-09-23netfilter: xt_sctp: validate the flag_info countWander Lairson Costa
2023-09-23netfilter: xt_u32: validate user space inputWander Lairson Costa
2023-09-23netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng
2023-09-23igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet
2023-09-23netrom: Deny concurrent connect().Kuniyuki Iwashima
2023-09-23net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic
2023-09-23lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-09-23tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-09-23netfilter: nf_tables: missing NFT_TRANS_PREPARE_ERROR in flowtable deactivata...Pablo Neira Ayuso
2023-09-23netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu
2023-09-23net: Avoid address overwrite in kernel_connectJordan Rife
2023-09-23sctp: handle invalid error codes without calling BUG()Dan Carpenter
2023-09-23netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin
2023-09-239p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet
2023-08-30rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel
2023-08-30netfilter: nf_queue: fix socket leakVamsi Krishna Brahmajosyula
2023-08-30batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel
2023-08-30batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel
2023-08-30batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel
2023-08-30batman-adv: Don't increase MTU when set by userSven Eckelmann
2023-08-30batman-adv: Trigger events for auto adjusted MTUSven Eckelmann
2023-08-30ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-08-30ipvs: Improve robustness to the ipvs sysctlJunwei Hu
2023-08-30net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim
2023-08-30dccp: annotate data-races in dccp_poll()Eric Dumazet
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-08-30net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma
2023-08-30net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing
2023-08-30af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima
2023-08-30netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long
2023-08-30sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-30netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso
2023-08-30xfrm: add NULL check in xfrm_update_ae_paramsLin Ma
2023-08-30ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao
2023-08-30ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao