summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-01-23net: fix data-races around sk->sk_forward_allocWang Liang2-4/+2
2025-01-23ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet1-1/+1
2025-01-23vsock/virtio: discard packets if the transport changesStefano Garzarella1-2/+5
2025-01-23vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella1-0/+9
2025-01-23vsock: reset socket state when de-assigning the transportStefano Garzarella1-0/+9
2025-01-23vsock/virtio: cancel close work in the destructorStefano Garzarella1-8/+21
2025-01-23mac802154: check local interfaces before deleting sdata listLizhi Xu1-0/+4
2025-01-23net: add exit_batch_rtnl() methodEric Dumazet1-1/+30
2025-01-23pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev1-3/+3
2025-01-23bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj1-12/+18
2025-01-23mptcp: fix TCP options overflow.Paolo Abeni1-0/+7
2025-01-23mptcp: drop port parameter of mptcp_pm_add_addr_signalGeliang Tang3-7/+7
2025-01-23sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-23sctp: sysctl: udp_port: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-23sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-23sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)1-2/+2
2025-01-23sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-23netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso1-1/+4
2025-01-23netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso1-4/+11
2025-01-23tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington1-1/+1
2025-01-23net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet1-1/+2
2025-01-23net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor1-2/+2
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: restrict SO_REUSEPORT to inet socketsEric Dumazet1-1/+4
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-09net: fix memory leak in tcp_conn_request()Wang Liang1-0/+1
2025-01-09net: dsa: improve shutdown sequenceVladimir Oltean1-0/+7
2025-01-09bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang1-6/+15
2025-01-09tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang2-2/+8
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 smcd_v2_ext_offset when receiving proposal msgGuangguan Wang1-1/+7
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
2024-12-19bpf, sockmap: Fix update element with sameMichal Luczaj1-0/+1
2024-12-19tcp: check space before adding MPTCP SYN optionsMoYuanhao1-2/+4
2024-12-14Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz1-2/+0