summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
8 daysSUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr...Joshua Rogers1-1/+2
8 dayssvcrdma: use rc_pageoff for memcpy byte offsetJoshua Rogers1-1/+1
8 dayssvcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers1-1/+1
8 dayssvcrdma: bound check rq_pages index in inline pathJoshua Rogers1-0/+3
8 daysnet/handshake: restore destructor on submit failurecaoping1-0/+2
8 dayslibceph: make decode_pool() more resilient against corrupted osdmapsIlya Dryomov1-64/+52
8 daysmptcp: avoid deadlock on fallback while reinjectingPaolo Abeni1-2/+5
8 daysmptcp: schedule rtx timer only after pushing dataPaolo Abeni1-6/+9
8 daysmptcp: pm: ignore unknown endpoint flagsMatthieu Baerts (NGI0)1-1/+2
8 daysnet/hsr: fix NULL pointer dereference in prp_get_untagged_frame()Shaurya Rane1-0/+2
8 daysnet/handshake: duplicate handshake cancellations leak socketScott Mayhew1-1/+5
8 daysethtool: Avoid overflowing userspace buffer on stats queryGal Pressman1-6/+24
8 dayscan: j1939: make j1939_sk_bind() fail if device is no longer registeredTetsuo Handa1-0/+6
8 daysnetfilter: nf_tables: remove redundant chain validation on register storePablo Neira Ayuso1-11/+0
8 daysnetfilter: nf_nat: remove bogus direction checkFlorian Westphal1-13/+1
8 daysnet/sched: ets: Remove drr class from the active list if it changes to strictVictor Nogueira1-0/+4
8 dayscaif: fix integer underflow in cffrml_receive()Junrui Luo1-1/+8
8 daysipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu1-0/+3
8 daysnetfilter: nf_conncount: fix leaked ct in error pathsFernando Fernandez Mancera1-11/+14
8 daysinet: frags: flush pending skbs in fqdir_pre_exit()Jakub Kicinski2-5/+43
8 daysinet: frags: add inet_frag_queue_flush()Jakub Kicinski2-8/+13
8 daysinet: frags: avoid theoretical race in ip_frag_reinit()Jakub Kicinski2-4/+4
8 daysnet: openvswitch: fix middle attribute validation in push_nsh() actionIlya Maximets1-3/+10
8 daysnet/sched: ets: Always remove class from active list before deleting in ets_q...Jamal Hadi Salim1-1/+1
8 daysnetrom: Fix memory leak in nr_sendmsg()Wang Liang1-1/+3
8 dayswifi: cfg80211: use cfg80211_leave() in iftype changeJohannes Berg1-22/+1
8 dayswifi: cfg80211: stop radar detection in cfg80211_leave()Johannes Berg3-0/+21
2025-12-18net/sched: sch_cake: Fix incorrect qlen reduction in cake_dropXiang Mei1-26/+32
2025-12-18net: hsr: create an API to get hsr port typeXiaoliang Yang2-3/+24
2025-12-18net: netpoll: initialize work queue before error checksBreno Leitao1-1/+1
2025-12-18netfilter: nft_connlimit: update the count if add was skippedFernando Fernandez Mancera2-6/+19
2025-12-18netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera4-94/+134
2025-12-18netfilter: flowtable: check for maximum number of encapsulations in bridge vlanPablo Neira Ayuso1-1/+8
2025-12-18wifi: mac80211: fix CMAC functions not handling errorsChien Wong3-30/+61
2025-12-18ipv6: clear RA flags when adding a static routeFernando Fernandez Mancera1-0/+4
2025-12-18bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau1-3/+6
2025-12-18net: export netdev_get_by_index_lock()David Wei1-1/+0
2025-12-18sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima1-2/+3
2025-12-18bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann2-0/+12
2025-11-27Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds5-39/+64
2025-11-27mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...Kuniyuki Iwashima1-0/+6
2025-11-27net: mctp: unconditionally set skb->dev on dst outputJeremy Kerr1-0/+1
2025-11-27libceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang1-0/+2
2025-11-27libceph: replace BUG_ON with bounds check for map->max_osdziming zhang1-7/+11
2025-11-27ceph: fix crash in process_v2_sparse_read() for encrypted directoriesViacheslav Dubeyko1-4/+7
2025-11-27Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm...Jakub Kicinski1-0/+3
2025-11-27mptcp: clear scheduled subflows on retransmitPaolo Abeni1-2/+11
2025-11-27libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-3/+2
2025-11-27libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov2-25/+42
2025-11-26net/sched: em_canid: fix uninit-value in em_canid_matchShaurya Rane1-0/+3