summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-02-08net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang3-21/+26
2025-02-08wifi: mac80211: don't flush non-uploaded STAsJohannes Berg1-0/+3
2025-02-08wifi: mac80211: fix tid removal during mesh forwardingAndy Strohman1-0/+1
2025-02-08wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlierKees Cook1-2/+1
2025-02-08wifi: mac80211: prohibit deactivating all linksJohannes Berg1-1/+1
2025-02-08ax25: rcu protect dev->ax25_ptrEric Dumazet5-14/+29
2025-02-08udp: Deal with race between UDP socket address change and rehashStefano Brivio2-0/+106
2025-02-08ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet1-2/+2
2025-02-08inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet7-29/+32
2025-02-08inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet1-8/+4
2025-02-08inetpeer: remove create argument of inet_getpeer()Eric Dumazet1-9/+2
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet6-7/+7
2025-02-08rxrpc: Fix handling of received connection abortDavid Howells1-4/+8
2025-02-08net_sched: sch_sfq: don't allow 1 packet limitOctavian Purdila1-0/+4
2025-02-08wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_...Zichen Xie1-0/+2
2025-02-01net: sched: fix ets qdisc OOB IndexingJamal Hadi Salim1-0/+2
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski1-2/+12
2025-01-14net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck1-5/+5
2025-01-14mptcp: fix spurious wake-up on under memory pressurePaolo Abeni1-2/+7
2025-01-14mptcp: be sure to send ack when mptcp-level window re-opensPaolo Abeni1-2/+4
2025-01-14vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella1-0/+9
2025-01-14vsock: reset socket state when de-assigning the transportStefano Garzarella1-0/+9
2025-01-14vsock/virtio: cancel close work in the destructorStefano Garzarella1-8/+21
2025-01-14vsock/bpf: return early if transport is not assignedStefano Garzarella1-0/+9
2025-01-14vsock/virtio: discard packets if the transport changesStefano Garzarella1-2/+5
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu1-19/+27
2025-01-13net/ncsi: fix locking in Get MAC Address handlingPaul Fertser3-15/+22
2025-01-13pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev1-3/+3
2025-01-10openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets1-1/+3
2025-01-10xsk: Bring back busy polling supportStanislav Fomichev2-6/+9
2025-01-10bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj1-12/+18
2025-01-09ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart1-0/+1
2025-01-09Merge tag 'nf-25-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2-5/+15
2025-01-09rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxyMatthieu Baerts (NGI0)1-7/+32
2025-01-09sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-09sctp: sysctl: udp_port: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-09sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-09sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)1-2/+2
2025-01-09sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-09mptcp: sysctl: blackhole timeout: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+3
2025-01-09mptcp: sysctl: sched: avoid using current->nsproxyMatthieu Baerts (NGI0)1-6/+5
2025-01-09mptcp: sysctl: avail sched: remove write accessMatthieu Baerts (NGI0)1-1/+1
2025-01-09sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen1-65/+75
2025-01-09netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso1-1/+4
2025-01-09netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso1-4/+11
2025-01-08Merge tag 'for-net-2025-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski3-9/+44
2025-01-08tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann1-1/+1
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski3-18/+34
2025-01-08Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices.Chris Lu1-2/+2
2025-01-08Bluetooth: MGMT: Fix Add Device to responding before completingLuiz Augusto von Dentz1-2/+36