summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-02-01ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel1-1/+1
2025-02-01Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-9/+5
2025-02-01net: sched: fix ets qdisc OOB IndexingJamal Hadi Salim1-0/+2
2025-02-01net: fix data-races around sk->sk_forward_allocWang Liang2-4/+2
2025-02-01vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella1-0/+6
2025-02-01vsock/virtio: discard packets if the transport changesStefano Garzarella1-2/+5
2025-02-01fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn1-1/+1
2025-02-01ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet1-1/+1
2025-02-01vsock: reset socket state when de-assigning the transportStefano Garzarella1-0/+9
2025-02-01vsock/virtio: cancel close work in the destructorStefano Garzarella1-8/+21
2025-02-01mac802154: check local interfaces before deleting sdata listLizhi Xu1-0/+4
2025-02-01net: add exit_batch_rtnl() methodEric Dumazet1-1/+30
2025-02-01net: net_namespace: Optimize the codeYajun Deng1-28/+24
2025-02-01bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj1-12/+18
2025-02-01sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)1-2/+2
2025-02-01sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-02-01sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-02-01netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso1-1/+4
2025-02-01netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso1-4/+11
2025-02-01tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington1-1/+1
2025-02-01net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet1-1/+2
2025-02-01net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor1-2/+2
2025-02-01netfilter: nft_dynset: honor stateful expressions in set definitionPablo Neira Ayuso2-1/+29
2025-01-09net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov1-1/+2
2025-01-09wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach1-0/+3
2025-01-09ila: serialize calls to nf_register_net_hooks()Eric Dumazet1-5/+11
2025-01-09af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet1-12/+4
2025-01-09af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet1-9/+3
2025-01-09net: llc: reset skb->transport_headerAntonio Pastor1-1/+1
2025-01-09netrom: check buffer length before accessing itIlya Shchipletsov1-0/+6
2025-01-09ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet1-0/+4
2025-01-09skb_expand_head() adjust skb->truesize incorrectlyVasily Averin1-13/+23
2025-01-09bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen1-2/+2
2025-01-09ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet1-0/+4
2025-01-09ipv6: use skb_expand_head in ip6_xmitVasily Averin1-16/+11
2025-01-09ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin1-35/+16
2025-01-09skbuff: introduce skb_expand_head()Vasily Averin1-0/+42
2025-01-09bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang1-6/+15
2025-01-09tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-1/+1
2025-01-09netfilter: ipset: Fix for recursive locking warningPhil Sutter1-0/+3
2025-01-09net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang1-0/+5
2025-01-09net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang3-2/+14
2025-01-09net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang1-0/+7
2025-01-09net: sched: fix ordering of qlen adjustmentLion Ackermann2-2/+2
2024-12-19net/sched: netem: account for backlog updates from child qdiscMartin Ottens1-6/+16
2024-12-19tipc: fix NULL deref in cleanup_bearer()Eric Dumazet1-1/+6
2024-12-19batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel1-3/+11
2024-12-19batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel1-15/+22
2024-12-19batman-adv: Do not send uninitialized TT changesRemi Pommarel1-0/+7
2024-12-19virtio/vsock: Fix accept_queue memory leakMichal Luczaj1-0/+8