summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski
2025-01-14net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck
2025-01-14mptcp: fix spurious wake-up on under memory pressurePaolo Abeni
2025-01-14mptcp: be sure to send ack when mptcp-level window re-opensPaolo Abeni
2025-01-14vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella
2025-01-14vsock: reset socket state when de-assigning the transportStefano Garzarella
2025-01-14vsock/virtio: cancel close work in the destructorStefano Garzarella
2025-01-14vsock/bpf: return early if transport is not assignedStefano Garzarella
2025-01-14vsock/virtio: discard packets if the transport changesStefano Garzarella
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu
2025-01-13net/ncsi: fix locking in Get MAC Address handlingPaul Fertser
2025-01-13pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev
2025-01-10openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets
2025-01-10xsk: Bring back busy polling supportStanislav Fomichev
2025-01-10bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj
2025-01-09ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart
2025-01-09Merge tag 'nf-25-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-01-09rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09sctp: sysctl: udp_port: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09mptcp: sysctl: blackhole timeout: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09mptcp: sysctl: sched: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09mptcp: sysctl: avail sched: remove write accessMatthieu Baerts (NGI0)
2025-01-09sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen
2025-01-09netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso
2025-01-09netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso
2025-01-08Merge tag 'for-net-2025-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-01-08tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski
2025-01-08Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices.Chris Lu
2025-01-08Bluetooth: MGMT: Fix Add Device to responding before completingLuiz Augusto von Dentz
2025-01-08Bluetooth: hci_sync: Fix not setting Random Address when requiredLuiz Augusto von Dentz
2025-01-07ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima
2025-01-07tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington
2025-01-07net: don't dump Tx and uninitialized NAPIsJakub Kicinski
2025-01-04Merge tag 'ieee802154-for-net-2025-01-03' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2025-01-04net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet
2025-01-04net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-02mptcp: prevent excessive coalescing on receivePaolo Abeni
2025-01-02mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni
2025-01-02mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni
2025-01-02ila: serialize calls to nf_register_net_hooks()Eric Dumazet
2025-01-02af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet
2025-01-02af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet
2025-01-02net: restrict SO_REUSEPORT to inet socketsEric Dumazet
2025-01-02net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn