summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
7 daystcp_metrics: use dst_dev_net_rcu()Eric Dumazet1-3/+3
7 daysnet: dst: introduce dst->dev_rcuEric Dumazet2-3/+3
7 daysnet/sched: sch_cake: Fix incorrect qlen reduction in cake_dropXiang Mei1-26/+32
7 daysnet: hsr: create an API to get hsr port typeXiaoliang Yang2-3/+24
7 daysnet: hsr: Create and export hsr_get_port_ndev()MD Danish Anwar2-9/+13
7 daysnet: hsr: remove synchronize_rcu() from hsr_add_port()Eric Dumazet1-1/+0
7 daysnet: hsr: remove one synchronize_rcu() from hsr_del_port()Eric Dumazet2-3/+2
7 daysnetfilter: nft_connlimit: update the count if add was skippedFernando Fernandez Mancera2-6/+19
7 daysnetfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera4-94/+134
7 daysnetfilter: flowtable: check for maximum number of encapsulations in bridge vlanPablo Neira Ayuso1-1/+8
7 dayswifi: mac80211: fix CMAC functions not handling errorsChien Wong3-30/+61
7 daysipv6: clear RA flags when adding a static routeFernando Fernandez Mancera1-0/+4
7 daysbpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau1-3/+6
7 dayssctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima1-2/+3
7 daysinet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()Xuanqiang Luo1-23/+12
7 daysinet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo1-2/+6
12 daysxfrm: flush all states in xfrm_state_finiSabrina Dubroca2-2/+2
12 daysxfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca1-1/+2
12 daysRevert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca4-17/+12
12 daysxfrm: delete x->tunnel as we delete xSabrina Dubroca5-13/+13
2025-12-07libceph: replace BUG_ON with bounds check for map->max_osdziming zhang1-7/+11
2025-12-07libceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang1-0/+2
2025-12-07libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov2-25/+42
2025-12-07mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...Kuniyuki Iwashima1-0/+6
2025-12-07mptcp: clear scheduled subflows on retransmitPaolo Abeni1-2/+11
2025-12-07ceph: fix crash in process_v2_sparse_read() for encrypted directoriesViacheslav Dubeyko1-4/+7
2025-12-07Bluetooth: SMP: Fix not generating mackey and ltk when repairingLuiz Augusto von Dentz1-24/+7
2025-12-07Bluetooth: hci_sock: Prevent race in socket write iter and sock bindEdward Adam Davis1-0/+2
2025-12-07Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOPLuiz Augusto von Dentz1-4/+12
2025-12-01mptcp: fix a race in mptcp_pm_del_add_timer()Eric Dumazet1-7/+13
2025-12-01net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit1-1/+3
2025-12-01vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj1-9/+31
2025-12-01af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_gener...Kuniyuki Iwashima1-2/+1
2025-12-01af_unix: Cache state->msg in unix_stream_read_generic().Kuniyuki Iwashima1-16/+17
2025-12-01devlink: rate: Unset parent pointer in devl_rate_nodes_destroyShay Drory1-1/+3
2025-12-01net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets3-125/+9
2025-12-01xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu1-1/+5
2025-12-01xfrm: Determine inner GSO type from packet inner protocolJianbo Liu2-4/+8
2025-12-01xfrm: set err and extack on failure to create pcpu SASabrina Dubroca1-1/+4
2025-12-01xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca1-2/+6
2025-12-01mptcp: do not fallback when OoO is presentPaolo Abeni1-0/+7
2025-12-01mptcp: decouple mptcp fastclose from tcp closePaolo Abeni2-5/+10
2025-12-01mptcp: avoid unneeded subflow-level dropsPaolo Abeni2-0/+32
2025-12-01mptcp: fix premature close in case of fallbackPaolo Abeni1-1/+2
2025-12-01mptcp: fix duplicate reset on fastclosePaolo Abeni1-13/+23
2025-12-01mptcp: fix ack generation for fallback mskPaolo Abeni1-1/+22
2025-12-01mptcp: fix race condition in mptcp_schedule_work()Eric Dumazet1-7/+12
2025-12-01mptcp: Fix proto fallback detection with BPFJiayuan Chen1-2/+4
2025-12-01mptcp: Disallow MPTCP subflows from sockmapJiayuan Chen1-0/+8
2025-11-24Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_completePauli Virtanen1-11/+15