summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev: avoid CFI problems with sock priv helpersJakub Kicinski39 hours1-2/+12
* net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck3 days1-5/+5
* mptcp: fix spurious wake-up on under memory pressurePaolo Abeni3 days1-2/+7
* mptcp: be sure to send ack when mptcp-level window re-opensPaolo Abeni3 days1-2/+4
* vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella4 days1-0/+9
* vsock: reset socket state when de-assigning the transportStefano Garzarella4 days1-0/+9
* vsock/virtio: cancel close work in the destructorStefano Garzarella4 days1-8/+21
* vsock/bpf: return early if transport is not assignedStefano Garzarella4 days1-0/+9
* vsock/virtio: discard packets if the transport changesStefano Garzarella4 days1-2/+5
* udp: Make rehash4 independent in udp_lib_rehash()Philo Lu4 days1-19/+27
* net/ncsi: fix locking in Get MAC Address handlingPaul Fertser4 days3-15/+22
* pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev5 days1-3/+3
* openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets7 days1-1/+3
* xsk: Bring back busy polling supportStanislav Fomichev7 days2-6/+9
* bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj7 days1-12/+18
* ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart8 days1-0/+1
* Merge tag 'nf-25-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski8 days2-5/+15
|\
| * netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso9 days1-1/+4
| * netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso9 days1-4/+11
* | rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxyMatthieu Baerts (NGI0)8 days1-7/+32
* | sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxyMatthieu Baerts (NGI0)8 days1-1/+2
* | sctp: sysctl: udp_port: avoid using current->nsproxyMatthieu Baerts (NGI0)8 days1-1/+1
* | sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)8 days1-1/+1
* | sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)8 days1-2/+2
* | sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)8 days1-1/+2
* | mptcp: sysctl: blackhole timeout: avoid using current->nsproxyMatthieu Baerts (NGI0)8 days1-1/+3
* | mptcp: sysctl: sched: avoid using current->nsproxyMatthieu Baerts (NGI0)8 days1-6/+5
* | mptcp: sysctl: avail sched: remove write accessMatthieu Baerts (NGI0)8 days1-1/+1
* | sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen8 days1-65/+75
* | Merge tag 'for-net-2025-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski9 days3-9/+44
|\ \
| * | Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices.Chris Lu9 days1-2/+2
| * | Bluetooth: MGMT: Fix Add Device to responding before completingLuiz Augusto von Dentz9 days1-2/+36
| * | Bluetooth: hci_sync: Fix not setting Random Address when requiredLuiz Augusto von Dentz9 days1-5/+6
* | | tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann9 days1-1/+1
* | | netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski9 days3-18/+34
|/ /
* | ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima10 days1-3/+7
* | tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington10 days1-1/+1
* | net: don't dump Tx and uninitialized NAPIsJakub Kicinski11 days1-2/+3
* | Merge tag 'ieee802154-for-net-2025-01-03' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski13 days1-0/+4
|\ \
| * | mac802154: check local interfaces before deleting sdata listLizhi Xu2024-11-191-0/+4
* | | net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet13 days1-1/+2
* | | net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor13 days1-2/+2
* | | Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2025-01-0312-45/+62
|\ \ \
| * | | mptcp: prevent excessive coalescing on receivePaolo Abeni2025-01-031-0/+1
| * | | mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni2025-01-031-9/+9
| * | | mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni2025-01-031-3/+3
| * | | ila: serialize calls to nf_register_net_hooks()Eric Dumazet2025-01-031-5/+11
| * | | af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet2025-01-031-12/+4
| * | | af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet2025-01-031-9/+3
| * | | net: restrict SO_REUSEPORT to inet socketsEric Dumazet2025-01-031-1/+4