summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-01-23net: fix data-races around sk->sk_forward_allocWang Liang
2025-01-23vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella
2025-01-23vsock: reset socket state when de-assigning the transportStefano Garzarella
2025-01-23vsock/virtio: cancel close work in the destructorStefano Garzarella
2025-01-23vsock/virtio: discard packets if the transport changesStefano Garzarella
2025-01-23mptcp: be sure to send ack when mptcp-level window re-opensPaolo Abeni
2025-01-23mac802154: check local interfaces before deleting sdata listLizhi Xu
2025-01-23net: add exit_batch_rtnl() methodEric Dumazet
2025-01-23pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev
2025-01-23openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets
2025-01-23bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj
2025-01-17bpf: Add MEM_WRITE attributeDaniel Borkmann
2025-01-17sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-17sctp: sysctl: udp_port: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-17sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-17sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-17sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-17sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen
2025-01-17netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso
2025-01-17netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso
2025-01-17tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann
2025-01-17Bluetooth: hci_sync: Fix not setting Random Address when requiredLuiz Augusto von Dentz
2025-01-17tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington
2025-01-17net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet
2025-01-17net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor
2025-01-17bpf, sockmap: Fix race between element replace and close()Michal Luczaj
2025-01-09mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni
2025-01-09mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni
2025-01-09mptcp: fix TCP options overflow.Paolo Abeni
2025-01-09net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz
2025-01-09wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach
2025-01-09ila: serialize calls to nf_register_net_hooks()Eric Dumazet
2025-01-09af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet
2025-01-09af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet
2025-01-09net: restrict SO_REUSEPORT to inet socketsEric Dumazet
2025-01-09net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn
2025-01-09net: llc: reset skb->transport_headerAntonio Pastor
2025-01-09netrom: check buffer length before accessing itIlya Shchipletsov
2025-01-09net: Fix netns for ip_tunnel_init_flow()Xiao Liang
2025-01-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()Ido Schimmel
2025-01-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()Ido Schimmel
2025-01-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()Ido Schimmel
2025-01-09ip_tunnel: annotate data-races around t->parms.linkEric Dumazet
2025-01-09ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig
2025-01-09net: fix memory leak in tcp_conn_request()Wang Liang
2025-01-09net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr
2025-01-02bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang
2025-01-02tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang