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