summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
10 dayslibceph: make decode_pool() more resilient against corrupted osdmapsIlya Dryomov1-64/+52
10 daysmptcp: avoid deadlock on fallback while reinjectingPaolo Abeni1-2/+5
10 daysmptcp: schedule rtx timer only after pushing dataPaolo Abeni1-6/+9
10 daysnet/hsr: fix NULL pointer dereference in prp_get_untagged_frame()Shaurya Rane1-0/+2
10 daysnet/handshake: duplicate handshake cancellations leak socketScott Mayhew1-1/+5
10 daysethtool: Avoid overflowing userspace buffer on stats queryGal Pressman1-6/+24
10 daysnetfilter: nf_tables: remove redundant chain validation on register storePablo Neira Ayuso1-11/+0
10 daysnetfilter: nf_tables: allow loads only when register is initializedFlorian Westphal1-4/+34
10 daysnetfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal23-37/+38
10 daysnet/sched: ets: Remove drr class from the active list if it changes to strictVictor Nogueira1-0/+4
10 dayscaif: fix integer underflow in cffrml_receive()Junrui Luo1-1/+8
10 daysipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu1-0/+3
10 daysnetfilter: nf_conncount: fix leaked ct in error pathsFernando Fernandez Mancera1-11/+14
10 daysnet: openvswitch: fix middle attribute validation in push_nsh() actionIlya Maximets1-3/+10
10 daysnet/sched: ets: Always remove class from active list before deleting in ets_q...Jamal Hadi Salim1-1/+1
10 daysnetrom: Fix memory leak in nr_sendmsg()Wang Liang1-1/+3
10 daysipv6: add exception routes to GC list in rt6_insert_exceptionXin Long1-0/+1
10 daysipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet1-6/+7
10 daysnet/sched: sch_cake: Fix incorrect qlen reduction in cake_dropXiang Mei1-26/+32
10 daysnetfilter: nft_connlimit: update the count if add was skippedFernando Fernandez Mancera2-6/+19
10 daysnetfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera4-94/+134
10 daysnetfilter: flowtable: check for maximum number of encapsulations in bridge vlanPablo Neira Ayuso1-1/+8
10 dayswifi: mac80211: fix CMAC functions not handling errorsChien Wong3-30/+61
10 dayswifi: mac80211: remove RX_DROP_UNUSABLEJohannes Berg4-52/+84
10 daysipv6: clear RA flags when adding a static routeFernando Fernandez Mancera1-0/+4
10 daysnet/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee4-15/+109
10 daysbpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau1-3/+6
10 dayssctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima1-2/+3
10 daysinet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo1-2/+6
10 daysxfrm: flush all states in xfrm_state_finiSabrina Dubroca2-2/+2
10 daysxfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca1-1/+2
10 daysRevert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca4-17/+12
10 daysxfrm: delete x->tunnel as we delete xSabrina Dubroca5-13/+13
2025-12-07mptcp: fix duplicate reset on fastclosePaolo Abeni1-13/+22
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: 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-01mptcp: fix a race in mptcp_pm_del_add_timer()Eric Dumazet1-7/+13
2025-12-01wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()Alexander Wetzel1-0/+5
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-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-01mptcp: do not fallback when OoO is presentPaolo Abeni1-0/+7