summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima2023-09-191-7/+8
* net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian2023-09-191-2/+2
* kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida2023-09-191-0/+2
* hsr: Fix uninit-value access in fill_frame_info()Ziyang Xuan2023-09-191-0/+1
* net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang2023-09-191-0/+2
* net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian2023-09-191-5/+5
* netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa2023-09-191-0/+8
* kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida2023-09-191-0/+2
* net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2023-09-192-6/+18
* af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima2023-09-191-1/+1
* af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima2023-09-191-2/+2
* af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima2023-09-191-1/+1
* af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima2023-09-191-3/+3
* net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie2023-09-191-1/+1
* ipv4: ignore dst hint for multipath routesSriram Yagnaraman2023-09-192-1/+3
* net: read sk->sk_family once in sk_mc_loop()Eric Dumazet2023-09-191-1/+2
* ipv4: annotate data-races around fi->fib_deadEric Dumazet2023-09-192-2/+6
* sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2023-09-192-6/+6
* net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet2023-09-191-8/+19
* net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian2023-09-191-2/+1
* dccp: Fix out of bounds access in DCCP error handlerJann Horn2023-09-192-9/+19
* skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella2023-09-191-14/+20
* netfilter: xt_sctp: validate the flag_info countWander Lairson Costa2023-09-191-0/+2
* netfilter: xt_u32: validate user space inputWander Lairson Costa2023-09-191-0/+21
* netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng2023-09-191-0/+1
* igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet2023-09-191-1/+2
* netrom: Deny concurrent connect().Kuniyuki Iwashima2023-09-191-0/+5
* net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic2023-09-191-0/+4
* lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-09-192-2/+2
* lwt: Fix return values of BPF xmit opsYan Zhai2023-09-191-4/+3
* net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong2023-09-191-1/+17
* Bluetooth: Fix potential use-after-free when clear keysMin Li2023-09-191-8/+8
* bpf: reject unhashed sockets in bpf_sk_assignLorenz Bauer2023-09-191-0/+2
* udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2023-09-192-10/+29
* tcp: tcp_enter_quickack_mode() should be staticEric Dumazet2023-09-191-2/+1
* net: Avoid address overwrite in kernel_connectJordan Rife2023-09-191-1/+5
* sctp: handle invalid error codes without calling BUG()Dan Carpenter2023-09-191-1/+4
* netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin2023-09-191-1/+2
* 9p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet2023-09-191-1/+1
* batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann2023-08-301-0/+3
* 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
* rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel2023-08-301-0/+3
* rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot2023-08-301-4/+14
* netfilter: nf_tables: fix out of memory error handlingFlorian Westphal2023-08-301-3/+10
* net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim2023-08-301-13/+40
* net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-301-4/+18