summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-10-24Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_completePauli Virtanen1-11/+15
2025-10-24Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz2-3/+6
2025-10-24Bluetooth: ISO: Fix BIS connection dst_type handlingLuiz Augusto von Dentz1-1/+1
2025-10-24Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_onceCen Zhang1-3/+9
2025-10-24Merge tag 'wireless-2025-10-23' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-5/+12
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-62/+84
2025-10-23vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella1-19/+19
2025-10-23espintcp: use datagram_poll_queue for socket readinessRalf Lici1-5/+1
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici1-10/+34
2025-10-23net: hsr: prevent creation of HSR device with slaves from another netnsFernando Fernandez Mancera1-1/+7
2025-10-23sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov1-6/+7
2025-10-22net: gro_cells: fix lock imbalance in gro_cells_receive()Eric Dumazet1-3/+2
2025-10-22mptcp: pm: in-kernel: C-flag: handle late ADD_ADDRMatthieu Baerts (NGI0)1-0/+6
2025-10-21xfrm: check all hash buckets for leftover states during netns deletionSabrina Dubroca1-4/+8
2025-10-21xfrm: set err and extack on failure to create pcpu SASabrina Dubroca1-1/+4
2025-10-21xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the stateSabrina Dubroca1-1/+4
2025-10-21xfrm: make state as DEAD before final put when migrate failsSabrina Dubroca1-0/+2
2025-10-21xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca1-1/+2
2025-10-21xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca1-2/+6
2025-10-21net/smc: fix general protection fault in __smc_diag_dumpWang Liang1-13/+0
2025-10-20wifi: nl80211: call kfree without a NULL checkEmmanuel Grumbach1-2/+1
2025-10-20wifi: mac80211: fix key tailroom accounting leakJohannes Berg1-3/+8
2025-10-20wifi: mac80211: reset FILS discovery and unsol probe resp intervalsAloka Dixit1-0/+3
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-18/+7
2025-10-17bpf: Do not disable preemption in bpf_test_run().Sahil Chandna1-17/+6
2025-10-17rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-17net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()Eric Dumazet1-2/+8
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-38/+91
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet2-2/+1
2025-10-16Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm...Jakub Kicinski1-0/+2
2025-10-16tls: don't rely on tx_work during send()Sabrina Dubroca1-0/+13
2025-10-16tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca1-2/+4
2025-10-16tls: always set record_type in tls_process_cmsgSabrina Dubroca1-5/+2
2025-10-16tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca1-3/+4
2025-10-16tls: trim encrypted message to match the plaintext on short spliceSabrina Dubroca1-1/+4
2025-10-15net: core: fix lockdep splat on device unregisterFlorian Westphal1-5/+35
2025-10-14bpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error pathShardul Bankar1-1/+1
2025-10-14tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet1-4/+15
2025-10-14net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov2-16/+1
2025-10-14net: gro_cells: Use nested-BH locking for gro_cellSebastian Andrzej Siewior1-0/+10
2025-10-13can: j1939: add missing calls in NETDEV_UNREGISTER notification handlerTetsuo Handa1-0/+2
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-10/+37
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-173/+144
2025-10-10xsk: Harden userspace-supplied xdp_desc validationAlexander Lobakin1-10/+35
2025-10-09Merge tag '9p-for-6.18-rc1' of https://github.com/martinetd/linuxLinus Torvalds2-15/+18
2025-10-09Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds11-34/+106
2025-10-09libceph: add empty check to ceph_con_get_out_msg()Max Kellermann3-9/+8
2025-10-09libceph: pass the message pointer instead of loading con->out_msgMax Kellermann3-105/+112
2025-10-09libceph: make ceph_con_get_out_msg() return the message pointerMax Kellermann2-4/+3
2025-10-09libceph: Use HMAC-SHA256 library instead of crypto_shashEric Biggers2-57/+23